All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.parser.CSParserTokenManager

java.lang.Object
   |
   +----collage.parser.CSParserTokenManager

public class CSParserTokenManager
extends Object
implements CSParserConstants

Variable Index

 o curChar
 o error_after
 o error_column
 o error_line
 o jjstrLiteralImages
 o lexStateNames

Constructor Index

 o CSParserTokenManager(ASCII_UCodeESC_CharStream)
 o CSParserTokenManager(ASCII_UCodeESC_CharStream, int)

Method Index

 o getNextToken()
 o jjadd_escapes(String)
 o LexicalError()
 o ReInit(ASCII_UCodeESC_CharStream)
 o ReInit(ASCII_UCodeESC_CharStream, int)
 o SwitchTo(int)

Variables

 o jjstrLiteralImages
  public final static String jjstrLiteralImages[]
 o lexStateNames
  public final static String lexStateNames[]
 o curChar
  protected char curChar
 o error_line
  protected int error_line
 o error_column
  protected int error_column
 o error_after
  protected String error_after

Constructors

 o CSParserTokenManager
  public CSParserTokenManager(ASCII_UCodeESC_CharStream stream)
 o CSParserTokenManager
  public CSParserTokenManager(ASCII_UCodeESC_CharStream stream,
                              int lexState)

Methods

 o jjadd_escapes
  protected final static String jjadd_escapes(String str)
 o ReInit
  public void ReInit(ASCII_UCodeESC_CharStream stream)
 o ReInit
  public void ReInit(ASCII_UCodeESC_CharStream stream,
                     int lexState)
 o SwitchTo
  public void SwitchTo(int lexState)
 o getNextToken
  public Token getNextToken() throws ParseError
 o LexicalError
  protected void LexicalError()

All Packages  Class Hierarchy  This Package  Previous  Next  Index