Class wlnLexer
Inheritance
System.Object
wlnLexer
Assembly: Wln.dll
Syntax
public class wlnLexer : Lexer
Constructors
|
Improve this Doc
View Source
wlnLexer(ICharStream)
Declaration
public wlnLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
wlnLexer(ICharStream, TextWriter, TextWriter)
Declaration
public wlnLexer(ICharStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type |
Name |
Description |
ICharStream |
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
AMINO
Declaration
public const int AMINO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AMP
Declaration
public const int AMP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BENZENE
Declaration
public const int BENZENE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BROMINE
Declaration
public const int BROMINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CARBON3
Declaration
public const int CARBON3 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CARBON4
Declaration
public const int CARBON4 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CARBONNON
Declaration
public const int CARBONNON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CARBONYL
Declaration
public const int CARBONYL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CARBOSYCLIC
Declaration
public const int CARBOSYCLIC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
CHLORINE
Declaration
public const int CHLORINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
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
DIGIT
Declaration
public const int DIGIT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DIOXO
Declaration
public const int DIOXO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOUBLEBOND
Declaration
public const int DOUBLEBOND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FLOURINE
Declaration
public const int FLOURINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HETEROCYCLIC
Declaration
public const int HETEROCYCLIC = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HYDROGEN
Declaration
public const int HYDROGEN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HYDROXYL
Declaration
public const int HYDROXYL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IMINO
Declaration
public const int IMINO = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IODINE
Declaration
public const int IODINE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
modeNames
Declaration
public static string[] modeNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
NITROGEN3PLUS
Declaration
public const int NITROGEN3PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NITROGEN4LESS
Declaration
public const int NITROGEN4LESS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OXYGEN
Declaration
public const int OXYGEN = 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
SPACE
Declaration
public const int SPACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SULFER
Declaration
public const int SULFER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TRIPLE
Declaration
public const int TRIPLE = 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
ChannelNames
Declaration
public override string[] ChannelNames { get; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GrammarFileName
Declaration
public override string GrammarFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModeNames
Declaration
public override string[] ModeNames { 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 |
|