Uses of Class
org.codehaus.groovy.syntax.lexer.LexerException

Packages that use LexerException
org.codehaus.groovy.syntax.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 GroovyLexer.la(int k)
          Returns the next kth character, without consuming any.
 char GroovyLexer.consume()
          Eats a character from the input stream.
 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(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 kth character, without consuming any.
 char LexerBase.consume()
          Eats a character from the input 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.
 char TextLexerBase.la(int k)
          Returns the next kth character, without consuming any.
 char TextLexerBase.consume()
          Eats a character from the input stream.
 char HereDocLexer.la(int k)
          Returns the next kth 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.
 Token GroovyLexerBase.nextToken()
          Finds and returns (and consumes) the next token from the underlying stream.
 Token StringLexer.undelegatedNextToken()
          Returns a single STRING, then null.
 char StringLexer.la()
           
 char StringLexer.la(int k)
          Returns the next kth 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 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 kth character, without consuming any.
 char Lexer.consume()
          Eats a single character from the input stream.
 Token GroovyExpressionLexer.nextToken()
          Finds and returns (and consumes) the next token from the underlying stream.
 char GroovyExpressionLexer.la(int k)
          Returns the next kth character, without consuming any.
 char GroovyExpressionLexer.consume()
          Eats a character from the input stream.
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.