byucc.edif.libraries.xilinx
Class VhdlParserTokenManager

java.lang.Object
  extended bybyucc.edif.libraries.xilinx.VhdlParserTokenManager
All Implemented Interfaces:
VhdlParserConstants

public class VhdlParserTokenManager
extends java.lang.Object
implements VhdlParserConstants


Field Summary
protected static char curChar
           
(package private) static int curLexState
           
static java.io.PrintStream debugStream
           
(package private) static int defaultLexState
           
protected static SimpleCharStream input_stream
           
(package private) static long[] jjbitVec0
           
(package private) static int jjmatchedKind
           
(package private) static int jjmatchedPos
           
(package private) static int jjnewStateCnt
           
(package private) static int[] jjnextStates
           
(package private) static int jjround
           
private static int[] jjrounds
           
private static int[] jjstateSet
           
static java.lang.String[] jjstrLiteralImages
           
(package private) static long[] jjtoSkip
           
(package private) static long[] jjtoSpecial
           
(package private) static long[] jjtoToken
           
static java.lang.String[] lexStateNames
           
 
Fields inherited from interface byucc.edif.libraries.xilinx.VhdlParserConstants
ABS, ACCESS, ACROSS, ADD, AFTER, ALIAS, ALL, AND, ARCHITECTURE, ARRAY, ASSERT, ATTRIBUTE, base, base_specifier, based_integer, based_literal, basic_character, basic_graphic_character, basic_identifier, BEGIN, bit_string_literal, bit_value, BLOCK, BODY, BREAK, BUFFER, BUS, CASE, character_literal, COMMENT, COMPONENT, CONCAT, CONFIGURATION, CONSTANT, decimal_literal, DEFAULT, digit, DISCONNECT, DIV, DOWNTO, ELSE, ELSIF, END, ENTITY, EOF, EQ, EXIT, EXP, exponent, extended_digit, extended_identifier, FILE, FOR, format_effector, FUNCTION, GE, GENERATE, GENERIC, graphic_character, GROUP, GT, GUARDED, IF, IMPURE, IN, INERTIAL, INOUT, integer, IS, LABEL, LE, letter, letter_or_digit, LIBRARY, LINKAGE, LITERAL, LO, LOOP, lower_case_letter, MAP, MOD, MUL, NAND, NATURE, NEQ, NEW, NEXT, NOISE, NOR, NOT, NULL, OF, ON, OPEN, OR, other_special_character, OTHERS, OUT, PACKAGE, PORT, POSTPONED, PROCEDURAL, PROCEDURE, PROCESS, PURE, QUANTITY, RANGE, RECORD, REGISTER, REJECT, REM, REPORT, RETURN, ROL, ROR, SELECT, SEMICOLON, SEVERITY, SHARED, SIGNAL, SLA, SLL, special_character, SPECTRUM, SRA, SRL, string_literal, SUB, SUBNATURE, SUBTYPE, TERMINAL, THEN, THROUGH, TO, tokenImage, TOLERANCE, TRANSPORT, TYPE, UNAFFECTED, underline, UNITS, UNTIL, upper_case_letter, USE, VARIABLE, WAIT, WHEN, WHILE, WITH, XNOR, XOR
 
Constructor Summary
VhdlParserTokenManager(SimpleCharStream stream)
           
VhdlParserTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
static Token getNextToken()
           
private static void jjAddStates(int start, int end)
           
private static void jjCheckNAdd(int state)
           
private static void jjCheckNAddStates(int start)
           
private static void jjCheckNAddStates(int start, int end)
           
private static void jjCheckNAddTwoStates(int state1, int state2)
           
protected static Token jjFillToken()
           
private static int jjMoveNfa_0(int startState, int curPos)
           
private static int jjMoveStringLiteralDfa0_0()
           
private static int jjMoveStringLiteralDfa1_0(long active0, long active1, long active2)
           
private static int jjMoveStringLiteralDfa10_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa11_0(long old0, long active0)
           
private static int jjMoveStringLiteralDfa12_0(long old0, long active0)
           
private static int jjMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1, long old2, long active2)
           
private static int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1)
           
private static int jjMoveStringLiteralDfa9_0(long old0, long active0, long old1, long active1)
           
private static int jjStopAtPos(int pos, int kind)
           
static void ReInit(SimpleCharStream stream)
           
static void ReInit(SimpleCharStream stream, int lexState)
           
private static void ReInitRounds()
           
static void setDebugStream(java.io.PrintStream ds)
           
static void SwitchTo(int lexState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public static java.io.PrintStream debugStream

jjbitVec0

static final long[] jjbitVec0

jjnextStates

static final int[] jjnextStates

jjstrLiteralImages

public static final java.lang.String[] jjstrLiteralImages

lexStateNames

public static final java.lang.String[] lexStateNames

jjtoToken

static final long[] jjtoToken

jjtoSkip

static final long[] jjtoSkip

jjtoSpecial

static final long[] jjtoSpecial

input_stream

protected static SimpleCharStream input_stream

jjrounds

private static final int[] jjrounds

jjstateSet

private static final int[] jjstateSet

curChar

protected static char curChar

curLexState

static int curLexState

defaultLexState

static int defaultLexState

jjnewStateCnt

static int jjnewStateCnt

jjround

static int jjround

jjmatchedPos

static int jjmatchedPos

jjmatchedKind

static int jjmatchedKind
Constructor Detail

VhdlParserTokenManager

public VhdlParserTokenManager(SimpleCharStream stream)

VhdlParserTokenManager

public VhdlParserTokenManager(SimpleCharStream stream,
                              int lexState)
Method Detail

setDebugStream

public static void setDebugStream(java.io.PrintStream ds)

jjStopAtPos

private static final int jjStopAtPos(int pos,
                                     int kind)

jjMoveStringLiteralDfa0_0

private static final int jjMoveStringLiteralDfa0_0()

jjMoveStringLiteralDfa1_0

private static final int jjMoveStringLiteralDfa1_0(long active0,
                                                   long active1,
                                                   long active2)

jjMoveStringLiteralDfa2_0

private static final int jjMoveStringLiteralDfa2_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1,
                                                   long old2,
                                                   long active2)

jjMoveStringLiteralDfa3_0

private static final int jjMoveStringLiteralDfa3_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa4_0

private static final int jjMoveStringLiteralDfa4_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa5_0

private static final int jjMoveStringLiteralDfa5_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa6_0

private static final int jjMoveStringLiteralDfa6_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa7_0

private static final int jjMoveStringLiteralDfa7_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa8_0

private static final int jjMoveStringLiteralDfa8_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa9_0

private static final int jjMoveStringLiteralDfa9_0(long old0,
                                                   long active0,
                                                   long old1,
                                                   long active1)

jjMoveStringLiteralDfa10_0

private static final int jjMoveStringLiteralDfa10_0(long old0,
                                                    long active0,
                                                    long old1,
                                                    long active1)

jjMoveStringLiteralDfa11_0

private static final int jjMoveStringLiteralDfa11_0(long old0,
                                                    long active0)

jjMoveStringLiteralDfa12_0

private static final int jjMoveStringLiteralDfa12_0(long old0,
                                                    long active0)

jjCheckNAdd

private static final void jjCheckNAdd(int state)

jjAddStates

private static final void jjAddStates(int start,
                                      int end)

jjCheckNAddTwoStates

private static final void jjCheckNAddTwoStates(int state1,
                                               int state2)

jjCheckNAddStates

private static final void jjCheckNAddStates(int start,
                                            int end)

jjCheckNAddStates

private static final void jjCheckNAddStates(int start)

jjMoveNfa_0

private static final int jjMoveNfa_0(int startState,
                                     int curPos)

ReInit

public static void ReInit(SimpleCharStream stream)

ReInitRounds

private static final void ReInitRounds()

ReInit

public static void ReInit(SimpleCharStream stream,
                          int lexState)

SwitchTo

public static void SwitchTo(int lexState)

jjFillToken

protected static Token jjFillToken()

getNextToken

public static Token getNextToken()