Class moleculeParser
Inheritance
System.Object
moleculeParser
Assembly: Molecule.dll
Syntax
public class moleculeParser : Parser
Constructors
|
Improve this Doc
View Source
moleculeParser(ITokenStream)
Declaration
public moleculeParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
moleculeParser(ITokenStream, TextWriter, TextWriter)
Declaration
public moleculeParser(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
ELEMENT
Declaration
public const int ELEMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const int NUMBER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_count
Declaration
public const int RULE_count = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_element
Declaration
public const int RULE_element = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_group
Declaration
public const int RULE_group = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ion
Declaration
public const int RULE_ion = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_molecule
Declaration
public const int RULE_molecule = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_part_
Declaration
public const int RULE_part_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_structure
Declaration
public const int RULE_structure = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_symbol
Declaration
public const int RULE_symbol = 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
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
count()
Declaration
public moleculeParser.CountContext count()
Returns
|
Improve this Doc
View Source
element()
Declaration
public moleculeParser.ElementContext element()
Returns
|
Improve this Doc
View Source
group()
Declaration
public moleculeParser.GroupContext group()
Returns
|
Improve this Doc
View Source
ion()
Declaration
public moleculeParser.IonContext ion()
Returns
|
Improve this Doc
View Source
molecule()
Declaration
public moleculeParser.MoleculeContext molecule()
Returns
|
Improve this Doc
View Source
part_()
Declaration
public moleculeParser.Part_Context part_()
Returns
|
Improve this Doc
View Source
structure()
Declaration
public moleculeParser.StructureContext structure()
Returns
|
Improve this Doc
View Source
symbol()
Declaration
public moleculeParser.SymbolContext symbol()
Returns