|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnexpectedCharacterException | |
org.codehaus.groovy.syntax.lexer | Lexer. |
Uses of UnexpectedCharacterException in org.codehaus.groovy.syntax.lexer |
Methods in org.codehaus.groovy.syntax.lexer that throw UnexpectedCharacterException | |
protected char |
Lexer.la()
Returns the next character, without consuming it. |
protected char |
Lexer.la(int k)
Returns the next k th character, without consuming any. |
protected char |
Lexer.consume()
Eats a character from the input stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |