|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.groovy.syntax.lexer.LexerBase
org.codehaus.groovy.syntax.lexer.GroovyLexerBase
The core code used in lexing Groovy.
| Field Summary | |
protected GStringLexer |
gstringLexer
|
protected StringLexer |
stringLexer
|
| Fields inherited from class org.codehaus.groovy.syntax.lexer.LexerBase |
delegate, source, startColumn, startLine |
| Constructor Summary | |
GroovyLexerBase()
|
|
| Method Summary | |
Token |
nextToken()
Finds and returns (and consumes) the next token from the underlying stream. |
| Methods inherited from class org.codehaus.groovy.syntax.lexer.LexerBase |
consume, delegate, getColumn, getDelegate, getLine, getSource, getStartColumn, getStartLine, isDelegated, isExternallySourced, la, la, mark, readEOL, readEOL, reset, setSource, symbol, symbol, tokenizeEOL, undelegate, undelegatedNextToken, unexpected, unexpected, unexpected, unsetSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected StringLexer stringLexer
protected GStringLexer gstringLexer
| Constructor Detail |
public GroovyLexerBase()
| Method Detail |
public Token nextToken()
throws ReadException,
LexerException
nextToken in interface LexernextToken in class LexerBaseReadException
LexerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||