Class TURTLELexer
Inheritance
System.Object
TURTLELexer
Assembly: Turtle.dll
Syntax
public class TURTLELexer : Lexer
Constructors
|
Improve this Doc
View Source
TURTLELexer(ICharStream)
Declaration
public TURTLELexer(ICharStream input)
Parameters
| Type |
Name |
Description |
| ICharStream |
input |
|
|
Improve this Doc
View Source
TURTLELexer(ICharStream, TextWriter, TextWriter)
Declaration
public TURTLELexer(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
ANON
Declaration
public const int ANON = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ANON_WS
Declaration
public const int ANON_WS = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
BLANK_NODE_LABEL
Declaration
public const int BLANK_NODE_LABEL = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
BlankNode
Declaration
public const int BlankNode = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
BooleanLiteral
Declaration
public const int BooleanLiteral = 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
DECIMAL
Declaration
public const int DECIMAL = 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
DOUBLE
Declaration
public const int DOUBLE = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ECHAR
Declaration
public const int ECHAR = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
EXPONENT
Declaration
public const int EXPONENT = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
HEX
Declaration
public const int HEX = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
INTEGER
Declaration
public const int INTEGER = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
IRIREF
Declaration
public const int IRIREF = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
LANGTAG
Declaration
public const int LANGTAG = 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
NumericLiteral
Declaration
public const int NumericLiteral = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PERCENT
Declaration
public const int PERCENT = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PLX
Declaration
public const int PLX = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PN_CHARS
Declaration
public const int PN_CHARS = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PN_CHARS_BASE
Declaration
public const int PN_CHARS_BASE = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PN_CHARS_U
Declaration
public const int PN_CHARS_U = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PN_LOCAL
Declaration
public const int PN_LOCAL = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PN_LOCAL_ESC
Declaration
public const int PN_LOCAL_ESC = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PN_PREFIX
Declaration
public const int PN_PREFIX = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PNAME_LN
Declaration
public const int PNAME_LN = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PNAME_NS
Declaration
public const int PNAME_NS = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
PrefixedName
Declaration
public const int PrefixedName = 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
STRING_LITERAL_LONG_QUOTE
Declaration
public const int STRING_LITERAL_LONG_QUOTE = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
STRING_LITERAL_LONG_SINGLE_QUOTE
Declaration
public const int STRING_LITERAL_LONG_SINGLE_QUOTE = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
STRING_LITERAL_QUOTE
Declaration
public const int STRING_LITERAL_QUOTE = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
STRING_LITERAL_SINGLE_QUOTE
Declaration
public const int STRING_LITERAL_SINGLE_QUOTE = 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__10
Declaration
public const int T__10 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
T__11
Declaration
public const int T__11 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
T__12
Declaration
public const int T__12 = 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
T__5
Declaration
public const int T__5 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
T__6
Declaration
public const int T__6 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
T__7
Declaration
public const int T__7 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
T__8
Declaration
public const int T__8 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
T__9
Declaration
public const int T__9 = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
UCHAR
Declaration
public const int UCHAR = 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 |
|