net.obsearch.example
Class SliceParser

java.lang.Object
  extended by antlr.Parser
      extended by antlr.LLkParser
          extended by net.obsearch.example.SliceParser
All Implemented Interfaces:
SliceParserTokenTypes

public class SliceParser
extends antlr.LLkParser
implements SliceParserTokenTypes


Field Summary
static String[] _tokenNames
           
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface net.obsearch.example.SliceParserTokenTypes
CONSTRUCT_NAME, EOF, LEFT_PAREN, NULL_TREE_LOOKAHEAD, NUMBER, PARAM_SEPARATOR, RIGHT_PAREN, WS
 
Constructor Summary
  SliceParser(antlr.ParserSharedInputState state)
           
  SliceParser(antlr.TokenBuffer tokenBuf)
           
protected SliceParser(antlr.TokenBuffer tokenBuf, int k)
           
  SliceParser(antlr.TokenStream lexer)
           
protected SliceParser(antlr.TokenStream lexer, int k)
           
 
Method Summary
protected  void buildTokenTypeASTClassMap()
           
 void internal()
           
 void slice()
           
 
Methods inherited from class antlr.LLkParser
consume, LA, LT, traceIn, traceOut
 
Methods inherited from class antlr.Parser
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final String[] _tokenNames
Constructor Detail

SliceParser

protected SliceParser(antlr.TokenBuffer tokenBuf,
                      int k)

SliceParser

public SliceParser(antlr.TokenBuffer tokenBuf)

SliceParser

protected SliceParser(antlr.TokenStream lexer,
                      int k)

SliceParser

public SliceParser(antlr.TokenStream lexer)

SliceParser

public SliceParser(antlr.ParserSharedInputState state)
Method Detail

slice

public final void slice()
                 throws antlr.RecognitionException,
                        antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

internal

public final void internal()
                    throws antlr.RecognitionException,
                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

buildTokenTypeASTClassMap

protected void buildTokenTypeASTClassMap()


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.