Class newickParser
Inheritance
System.Object
newickParser
Assembly: Newick.dll
Syntax
public class newickParser : Parser
Constructors
|
Improve this Doc
View Source
newickParser(ITokenStream)
Declaration
public newickParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
newickParser(ITokenStream, TextWriter, TextWriter)
Declaration
public newickParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
TextWriter |
output |
|
TextWriter |
errorOutput |
|
Fields
|
Improve this Doc
View Source
_ATN
Declaration
public static readonly ATN _ATN
Field Value
|
Improve this Doc
View Source
decisionToDFA
Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type |
Description |
Antlr4.Runtime.Dfa.DFA[] |
|
|
Improve this Doc
View Source
DefaultVocabulary
Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type |
Description |
IVocabulary |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_branch
Declaration
public const int RULE_branch = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_branchSet
Declaration
public const int RULE_branchSet = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_internal_
Declaration
public const int RULE_internal_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_leaf
Declaration
public const int RULE_leaf = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_length
Declaration
public const int RULE_length = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_name
Declaration
public const int RULE_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rootInternal
Declaration
public const int RULE_rootInternal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rootLeaf
Declaration
public const int RULE_rootLeaf = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_subtree
Declaration
public const int RULE_subtree = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tree_
Declaration
public const int RULE_tree_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ruleNames
Declaration
public static readonly string[] ruleNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
sharedContextCache
Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type |
Description |
PredictionContextCache |
|
|
Improve this Doc
View Source
STRING
Declaration
public const int STRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__0
Declaration
public const int T__0 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__1
Declaration
public const int T__1 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__2
Declaration
public const int T__2 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__3
Declaration
public const int T__3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__4
Declaration
public const int T__4 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RuleNames
Declaration
public override string[] RuleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SerializedAtn
Declaration
public override string SerializedAtn { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Vocabulary
Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type |
Description |
IVocabulary |
|
Methods
|
Improve this Doc
View Source
branch()
Declaration
public newickParser.BranchContext branch()
Returns
|
Improve this Doc
View Source
branchSet()
Declaration
public newickParser.BranchSetContext branchSet()
Returns
|
Improve this Doc
View Source
internal_()
Declaration
public newickParser.Internal_Context internal_()
Returns
|
Improve this Doc
View Source
leaf()
Declaration
public newickParser.LeafContext leaf()
Returns
|
Improve this Doc
View Source
length()
Declaration
public newickParser.LengthContext length()
Returns
|
Improve this Doc
View Source
name()
Declaration
public newickParser.NameContext name()
Returns
|
Improve this Doc
View Source
rootInternal()
Declaration
public newickParser.RootInternalContext rootInternal()
Returns
|
Improve this Doc
View Source
rootLeaf()
Declaration
public newickParser.RootLeafContext rootLeaf()
Returns
|
Improve this Doc
View Source
subtree()
Declaration
public newickParser.SubtreeContext subtree()
Returns
|
Improve this Doc
View Source
tree_()
Declaration
public newickParser.Tree_Context tree_()
Returns