|
|||||||||||
| 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 void |
LexerBase.unexpected(char c,
int offset,
java.lang.String message)
Creates and throws a new UnexpectedCharacterException. |
protected void |
LexerBase.unexpected(char c,
char[] expected,
int offset)
Creates and throws a new UnexpectedCharacterException. |
protected void |
LexerBase.unexpected(char c,
int offset)
Synonym for unexpected( c, null, offset ). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||