Show / Hide Table of Contents

Class newickParser

Inheritance
System.Object
newickParser
Namespace: GCore.Antlr.Grammers.Newick
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
Type Description
ATN
| 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
Type Description
newickParser.BranchContext
| Improve this Doc View Source

branchSet()

Declaration
public newickParser.BranchSetContext branchSet()
Returns
Type Description
newickParser.BranchSetContext
| Improve this Doc View Source

internal_()

Declaration
public newickParser.Internal_Context internal_()
Returns
Type Description
newickParser.Internal_Context
| Improve this Doc View Source

leaf()

Declaration
public newickParser.LeafContext leaf()
Returns
Type Description
newickParser.LeafContext
| Improve this Doc View Source

length()

Declaration
public newickParser.LengthContext length()
Returns
Type Description
newickParser.LengthContext
| Improve this Doc View Source

name()

Declaration
public newickParser.NameContext name()
Returns
Type Description
newickParser.NameContext
| Improve this Doc View Source

rootInternal()

Declaration
public newickParser.RootInternalContext rootInternal()
Returns
Type Description
newickParser.RootInternalContext
| Improve this Doc View Source

rootLeaf()

Declaration
public newickParser.RootLeafContext rootLeaf()
Returns
Type Description
newickParser.RootLeafContext
| Improve this Doc View Source

subtree()

Declaration
public newickParser.SubtreeContext subtree()
Returns
Type Description
newickParser.SubtreeContext
| Improve this Doc View Source

tree_()

Declaration
public newickParser.Tree_Context tree_()
Returns
Type Description
newickParser.Tree_Context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX