Class wktLexer
Inheritance
System.Object
wktLexer
Assembly: Wkt.dll
Syntax
public class wktLexer : Lexer
Constructors
|
Improve this Doc
View Source
wktLexer(ICharStream)
Declaration
public wktLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
wktLexer(ICharStream, TextWriter, TextWriter)
Declaration
public wktLexer(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
channelNames
Declaration
public static string[] channelNames
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
CIRCULARSTRING
Declaration
public const int CIRCULARSTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMPOUNDCURVE
Declaration
public const int COMPOUNDCURVE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CURVEPOLYGON
Declaration
public const int CURVEPOLYGON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DECIMAL
Declaration
public const int DECIMAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DECIMALPART
Declaration
public const int DECIMALPART = 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
EMPTY
Declaration
public const int EMPTY = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GEOMETRYCOLLECTION
Declaration
public const int GEOMETRYCOLLECTION = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INTEGERPART
Declaration
public const int INTEGERPART = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LINESTRING
Declaration
public const int LINESTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LPAR
Declaration
public const int LPAR = 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
MULTICURVE
Declaration
public const int MULTICURVE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULTILINESTRING
Declaration
public const int MULTILINESTRING = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULTIPOINT
Declaration
public const int MULTIPOINT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULTIPOLYGON
Declaration
public const int MULTIPOLYGON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULTISURFACE
Declaration
public const int MULTISURFACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
POINT
Declaration
public const int POINT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
POLYGON
Declaration
public const int POLYGON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
POLYHEDRALSURFACE
Declaration
public const int POLYHEDRALSURFACE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RPAR
Declaration
public const int RPAR = 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
TIN
Declaration
public const int TIN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TRIANGLE
Declaration
public const int TRIANGLE = 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 |
|