Class redcodeParser
Inheritance
System.Object
redcodeParser
Assembly: Redcode.dll
Syntax
public class redcodeParser : Parser
Constructors
|
Improve this Doc
View Source
redcodeParser(ITokenStream)
Declaration
public redcodeParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
redcodeParser(ITokenStream, TextWriter, TextWriter)
Declaration
public redcodeParser(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
A
Declaration
public const int A = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AB
Declaration
public const int AB = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ADD
Declaration
public const int ADD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
B
Declaration
public const int B = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BA
Declaration
public const int BA = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CMP
Declaration
public const int CMP = 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
DAT
Declaration
public const int DAT = 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
DIV
Declaration
public const int DIV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DJN
Declaration
public const int DJN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DJZ
Declaration
public const int DJZ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EOL
Declaration
public const int EOL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
F
Declaration
public const int F = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
I
Declaration
public const int I = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JMN
Declaration
public const int JMN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JMP
Declaration
public const int JMP = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JMZ
Declaration
public const int JMZ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MOD
Declaration
public const int MOD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MOV
Declaration
public const int MOV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MUL
Declaration
public const int MUL = 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
ORG
Declaration
public const int ORG = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_comment = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_file_
Declaration
public const int RULE_file_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_instruction
Declaration
public const int RULE_instruction = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_line
Declaration
public const int RULE_line = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_mmode
Declaration
public const int RULE_mmode = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_modifier
Declaration
public const int RULE_modifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_number
Declaration
public const int RULE_number = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_opcode
Declaration
public const int RULE_opcode = 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
SLT
Declaration
public const int SLT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SPL
Declaration
public const int SPL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SUB
Declaration
public const int SUB = 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__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
WS
Declaration
public const int WS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
X
Declaration
public const int X = 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
Declaration
public redcodeParser.CommentContext comment()
Returns
|
Improve this Doc
View Source
file_()
Declaration
public redcodeParser.File_Context file_()
Returns
|
Improve this Doc
View Source
instruction()
Declaration
public redcodeParser.InstructionContext instruction()
Returns
|
Improve this Doc
View Source
line()
Declaration
public redcodeParser.LineContext line()
Returns
|
Improve this Doc
View Source
mmode()
Declaration
public redcodeParser.MmodeContext mmode()
Returns
|
Improve this Doc
View Source
modifier()
Declaration
public redcodeParser.ModifierContext modifier()
Returns
|
Improve this Doc
View Source
number()
Declaration
public redcodeParser.NumberContext number()
Returns
|
Improve this Doc
View Source
opcode()
Declaration
public redcodeParser.OpcodeContext opcode()
Returns