Class lisaParser
Inheritance
System.Object
lisaParser
Assembly: Lisa.dll
Syntax
public class lisaParser : Parser
Constructors
|
Improve this Doc
View Source
lisaParser(ITokenStream)
Declaration
public lisaParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
lisaParser(ITokenStream, TextWriter, TextWriter)
Declaration
public lisaParser(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
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
FALSE
Declaration
public const int FALSE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ID
Declaration
public const int ID = 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
RULE_add_expression
Declaration
public const int RULE_add_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_addop
Declaration
public const int RULE_addop = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_constant
Declaration
public const int RULE_constant = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_declaration_block
Declaration
public const int RULE_declaration_block = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_declaration_statement
Declaration
public const int RULE_declaration_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_declaration_statements
Declaration
public const int RULE_declaration_statements = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression
Declaration
public const int RULE_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_expression_statement
Declaration
public const int RULE_expression_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exprop
Declaration
public const int RULE_exprop = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_factor
Declaration
public const int RULE_factor = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_
Declaration
public const int RULE_function_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_generating_statement
Declaration
public const int RULE_generating_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_generator_type
Declaration
public const int RULE_generator_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_if_statement
Declaration
public const int RULE_if_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_integer
Declaration
public const int RULE_integer = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_multop
Declaration
public const int RULE_multop = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_or_expression
Declaration
public const int RULE_or_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parameter_list
Declaration
public const int RULE_parameter_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_program
Declaration
public const int RULE_program = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_program_block
Declaration
public const int RULE_program_block = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_relation_expression
Declaration
public const int RULE_relation_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_relop
Declaration
public const int RULE_relop = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_simple_expression
Declaration
public const int RULE_simple_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_statement
Declaration
public const int RULE_statement = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_statements
Declaration
public const int RULE_statements = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_term
Declaration
public const int RULE_term = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_
Declaration
public const int RULE_type_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_unary_relationexpression
Declaration
public const int RULE_unary_relationexpression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_variable
Declaration
public const int RULE_variable = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_while_statement
Declaration
public const int RULE_while_statement = 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
STRINGLITERAL
Declaration
public const int STRINGLITERAL = 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__13
Declaration
public const int T__13 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__14
Declaration
public const int T__14 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__15
Declaration
public const int T__15 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__16
Declaration
public const int T__16 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__17
Declaration
public const int T__17 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__18
Declaration
public const int T__18 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__19
Declaration
public const int T__19 = 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__20
Declaration
public const int T__20 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__21
Declaration
public const int T__21 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__22
Declaration
public const int T__22 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__23
Declaration
public const int T__23 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__24
Declaration
public const int T__24 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__25
Declaration
public const int T__25 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__26
Declaration
public const int T__26 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__27
Declaration
public const int T__27 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__28
Declaration
public const int T__28 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__29
Declaration
public const int T__29 = 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__30
Declaration
public const int T__30 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__31
Declaration
public const int T__31 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__32
Declaration
public const int T__32 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__33
Declaration
public const int T__33 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__34
Declaration
public const int T__34 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__35
Declaration
public const int T__35 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__36
Declaration
public const int T__36 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__37
Declaration
public const int T__37 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__38
Declaration
public const int T__38 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__39
Declaration
public const int T__39 = 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
TRUE
Declaration
public const int TRUE = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WHILE
Declaration
public const int WHILE = 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
add_expression()
Declaration
public lisaParser.Add_expressionContext add_expression()
Returns
|
Improve this Doc
View Source
addop()
Declaration
public lisaParser.AddopContext addop()
Returns
|
Improve this Doc
View Source
constant()
Declaration
public lisaParser.ConstantContext constant()
Returns
|
Improve this Doc
View Source
declaration_block()
Declaration
public lisaParser.Declaration_blockContext declaration_block()
Returns
|
Improve this Doc
View Source
declaration_statement()
Declaration
public lisaParser.Declaration_statementContext declaration_statement()
Returns
|
Improve this Doc
View Source
declaration_statements()
Declaration
public lisaParser.Declaration_statementsContext declaration_statements()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public lisaParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
expression_statement()
Declaration
public lisaParser.Expression_statementContext expression_statement()
Returns
|
Improve this Doc
View Source
exprop()
Declaration
public lisaParser.ExpropContext exprop()
Returns
|
Improve this Doc
View Source
factor()
Declaration
public lisaParser.FactorContext factor()
Returns
|
Improve this Doc
View Source
function_()
Declaration
public lisaParser.Function_Context function_()
Returns
|
Improve this Doc
View Source
generating_statement()
Declaration
public lisaParser.Generating_statementContext generating_statement()
Returns
|
Improve this Doc
View Source
generator_type()
Declaration
public lisaParser.Generator_typeContext generator_type()
Returns
|
Improve this Doc
View Source
if_statement()
Declaration
public lisaParser.If_statementContext if_statement()
Returns
|
Improve this Doc
View Source
integer()
Declaration
public lisaParser.IntegerContext integer()
Returns
|
Improve this Doc
View Source
multop()
Declaration
public lisaParser.MultopContext multop()
Returns
|
Improve this Doc
View Source
or_expression()
Declaration
public lisaParser.Or_expressionContext or_expression()
Returns
|
Improve this Doc
View Source
parameter_list()
Declaration
public lisaParser.Parameter_listContext parameter_list()
Returns
|
Improve this Doc
View Source
program()
Declaration
public lisaParser.ProgramContext program()
Returns
|
Improve this Doc
View Source
program_block()
Declaration
public lisaParser.Program_blockContext program_block()
Returns
|
Improve this Doc
View Source
relation_expression()
Declaration
public lisaParser.Relation_expressionContext relation_expression()
Returns
|
Improve this Doc
View Source
relop()
Declaration
public lisaParser.RelopContext relop()
Returns
|
Improve this Doc
View Source
simple_expression()
Declaration
public lisaParser.Simple_expressionContext simple_expression()
Returns
|
Improve this Doc
View Source
statement()
Declaration
public lisaParser.StatementContext statement()
Returns
|
Improve this Doc
View Source
statements()
Declaration
public lisaParser.StatementsContext statements()
Returns
|
Improve this Doc
View Source
term()
Declaration
public lisaParser.TermContext term()
Returns
|
Improve this Doc
View Source
type_()
Declaration
public lisaParser.Type_Context type_()
Returns
|
Improve this Doc
View Source
unary_relationexpression()
Declaration
public lisaParser.Unary_relationexpressionContext unary_relationexpression()
Returns
|
Improve this Doc
View Source
variable()
Declaration
public lisaParser.VariableContext variable()
Returns
|
Improve this Doc
View Source
while_statement()
Declaration
public lisaParser.While_statementContext while_statement()
Returns