eu.bandm.tscore.parser
Class TScoreParser

java.lang.Object
  extended by antlr.Parser
      extended by antlr.LLkParser
          extended by eu.bandm.tools.xantlr.runtime.X_LLkParser
              extended by eu.bandm.tscore.parser.TScoreParser
All Implemented Interfaces:
TScoreParserTokenTypes

public class TScoreParser
extends X_LLkParser
implements TScoreParserTokenTypes


Field Summary
static String[] _tokenNames
           
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_10
           
static antlr.collections.impl.BitSet _tokenSet_11
           
static antlr.collections.impl.BitSet _tokenSet_12
           
static antlr.collections.impl.BitSet _tokenSet_13
           
static antlr.collections.impl.BitSet _tokenSet_14
           
static antlr.collections.impl.BitSet _tokenSet_15
           
static antlr.collections.impl.BitSet _tokenSet_16
           
static antlr.collections.impl.BitSet _tokenSet_17
           
static antlr.collections.impl.BitSet _tokenSet_2
           
static antlr.collections.impl.BitSet _tokenSet_3
           
static antlr.collections.impl.BitSet _tokenSet_4
           
static antlr.collections.impl.BitSet _tokenSet_5
           
static antlr.collections.impl.BitSet _tokenSet_6
           
static antlr.collections.impl.BitSet _tokenSet_7
           
static antlr.collections.impl.BitSet _tokenSet_8
           
static antlr.collections.impl.BitSet _tokenSet_9
           
 
Fields inherited from class eu.bandm.tools.xantlr.runtime.X_LLkParser
event, messageReceiver
 
Fields inherited from class antlr.Parser
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
 
Fields inherited from interface eu.bandm.tscore.parser.TScoreParserTokenTypes
AT, CHARSTRING, CLOSE, COMMA, DOT, EOF, EQ, EQUAL, EXCLAM, EXPONENT, FRACTION, IDENT, INTEGER, LITERAL_CONFORM, LITERAL_FORMAT, LITERAL_P, LITERAL_PARS, LITERAL_T, LITERAL_VOX, ML_COMMENT, NEWLINE, NONALFANUMERIC, NULL_TREE_LOOKAHEAD, OPEN, SCALAR, SEMI, SL_COMMENT, SLASH, WS
 
Constructor Summary
  TScoreParser(antlr.ParserSharedInputState state)
           
  TScoreParser(antlr.TokenBuffer tokenBuf)
           
protected TScoreParser(antlr.TokenBuffer tokenBuf, int k)
           
  TScoreParser(antlr.TokenStream lexer)
           
protected TScoreParser(antlr.TokenStream lexer, int k)
           
 
Method Summary
protected  void application()
           
protected  void arg()
           
protected  void arglist()
           
 void file()
           
 void formatdef()
           
 void parsdef()
           
 
Methods inherited from class eu.bandm.tools.xantlr.runtime.X_LLkParser
getLocation, reportError, reportError, reportWarning, setEventGenerator, setFilename, setMessageReceiver
 
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, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, 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

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2

_tokenSet_3

public static final antlr.collections.impl.BitSet _tokenSet_3

_tokenSet_4

public static final antlr.collections.impl.BitSet _tokenSet_4

_tokenSet_5

public static final antlr.collections.impl.BitSet _tokenSet_5

_tokenSet_6

public static final antlr.collections.impl.BitSet _tokenSet_6

_tokenSet_7

public static final antlr.collections.impl.BitSet _tokenSet_7

_tokenSet_8

public static final antlr.collections.impl.BitSet _tokenSet_8

_tokenSet_9

public static final antlr.collections.impl.BitSet _tokenSet_9

_tokenSet_10

public static final antlr.collections.impl.BitSet _tokenSet_10

_tokenSet_11

public static final antlr.collections.impl.BitSet _tokenSet_11

_tokenSet_12

public static final antlr.collections.impl.BitSet _tokenSet_12

_tokenSet_13

public static final antlr.collections.impl.BitSet _tokenSet_13

_tokenSet_14

public static final antlr.collections.impl.BitSet _tokenSet_14

_tokenSet_15

public static final antlr.collections.impl.BitSet _tokenSet_15

_tokenSet_16

public static final antlr.collections.impl.BitSet _tokenSet_16

_tokenSet_17

public static final antlr.collections.impl.BitSet _tokenSet_17
Constructor Detail

TScoreParser

protected TScoreParser(antlr.TokenBuffer tokenBuf,
                       int k)

TScoreParser

public TScoreParser(antlr.TokenBuffer tokenBuf)

TScoreParser

protected TScoreParser(antlr.TokenStream lexer,
                       int k)

TScoreParser

public TScoreParser(antlr.TokenStream lexer)

TScoreParser

public TScoreParser(antlr.ParserSharedInputState state)
Method Detail

file

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

formatdef

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

parsdef

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

application

protected final void application()
                          throws antlr.RecognitionException,
                                 antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

arglist

protected final void arglist()
                      throws antlr.RecognitionException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException

arg

protected final void arg()
                  throws antlr.RecognitionException,
                         antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.TokenStreamException