Package gw.lang.parser
Interface ITokenizerInstructor
- All Known Implementing Classes:
TemplateTokenizerInstructor
public interface ITokenizerInstructor
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewInstance
(ISourceCodeTokenizer tokenizer) void
getInstructionFor
(int c) boolean
boolean
boolean
void
reset()
void
setTokenizer
(ISourceCodeTokenizer tokenizer)
-
Method Details
-
getInstructionFor
void getInstructionFor(int c) -
reset
void reset() -
createNewInstance
-
setTokenizer
-
isAtIgnoredPos
boolean isAtIgnoredPos() -
isAnalyzingSeparately
boolean isAnalyzingSeparately() -
isAnalyzingDirective
boolean isAnalyzingDirective()
-