All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.parser.RuleFilter1_0TokenManager

java.lang.Object
   |
   +----w3c.pics.parser.RuleFilter1_0TokenManager

public class RuleFilter1_0TokenManager
extends Object
implements RuleFilter1_0Constants

Variable Index

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

Constructor Index

 o RuleFilter1_0TokenManager(ASCII_CharStream)
 o RuleFilter1_0TokenManager(ASCII_CharStream, int)

Method Index

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

Variables

 o jjstrLiteralImages
 public static final String jjstrLiteralImages[]
 o lexStateNames
 public static final 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 RuleFilter1_0TokenManager
 public RuleFilter1_0TokenManager(ASCII_CharStream stream)
 o RuleFilter1_0TokenManager
 public RuleFilter1_0TokenManager(ASCII_CharStream stream,
                                  int lexState)

Methods

 o jjadd_escapes
 protected static final String jjadd_escapes(String str)
 o ReInit
 public void ReInit(ASCII_CharStream stream)
 o ReInit
 public void ReInit(ASCII_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