public class LexerStack extends LexerForWords
| Constructor and Description |
|---|
LexerStack() |
| Modifier and Type | Method and Description |
|---|---|
LexerStack |
addLexer(LexerStack consumer) |
protected Lexer |
onWord(LexerStack parent,
String word,
CharIterator str) |
protected Lexer |
onWord(String word,
CharIterator str) |
consume, extractWord, isWhitespace, onWhitespace, onWordStartclear, consume, lexprotected final Lexer onWord(String word, CharIterator str)
onWord in class LexerForWordsprotected Lexer onWord(LexerStack parent, String word, CharIterator str)
public LexerStack addLexer(LexerStack consumer)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.