|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.Parser | +--antlr.LLkParser | +--antlr.preprocessor.Preprocessor
Untamed:
Field Summary | |
static String[] |
_tokenNames
Enabled: |
static BitSet |
_tokenSet_0
Enabled: |
private static long[] |
_tokenSet_0_data_
|
static BitSet |
_tokenSet_1
Enabled: |
private static long[] |
_tokenSet_1_data_
|
static BitSet |
_tokenSet_2
Enabled: |
private static long[] |
_tokenSet_2_data_
|
static BitSet |
_tokenSet_3
Enabled: |
private static long[] |
_tokenSet_3_data_
|
static BitSet |
_tokenSet_4
Enabled: |
private static long[] |
_tokenSet_4_data_
|
static BitSet |
_tokenSet_5
Enabled: |
private static long[] |
_tokenSet_5_data_
|
static BitSet |
_tokenSet_6
Enabled: |
private static long[] |
_tokenSet_6_data_
|
static BitSet |
_tokenSet_7
Enabled: |
private static long[] |
_tokenSet_7_data_
|
Fields inherited from class antlr.LLkParser |
|
Fields inherited from class antlr.Parser |
astFactory, inputState, returnAST, tokenNames, traceDepth |
Fields inherited from interface antlr.preprocessor.PreprocessorTokenTypes |
ACTION, ALT, ARG_ACTION, ASSIGN_RHS, BANG, CHAR_LITERAL, COMMA, COMMENT, CURLY_BLOCK_SCARF, DIGIT, ELEMENT, EOF, ESC, HEADER_ACTION, ID, ID_OR_KEYWORD, LITERAL_catch, LITERAL_class, LITERAL_exception, LITERAL_extends, LITERAL_private, LITERAL_protected, LITERAL_public, LITERAL_returns, LITERAL_throws, LITERAL_tokens, ML_COMMENT, NEWLINE, NULL_TREE_LOOKAHEAD, OPTIONS_START, RCURLY, RULE_BLOCK, SEMI, SL_COMMENT, STRING_LITERAL, SUBRULE_BLOCK, TOKENS_SPEC, WS, XDIGIT |
Constructor Summary | |
|
Preprocessor(ParserSharedInputState state)
Enabled: |
|
Preprocessor(TokenBuffer tokenBuf)
Enabled: |
protected |
Preprocessor(TokenBuffer tokenBuf,
int k)
|
|
Preprocessor(TokenStream lexer)
Enabled: |
protected |
Preprocessor(TokenStream lexer,
int k)
|
Method Summary | |
Grammar |
class_def(String file,
Hierarchy hier)
Enabled: |
String |
exceptionGroup()
Enabled: |
String |
exceptionHandler()
Enabled: |
String |
exceptionSpec()
Enabled: |
void |
grammarFile(Hierarchy hier,
String file)
Enabled: |
IndexedVector |
optionSpec(Grammar gr)
Enabled: |
void |
rule(Grammar gr)
Enabled: |
String |
throwsSpec()
Enabled: |
Methods inherited from class antlr.LLkParser |
consume, LA, LT, traceIn, traceOut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String[] _tokenNames
private static final long[] _tokenSet_0_data_
public static final BitSet _tokenSet_0
private static final long[] _tokenSet_1_data_
public static final BitSet _tokenSet_1
private static final long[] _tokenSet_2_data_
public static final BitSet _tokenSet_2
private static final long[] _tokenSet_3_data_
public static final BitSet _tokenSet_3
private static final long[] _tokenSet_4_data_
public static final BitSet _tokenSet_4
private static final long[] _tokenSet_5_data_
public static final BitSet _tokenSet_5
private static final long[] _tokenSet_6_data_
public static final BitSet _tokenSet_6
private static final long[] _tokenSet_7_data_
public static final BitSet _tokenSet_7
Constructor Detail |
protected Preprocessor(TokenBuffer tokenBuf, int k)
public Preprocessor(TokenBuffer tokenBuf)
protected Preprocessor(TokenStream lexer, int k)
public Preprocessor(TokenStream lexer)
public Preprocessor(ParserSharedInputState state)
Method Detail |
public final void grammarFile(Hierarchy hier, String file) throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final IndexedVector optionSpec(Grammar gr) throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final Grammar class_def(String file, Hierarchy hier) throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final void rule(Grammar gr) throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final String throwsSpec() throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final String exceptionGroup() throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final String exceptionSpec() throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
public final String exceptionHandler() throws RecognitionException, TokenStreamException
RecognitionException
TokenStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |