public abstract class AbstractTokenizer extends Object implements Tokenizer
Modifier and Type | Field and Description |
---|---|
protected List<String> |
ignorableCharacter |
protected List<String> |
ignorableStmt |
protected char |
oneLineCommentChar |
protected Character |
spanMultipleLinesLineContinuationCharacter |
protected boolean |
spanMultipleLinesString |
protected List<String> |
stringToken |
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_IDENTIFIERS, IGNORE_LITERALS, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
Constructor and Description |
---|
AbstractTokenizer() |
protected char oneLineCommentChar
protected boolean spanMultipleLinesString
protected Character spanMultipleLinesLineContinuationCharacter
public void tokenize(SourceCode tokens, Tokens tokenEntries)
Copyright © 2002-2015 InfoEther. All Rights Reserved.