zeus.concepts
Class OntologyParserTokenManager
java.lang.Object
zeus.concepts.OntologyParserTokenManager
- All Implemented Interfaces:
- OntologyParserConstants
- class OntologyParserTokenManager
- extends java.lang.Object
- implements OntologyParserConstants
|
Method Summary |
Token |
getNextToken()
|
private void |
jjAddStates(int start,
int end)
|
private void |
jjCheckNAdd(int state)
|
private void |
jjCheckNAddStates(int start)
|
private void |
jjCheckNAddStates(int start,
int end)
|
private void |
jjCheckNAddTwoStates(int state1,
int state2)
|
private Token |
jjFillToken()
|
private int |
jjMoveNfa_0(int startState,
int curPos)
|
private int |
jjMoveNfa_1(int startState,
int curPos)
|
private int |
jjMoveStringLiteralDfa0_0()
|
private int |
jjMoveStringLiteralDfa0_1()
|
private int |
jjMoveStringLiteralDfa0_2()
|
private int |
jjMoveStringLiteralDfa0_3()
|
private int |
jjMoveStringLiteralDfa1_0(long active0)
|
private int |
jjMoveStringLiteralDfa1_2(long active0)
|
private int |
jjMoveStringLiteralDfa1_3(long active0)
|
private int |
jjMoveStringLiteralDfa10_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa11_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa12_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa13_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa14_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa15_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa16_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa17_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa18_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa19_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa2_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa20_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa21_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa3_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa4_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa5_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa6_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa7_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa8_0(long old0,
long active0)
|
private int |
jjMoveStringLiteralDfa9_0(long old0,
long active0)
|
private int |
jjStartNfa_0(int pos,
long active0)
|
private int |
jjStartNfaWithStates_0(int pos,
int kind,
int state)
|
private int |
jjStopAtPos(int pos,
int kind)
|
private int |
jjStopStringLiteralDfa_0(int pos,
long active0)
|
(package private) void |
MoreLexicalActions()
|
void |
ReInit(ASCII_CharStream stream)
|
void |
ReInit(ASCII_CharStream stream,
int lexState)
|
private void |
ReInitRounds()
|
(package private) void |
SkipLexicalActions(Token matchedToken)
|
void |
SwitchTo(int lexState)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
jjnewLexState
public static final int[] jjnewLexState
jjtoToken
static final long[] jjtoToken
jjtoSkip
static final long[] jjtoSkip
jjtoSpecial
static final long[] jjtoSpecial
jjtoMore
static final long[] jjtoMore
input_stream
private ASCII_CharStream input_stream
jjrounds
private final int[] jjrounds
jjstateSet
private final int[] jjstateSet
image
java.lang.StringBuffer image
jjimageLen
int jjimageLen
lengthOfMatch
int lengthOfMatch
curChar
protected char curChar
curLexState
int curLexState
defaultLexState
int defaultLexState
jjnewStateCnt
int jjnewStateCnt
jjround
int jjround
jjmatchedPos
int jjmatchedPos
jjmatchedKind
int jjmatchedKind
EOF
public static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
FORMAL_COMMENT
public static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
public static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
BEGIN_ONTOLOGY
public static final int BEGIN_ONTOLOGY
- See Also:
- Constant Field Values
BEGIN_PREAMBLE
public static final int BEGIN_PREAMBLE
- See Also:
- Constant Field Values
BEGIN_RESTRICTIONS
public static final int BEGIN_RESTRICTIONS
- See Also:
- Constant Field Values
BEGIN_RESTRICTION_ITEM
public static final int BEGIN_RESTRICTION_ITEM
- See Also:
- Constant Field Values
BEGIN_FACTS
public static final int BEGIN_FACTS
- See Also:
- Constant Field Values
BEGIN_FACT_ITEM
public static final int BEGIN_FACT_ITEM
- See Also:
- Constant Field Values
BEGIN_ATTRIBUTE_LIST
public static final int BEGIN_ATTRIBUTE_LIST
- See Also:
- Constant Field Values
BEGIN_ATTRIBUTE_ITEM
public static final int BEGIN_ATTRIBUTE_ITEM
- See Also:
- Constant Field Values
END_PREAMBLE
public static final int END_PREAMBLE
- See Also:
- Constant Field Values
END_RESTRICTION_ITEM
public static final int END_RESTRICTION_ITEM
- See Also:
- Constant Field Values
END_RESTRICTIONS
public static final int END_RESTRICTIONS
- See Also:
- Constant Field Values
END_ATTRIBUTE_ITEM
public static final int END_ATTRIBUTE_ITEM
- See Also:
- Constant Field Values
END_ATTRIBUTE_LIST
public static final int END_ATTRIBUTE_LIST
- See Also:
- Constant Field Values
END_FACT_ITEM
public static final int END_FACT_ITEM
- See Also:
- Constant Field Values
END_FACTS
public static final int END_FACTS
- See Also:
- Constant Field Values
END_ONTOLOGY
public static final int END_ONTOLOGY
- See Also:
- Constant Field Values
SYSTEM_NAME
public static final int SYSTEM_NAME
- See Also:
- Constant Field Values
SYSTEM
public static final int SYSTEM
- See Also:
- Constant Field Values
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
PARENT
public static final int PARENT
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
RESTRICTION
public static final int RESTRICTION
- See Also:
- Constant Field Values
DEFAULT_TAG
public static final int DEFAULT_TAG
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
REAL
public static final int REAL
- See Also:
- Constant Field Values
LITERAL
public static final int LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
public static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_FORMAL_COMMENT
public static final int IN_FORMAL_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
public static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
OntologyParserTokenManager
public OntologyParserTokenManager(ASCII_CharStream stream)
OntologyParserTokenManager
public OntologyParserTokenManager(ASCII_CharStream stream,
int lexState)
jjStopAtPos
private final int jjStopAtPos(int pos,
int kind)
jjMoveStringLiteralDfa0_3
private final int jjMoveStringLiteralDfa0_3()
jjMoveStringLiteralDfa1_3
private final int jjMoveStringLiteralDfa1_3(long active0)
jjMoveStringLiteralDfa0_2
private final int jjMoveStringLiteralDfa0_2()
jjMoveStringLiteralDfa1_2
private final int jjMoveStringLiteralDfa1_2(long active0)
jjMoveStringLiteralDfa0_1
private final int jjMoveStringLiteralDfa0_1()
jjCheckNAdd
private final void jjCheckNAdd(int state)
jjAddStates
private final void jjAddStates(int start,
int end)
jjCheckNAddTwoStates
private final void jjCheckNAddTwoStates(int state1,
int state2)
jjCheckNAddStates
private final void jjCheckNAddStates(int start,
int end)
jjCheckNAddStates
private final void jjCheckNAddStates(int start)
jjMoveNfa_1
private final int jjMoveNfa_1(int startState,
int curPos)
jjStopStringLiteralDfa_0
private final int jjStopStringLiteralDfa_0(int pos,
long active0)
jjStartNfa_0
private final int jjStartNfa_0(int pos,
long active0)
jjStartNfaWithStates_0
private final int jjStartNfaWithStates_0(int pos,
int kind,
int state)
jjMoveStringLiteralDfa0_0
private final int jjMoveStringLiteralDfa0_0()
jjMoveStringLiteralDfa1_0
private final int jjMoveStringLiteralDfa1_0(long active0)
jjMoveStringLiteralDfa2_0
private final int jjMoveStringLiteralDfa2_0(long old0,
long active0)
jjMoveStringLiteralDfa3_0
private final int jjMoveStringLiteralDfa3_0(long old0,
long active0)
jjMoveStringLiteralDfa4_0
private final int jjMoveStringLiteralDfa4_0(long old0,
long active0)
jjMoveStringLiteralDfa5_0
private final int jjMoveStringLiteralDfa5_0(long old0,
long active0)
jjMoveStringLiteralDfa6_0
private final int jjMoveStringLiteralDfa6_0(long old0,
long active0)
jjMoveStringLiteralDfa7_0
private final int jjMoveStringLiteralDfa7_0(long old0,
long active0)
jjMoveStringLiteralDfa8_0
private final int jjMoveStringLiteralDfa8_0(long old0,
long active0)
jjMoveStringLiteralDfa9_0
private final int jjMoveStringLiteralDfa9_0(long old0,
long active0)
jjMoveStringLiteralDfa10_0
private final int jjMoveStringLiteralDfa10_0(long old0,
long active0)
jjMoveStringLiteralDfa11_0
private final int jjMoveStringLiteralDfa11_0(long old0,
long active0)
jjMoveStringLiteralDfa12_0
private final int jjMoveStringLiteralDfa12_0(long old0,
long active0)
jjMoveStringLiteralDfa13_0
private final int jjMoveStringLiteralDfa13_0(long old0,
long active0)
jjMoveStringLiteralDfa14_0
private final int jjMoveStringLiteralDfa14_0(long old0,
long active0)
jjMoveStringLiteralDfa15_0
private final int jjMoveStringLiteralDfa15_0(long old0,
long active0)
jjMoveStringLiteralDfa16_0
private final int jjMoveStringLiteralDfa16_0(long old0,
long active0)
jjMoveStringLiteralDfa17_0
private final int jjMoveStringLiteralDfa17_0(long old0,
long active0)
jjMoveStringLiteralDfa18_0
private final int jjMoveStringLiteralDfa18_0(long old0,
long active0)
jjMoveStringLiteralDfa19_0
private final int jjMoveStringLiteralDfa19_0(long old0,
long active0)
jjMoveStringLiteralDfa20_0
private final int jjMoveStringLiteralDfa20_0(long old0,
long active0)
jjMoveStringLiteralDfa21_0
private final int jjMoveStringLiteralDfa21_0(long old0,
long active0)
jjMoveNfa_0
private final int jjMoveNfa_0(int startState,
int curPos)
ReInit
public void ReInit(ASCII_CharStream stream)
ReInitRounds
private final void ReInitRounds()
ReInit
public void ReInit(ASCII_CharStream stream,
int lexState)
SwitchTo
public void SwitchTo(int lexState)
jjFillToken
private final Token jjFillToken()
getNextToken
public final Token getNextToken()
SkipLexicalActions
final void SkipLexicalActions(Token matchedToken)
MoreLexicalActions
final void MoreLexicalActions()
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.