Class SmalltalkLexer
Inheritance
System.Object
SmalltalkLexer
Assembly: Smalltalk.dll
Syntax
public class SmalltalkLexer : Lexer
Constructors
|
Improve this Doc
View Source
SmalltalkLexer(ICharStream)
Declaration
public SmalltalkLexer(ICharStream input)
Parameters
Type |
Name |
Description |
ICharStream |
input |
|
|
Improve this Doc
View Source
SmalltalkLexer(ICharStream, TextWriter, TextWriter)
Declaration
public SmalltalkLexer(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
ASSIGNMENT
Declaration
public const int ASSIGNMENT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BINARY_SELECTOR
Declaration
public const int BINARY_SELECTOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BLOCK_END
Declaration
public const int BLOCK_END = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BLOCK_PARAM
Declaration
public const int BLOCK_PARAM = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BLOCK_START
Declaration
public const int BLOCK_START = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CARROT
Declaration
public const int CARROT = 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
CHARACTER_CONSTANT
Declaration
public const int CHARACTER_CONSTANT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CLOSE_PAREN
Declaration
public const int CLOSE_PAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COLON
Declaration
public const int COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int COMMENT = 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
DOLLAR
Declaration
public const int DOLLAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DYNARR_END
Declaration
public const int DYNARR_END = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DYNARR_START
Declaration
public const int DYNARR_START = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DYNDICT_START
Declaration
public const int DYNDICT_START = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EXP
Declaration
public const int EXP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GT
Declaration
public const int GT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HASH
Declaration
public const int HASH = 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
HEXDIGIT
Declaration
public const int HEXDIGIT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KEYWORD
Declaration
public const int KEYWORD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LITARR_START
Declaration
public const int LITARR_START = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LT
Declaration
public const int LT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MINUS
Declaration
public const int MINUS = 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
OPEN_PAREN
Declaration
public const int OPEN_PAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PERIOD
Declaration
public const int PERIOD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PIPE
Declaration
public const int PIPE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RESERVED_WORD
Declaration
public const int RESERVED_WORD = 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
SEMI_COLON
Declaration
public const int SEMI_COLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SEPARATOR
Declaration
public const int SEPARATOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
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 |
|
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 |
|