All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DSRG.MKB.MKBParserTokenManager

java.lang.Object
   |
   +----DSRG.MKB.MKBParserTokenManager

public class MKBParserTokenManager
extends Object
implements MKBParserConstants

Variable Index

 o curChar
 o curLexState
 o defaultLexState
 o input_stream
 o jjbitVec0
 o jjmatchedKind
 o jjmatchedPos
 o jjnewStateCnt
 o jjnextStates
 o jjround
 o jjrounds
 o jjstateSet
 o jjstrLiteralImages
 o jjtoSkip
 o jjtoToken
 o lexStateNames

Constructor Index

 o MKBParserTokenManager(ASCII_CharStream)
 o MKBParserTokenManager(ASCII_CharStream, int)

Method Index

 o getNextToken()
 o jjAddStates(int, int)
 o jjCheckNAdd(int)
 o jjCheckNAddStates(int)
 o jjCheckNAddStates(int, int)
 o jjCheckNAddTwoStates(int, int)
 o jjFillToken()
 o jjMoveNfa_0(int, int)
 o jjMoveStringLiteralDfa0_0()
 o jjMoveStringLiteralDfa1_0(long)
 o jjMoveStringLiteralDfa2_0(long, long)
 o jjMoveStringLiteralDfa3_0(long, long)
 o jjMoveStringLiteralDfa4_0(long, long)
 o jjMoveStringLiteralDfa5_0(long, long)
 o jjMoveStringLiteralDfa6_0(long, long)
 o jjMoveStringLiteralDfa7_0(long, long)
 o jjStopAtPos(int, int)
 o ReInit(ASCII_CharStream)
 o ReInit(ASCII_CharStream, int)
 o ReInitRounds()
 o SwitchTo(int)

Variables

 o jjbitVec0
 static final long jjbitVec0[]
 o jjnextStates
 static final int jjnextStates[]
 o jjstrLiteralImages
 public static final String jjstrLiteralImages[]
 o lexStateNames
 public static final String lexStateNames[]
 o jjtoToken
 static final long jjtoToken[]
 o jjtoSkip
 static final long jjtoSkip[]
 o input_stream
 private static ASCII_CharStream input_stream
 o jjrounds
 private static final int jjrounds[]
 o jjstateSet
 private static final int jjstateSet[]
 o curChar
 protected static char curChar
 o curLexState
 static int curLexState
 o defaultLexState
 static int defaultLexState
 o jjnewStateCnt
 static int jjnewStateCnt
 o jjround
 static int jjround
 o jjmatchedPos
 static int jjmatchedPos
 o jjmatchedKind
 static int jjmatchedKind

Constructors

 o MKBParserTokenManager
 public MKBParserTokenManager(ASCII_CharStream stream)
 o MKBParserTokenManager
 public MKBParserTokenManager(ASCII_CharStream stream,
                              int lexState)

Methods

 o jjStopAtPos
 private static final int jjStopAtPos(int pos,
                                      int kind)
 o jjMoveStringLiteralDfa0_0
 private static final int jjMoveStringLiteralDfa0_0()
 o jjMoveStringLiteralDfa1_0
 private static final int jjMoveStringLiteralDfa1_0(long active0)
 o jjMoveStringLiteralDfa2_0
 private static final int jjMoveStringLiteralDfa2_0(long old0,
                                                    long active0)
 o jjMoveStringLiteralDfa3_0
 private static final int jjMoveStringLiteralDfa3_0(long old0,
                                                    long active0)
 o jjMoveStringLiteralDfa4_0
 private static final int jjMoveStringLiteralDfa4_0(long old0,
                                                    long active0)
 o jjMoveStringLiteralDfa5_0
 private static final int jjMoveStringLiteralDfa5_0(long old0,
                                                    long active0)
 o jjMoveStringLiteralDfa6_0
 private static final int jjMoveStringLiteralDfa6_0(long old0,
                                                    long active0)
 o jjMoveStringLiteralDfa7_0
 private static final int jjMoveStringLiteralDfa7_0(long old0,
                                                    long active0)
 o jjCheckNAdd
 private static final void jjCheckNAdd(int state)
 o jjAddStates
 private static final void jjAddStates(int start,
                                       int end)
 o jjCheckNAddTwoStates
 private static final void jjCheckNAddTwoStates(int state1,
                                                int state2)
 o jjCheckNAddStates
 private static final void jjCheckNAddStates(int start,
                                             int end)
 o jjCheckNAddStates
 private static final void jjCheckNAddStates(int start)
 o jjMoveNfa_0
 private static final int jjMoveNfa_0(int startState,
                                      int curPos)
 o ReInit
 public static void ReInit(ASCII_CharStream stream)
 o ReInitRounds
 private static final void ReInitRounds()
 o ReInit
 public static void ReInit(ASCII_CharStream stream,
                           int lexState)
 o SwitchTo
 public static void SwitchTo(int lexState)
 o jjFillToken
 private static final Token jjFillToken()
 o getNextToken
 public static final Token getNextToken()

All Packages  Class Hierarchy  This Package  Previous  Next  Index