Class scottyParser
Inheritance
System.Object
scottyParser
Assembly: Scotty.dll
Syntax
public class scottyParser : Parser
Constructors
|
Improve this Doc
View Source
scottyParser(ITokenStream)
Declaration
public scottyParser(ITokenStream input)
Parameters
| Type |
Name |
Description |
| ITokenStream |
input |
|
|
Improve this Doc
View Source
scottyParser(ITokenStream, TextWriter, TextWriter)
Declaration
public scottyParser(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
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
LETTER
Declaration
public const int LETTER = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_digits
Declaration
public const int RULE_digits = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_fn_def
Declaration
public const int RULE_fn_def = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_id_tail
Declaration
public const int RULE_id_tail = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_identifier
Declaration
public const int RULE_identifier = 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_prefix_exp
Declaration
public const int RULE_prefix_exp = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_prog
Declaration
public const int RULE_prog = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_program_lines
Declaration
public const int RULE_program_lines = null
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
RULE_var_assign
Declaration
public const int RULE_var_assign = 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
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 |
|
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
digits()
Declaration
public scottyParser.DigitsContext digits()
Returns
|
Improve this Doc
View Source
fn_def()
Declaration
public scottyParser.Fn_defContext fn_def()
Returns
|
Improve this Doc
View Source
id_tail()
Declaration
public scottyParser.Id_tailContext id_tail()
Returns
|
Improve this Doc
View Source
identifier()
Declaration
public scottyParser.IdentifierContext identifier()
Returns
|
Improve this Doc
View Source
number()
Declaration
public scottyParser.NumberContext number()
Returns
|
Improve this Doc
View Source
prefix_exp()
Declaration
public scottyParser.Prefix_expContext prefix_exp()
Returns
|
Improve this Doc
View Source
prog()
Declaration
public scottyParser.ProgContext prog()
Returns
|
Improve this Doc
View Source
program_lines()
Declaration
public scottyParser.Program_linesContext program_lines()
Returns
|
Improve this Doc
View Source
var_assign()
Declaration
public scottyParser.Var_assignContext var_assign()
Returns