org.utgenome.format.bed
Class BEDParser

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Parser
          extended by org.utgenome.format.bed.BEDParser

public class BEDParser
extends org.antlr.runtime.Parser


Nested Class Summary
static class BEDParser.attribute_return
           
static class BEDParser.attributeValue_return
           
static class BEDParser.description_return
           
static class BEDParser.descriptionName_return
           
 
Field Summary
protected  org.antlr.runtime.tree.TreeAdaptor adaptor
           
static int Attribute
           
static int Description
           
static int Digit
           
static int Dot
           
static int Double
           
static int EOF
           
static int Eq
           
static int EscapeSequence
           
static int Exp
           
static org.antlr.runtime.BitSet FOLLOW_attribute_in_description419
           
static org.antlr.runtime.BitSet FOLLOW_attributeValue_in_attribute461
           
static org.antlr.runtime.BitSet FOLLOW_descriptionName_in_description417
           
static org.antlr.runtime.BitSet FOLLOW_Eq_in_attribute459
           
static org.antlr.runtime.BitSet FOLLOW_Number_in_attributeValue488
           
static org.antlr.runtime.BitSet FOLLOW_QName_in_attribute457
           
static org.antlr.runtime.BitSet FOLLOW_QName_in_attributeValue480
           
static org.antlr.runtime.BitSet FOLLOW_QName_in_descriptionName443
           
static org.antlr.runtime.BitSet FOLLOW_String_in_attributeValue484
           
static int Frac
           
static int HexDigit
           
static int Int
           
static int Integer
           
static int Name
           
static int Number
           
static int QName
           
static int String
           
static int StringChar
           
static int StringChars
           
static String[] tokenNames
           
static int UnicodeChar
           
static int Value
           
static int WhiteSpace
           
 
Fields inherited from class org.antlr.runtime.Parser
input
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
 
Constructor Summary
BEDParser(org.antlr.runtime.TokenStream input)
           
BEDParser(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 BEDParser.attribute_return attribute()
           
 BEDParser.attributeValue_return attributeValue()
           
 BEDParser.description_return description()
           
 BEDParser.descriptionName_return descriptionName()
           
 String getGrammarFileName()
           
 String[] getTokenNames()
           
 org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
           
 void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
           
 
Methods inherited from class org.antlr.runtime.Parser
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
 
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

Double

public static final int Double
See Also:
Constant Field Values

StringChars

public static final int StringChars
See Also:
Constant Field Values

Frac

public static final int Frac
See Also:
Constant Field Values

QName

public static final int QName
See Also:
Constant Field Values

Eq

public static final int Eq
See Also:
Constant Field Values

Exp

public static final int Exp
See Also:
Constant Field Values

UnicodeChar

public static final int UnicodeChar
See Also:
Constant Field Values

Digit

public static final int Digit
See Also:
Constant Field Values

Attribute

public static final int Attribute
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

HexDigit

public static final int HexDigit
See Also:
Constant Field Values

Int

public static final int Int
See Also:
Constant Field Values

Value

public static final int Value
See Also:
Constant Field Values

Description

public static final int Description
See Also:
Constant Field Values

Number

public static final int Number
See Also:
Constant Field Values

Name

public static final int Name
See Also:
Constant Field Values

Dot

public static final int Dot
See Also:
Constant Field Values

StringChar

public static final int StringChar
See Also:
Constant Field Values

WhiteSpace

public static final int WhiteSpace
See Also:
Constant Field Values

String

public static final int String
See Also:
Constant Field Values

EscapeSequence

public static final int EscapeSequence
See Also:
Constant Field Values

Integer

public static final int Integer
See Also:
Constant Field Values

adaptor

protected org.antlr.runtime.tree.TreeAdaptor adaptor

FOLLOW_descriptionName_in_description417

public static final org.antlr.runtime.BitSet FOLLOW_descriptionName_in_description417

FOLLOW_attribute_in_description419

public static final org.antlr.runtime.BitSet FOLLOW_attribute_in_description419

FOLLOW_QName_in_descriptionName443

public static final org.antlr.runtime.BitSet FOLLOW_QName_in_descriptionName443

FOLLOW_QName_in_attribute457

public static final org.antlr.runtime.BitSet FOLLOW_QName_in_attribute457

FOLLOW_Eq_in_attribute459

public static final org.antlr.runtime.BitSet FOLLOW_Eq_in_attribute459

FOLLOW_attributeValue_in_attribute461

public static final org.antlr.runtime.BitSet FOLLOW_attributeValue_in_attribute461

FOLLOW_QName_in_attributeValue480

public static final org.antlr.runtime.BitSet FOLLOW_QName_in_attributeValue480

FOLLOW_String_in_attributeValue484

public static final org.antlr.runtime.BitSet FOLLOW_String_in_attributeValue484

FOLLOW_Number_in_attributeValue488

public static final org.antlr.runtime.BitSet FOLLOW_Number_in_attributeValue488
Constructor Detail

BEDParser

public BEDParser(org.antlr.runtime.TokenStream input)

BEDParser

public BEDParser(org.antlr.runtime.TokenStream input,
                 org.antlr.runtime.RecognizerSharedState state)
Method Detail

setTreeAdaptor

public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)

getTreeAdaptor

public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()

getTokenNames

public String[] getTokenNames()
Overrides:
getTokenNames in class org.antlr.runtime.BaseRecognizer

getGrammarFileName

public String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

description

public final BEDParser.description_return description()
                                               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

descriptionName

public final BEDParser.descriptionName_return descriptionName()
                                                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

attribute

public final BEDParser.attribute_return attribute()
                                           throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

attributeValue

public final BEDParser.attributeValue_return attributeValue()
                                                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException


Copyright © 2007-2012 utgenome.org. All Rights Reserved.