|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexerException | |
org.codehaus.groovy.syntax.lexer | Lexer. |
Uses of LexerException in org.codehaus.groovy.syntax.lexer |
Subclasses of LexerException in org.codehaus.groovy.syntax.lexer | |
class |
UnexpectedCharacterException
|
class |
UnterminatedStringLiteralException
|
Methods in org.codehaus.groovy.syntax.lexer that throw LexerException | |
char |
TextLexerBase.la(int k)
Returns the next k th character, without consuming any. |
char |
TextLexerBase.consume()
Eats a character from the input stream. |
Token |
StringLexer.undelegatedNextToken()
Returns a single STRING, then null. |
char |
StringLexer.la()
|
char |
StringLexer.la(int k)
Returns the next k th character, without consuming any. |
char |
StringLexer.consume()
Eats a character from the input stream. |
protected void |
StringLexer.finishUp()
Eats our delimiter from the stream and marks us finished. |
Token |
LexerBase.nextToken()
Finds and returns (consuming) the next token from the underlying stream. |
protected Token |
LexerBase.undelegatedNextToken()
Does undelegated nextToken() operations. |
protected Token |
LexerBase.tokenizeEOL()
Process an end-of-line marker and returns a NEWLINE token. |
protected boolean |
LexerBase.readEOL(java.lang.StringBuffer destination)
Reads an end-of-line marker and writes the text into the specified buffer, if supplied. |
protected void |
LexerBase.readEOL()
Synonym for readEOL(null) . |
char |
LexerBase.la()
Returns the next character, without consuming it. |
char |
LexerBase.la(int k)
Returns the next k th character, without consuming any. |
char |
LexerBase.consume()
Eats a character from the input stream. |
Token |
Lexer.nextToken()
Finds and returns (consuming) the next token from the underlying stream. |
char |
Lexer.la()
Returns the next character, without consuming it. |
char |
Lexer.la(int k)
Returns the next k th character, without consuming any. |
char |
Lexer.consume()
Eats a single character from the input stream. |
char |
HereDocLexer.la(int k)
Returns the next k th character, without consuming any. |
char |
HereDocLexer.consume()
Eats a character from the input stream. |
protected void |
HereDocLexer.refill()
Reads the next line from the underlying stream. |
protected Token |
GStringLexer.undelegatedNextToken()
Finds and returns (consuming) the next token from the underlying stream. |
char |
GStringLexer.consume()
Eats a character from the input stream. |
Token |
GroovyLexerBase.nextToken()
Finds and returns (and consumes) the next token from the underlying stream. |
char |
GroovyLexer.la(int k)
Returns the next k th character, without consuming any. |
char |
GroovyLexer.consume()
Eats a character from the input stream. |
private void |
GroovyLexer.fillBuffer()
Fills the lookahead buffer from the stream. |
Token |
GroovyExpressionLexer.nextToken()
Finds and returns (and consumes) the next token from the underlying stream. |
char |
GroovyExpressionLexer.la(int k)
Returns the next k th character, without consuming any. |
char |
GroovyExpressionLexer.consume()
Eats a character from the input stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |