Package gw.lang.parser
Interface ISource
- All Known Implementing Classes:
FileSource
,StringSource
public interface ISource
-
Method Summary
-
Method Details
-
getSource
String getSource() -
stopCachingSource
void stopCachingSource() -
getTokenizer
ISourceCodeTokenizer getTokenizer() -
setTokenizer
-