Class limboParser
Inheritance
System.Object
limboParser
Assembly: Limbo.dll
Syntax
public class limboParser : Parser
Constructors
|
Improve this Doc
View Source
limboParser(ITokenStream)
Declaration
public limboParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
limboParser(ITokenStream, TextWriter, TextWriter)
Declaration
public limboParser(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
ASSIGN
Declaration
public const int ASSIGN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGNMENT_OPERATOR
Declaration
public const int ASSIGNMENT_OPERATOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BINARY_OPERATOR
Declaration
public const int BINARY_OPERATOR = 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
IDENTIFIER
Declaration
public const int IDENTIFIER = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
INT
Declaration
public const int INT = 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
MONADICOPERATOR
Declaration
public const int MONADICOPERATOR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MULT
Declaration
public const int MULT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PLUS
Declaration
public const int PLUS = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
REAL
Declaration
public const int REAL = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_adt_declaration
Declaration
public const int RULE_adt_declaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_adt_member
Declaration
public const int RULE_adt_member = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_adt_member_list
Declaration
public const int RULE_adt_member_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_adt_type
Declaration
public const int RULE_adt_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_big
Declaration
public const int RULE_big = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_binary_expression
Declaration
public const int RULE_binary_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_byte_
Declaration
public const int RULE_byte_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_data_type
Declaration
public const int RULE_data_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_data_type_list
Declaration
public const int RULE_data_type_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_declaration
Declaration
public const int RULE_declaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_declare_expression
Declaration
public const int RULE_declare_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_element
Declaration
public const int RULE_element = 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_list
Declaration
public const int RULE_expression_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_formal_arg = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const int RULE_formal_arg_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_arg_ret
Declaration
public const int RULE_function_arg_ret = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_definition
Declaration
public const int RULE_function_definition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_name_part
Declaration
public const int RULE_function_name_part = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_function_type
Declaration
public const int RULE_function_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_identifier_list
Declaration
public const int RULE_identifier_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_init_list
Declaration
public const int RULE_init_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_int_
Declaration
public const int RULE_int_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_label
Declaration
public const int RULE_label = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_load_expression
Declaration
public const int RULE_load_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_lvalue_expression
Declaration
public const int RULE_lvalue_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_lvalue_expression_list
Declaration
public const int RULE_lvalue_expression_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_mod_member
Declaration
public const int RULE_mod_member = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_mod_member_list
Declaration
public const int RULE_mod_member_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_module_declaration
Declaration
public const int RULE_module_declaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_module_qualified_type
Declaration
public const int RULE_module_qualified_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_module_type
Declaration
public const int RULE_module_type = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_monadic_expression
Declaration
public const int RULE_monadic_expression = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nil_or_D
Declaration
public const int RULE_nil_or_D = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_nil_or_D_list
Declaration
public const int RULE_nil_or_D_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pick_member_list
Declaration
public const int RULE_pick_member_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pick_tag_list
Declaration
public const int RULE_pick_tag_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pqual_list
Declaration
public const int RULE_pqual_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pqual_statement_sequence
Declaration
public const int RULE_pqual_statement_sequence = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_pqualifier
Declaration
public const int RULE_pqualifier = 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_qual_list
Declaration
public const int RULE_qual_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_qual_statement_sequence
Declaration
public const int RULE_qual_statement_sequence = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_qualifier
Declaration
public const int RULE_qualifier = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_real_
Declaration
public const int RULE_real_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_real_constant
Declaration
public const int RULE_real_constant = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_send_expression
Declaration
public const int RULE_send_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_string_
Declaration
public const int RULE_string_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_string_constant
Declaration
public const int RULE_string_constant = 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_top_declaration
Declaration
public const int RULE_top_declaration = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_top_declaration_sequence
Declaration
public const int RULE_top_declaration_sequence = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tuple_type
Declaration
public const int RULE_tuple_type = 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_type_name
Declaration
public const int RULE_type_name = 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
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__40
Declaration
public const int T__40 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__41
Declaration
public const int T__41 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__42
Declaration
public const int T__42 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__43
Declaration
public const int T__43 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__44
Declaration
public const int T__44 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__45
Declaration
public const int T__45 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__46
Declaration
public const int T__46 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__47
Declaration
public const int T__47 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__48
Declaration
public const int T__48 = 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
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
adt_declaration()
Declaration
public limboParser.Adt_declarationContext adt_declaration()
Returns
|
Improve this Doc
View Source
adt_member()
Declaration
public limboParser.Adt_memberContext adt_member()
Returns
|
Improve this Doc
View Source
adt_member_list()
Declaration
public limboParser.Adt_member_listContext adt_member_list()
Returns
|
Improve this Doc
View Source
adt_type()
Declaration
public limboParser.Adt_typeContext adt_type()
Returns
|
Improve this Doc
View Source
big()
Declaration
public limboParser.BigContext big()
Returns
|
Improve this Doc
View Source
binary_expression()
Declaration
public limboParser.Binary_expressionContext binary_expression()
Returns
|
Improve this Doc
View Source
byte_()
Declaration
public limboParser.Byte_Context byte_()
Returns
|
Improve this Doc
View Source
data_type()
Declaration
public limboParser.Data_typeContext data_type()
Returns
|
Improve this Doc
View Source
data_type_list()
Declaration
public limboParser.Data_type_listContext data_type_list()
Returns
|
Improve this Doc
View Source
declaration()
Declaration
public limboParser.DeclarationContext declaration()
Returns
|
Improve this Doc
View Source
declare_expression()
Declaration
public limboParser.Declare_expressionContext declare_expression()
Returns
|
Improve this Doc
View Source
element()
Declaration
public limboParser.ElementContext element()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public limboParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
expression_list()
Declaration
public limboParser.Expression_listContext expression_list()
Returns
|
Improve this Doc
View Source
Declaration
public limboParser.Formal_argContext formal_arg()
Returns
|
Improve this Doc
View Source
Declaration
public limboParser.Formal_arg_listContext formal_arg_list()
Returns
|
Improve this Doc
View Source
function_arg_ret()
Declaration
public limboParser.Function_arg_retContext function_arg_ret()
Returns
|
Improve this Doc
View Source
function_definition()
Declaration
public limboParser.Function_definitionContext function_definition()
Returns
|
Improve this Doc
View Source
function_name_part()
Declaration
public limboParser.Function_name_partContext function_name_part()
Returns
|
Improve this Doc
View Source
function_type()
Declaration
public limboParser.Function_typeContext function_type()
Returns
|
Improve this Doc
View Source
identifier_list()
Declaration
public limboParser.Identifier_listContext identifier_list()
Returns
|
Improve this Doc
View Source
init_list()
Declaration
public limboParser.Init_listContext init_list()
Returns
|
Improve this Doc
View Source
int_()
Declaration
public limboParser.Int_Context int_()
Returns
|
Improve this Doc
View Source
label()
Declaration
public limboParser.LabelContext label()
Returns
|
Improve this Doc
View Source
load_expression()
Declaration
public limboParser.Load_expressionContext load_expression()
Returns
|
Improve this Doc
View Source
lvalue_expression()
Declaration
public limboParser.Lvalue_expressionContext lvalue_expression()
Returns
|
Improve this Doc
View Source
lvalue_expression_list()
Declaration
public limboParser.Lvalue_expression_listContext lvalue_expression_list()
Returns
|
Improve this Doc
View Source
mod_member()
Declaration
public limboParser.Mod_memberContext mod_member()
Returns
|
Improve this Doc
View Source
mod_member_list()
Declaration
public limboParser.Mod_member_listContext mod_member_list()
Returns
|
Improve this Doc
View Source
module_declaration()
Declaration
public limboParser.Module_declarationContext module_declaration()
Returns
|
Improve this Doc
View Source
module_qualified_type()
Declaration
public limboParser.Module_qualified_typeContext module_qualified_type()
Returns
|
Improve this Doc
View Source
module_type()
Declaration
public limboParser.Module_typeContext module_type()
Returns
|
Improve this Doc
View Source
monadic_expression()
Declaration
public limboParser.Monadic_expressionContext monadic_expression()
Returns
|
Improve this Doc
View Source
nil_or_D()
Declaration
public limboParser.Nil_or_DContext nil_or_D()
Returns
|
Improve this Doc
View Source
nil_or_D_list()
Declaration
public limboParser.Nil_or_D_listContext nil_or_D_list()
Returns
|
Improve this Doc
View Source
pick_member_list()
Declaration
public limboParser.Pick_member_listContext pick_member_list()
Returns
|
Improve this Doc
View Source
pick_tag_list()
Declaration
public limboParser.Pick_tag_listContext pick_tag_list()
Returns
|
Improve this Doc
View Source
pqual_list()
Declaration
public limboParser.Pqual_listContext pqual_list()
Returns
|
Improve this Doc
View Source
pqual_statement_sequence()
Declaration
public limboParser.Pqual_statement_sequenceContext pqual_statement_sequence()
Returns
|
Improve this Doc
View Source
pqualifier()
Declaration
public limboParser.PqualifierContext pqualifier()
Returns
|
Improve this Doc
View Source
program()
Declaration
public limboParser.ProgramContext program()
Returns
|
Improve this Doc
View Source
qual_list()
Declaration
public limboParser.Qual_listContext qual_list()
Returns
|
Improve this Doc
View Source
qual_statement_sequence()
Declaration
public limboParser.Qual_statement_sequenceContext qual_statement_sequence()
Returns
|
Improve this Doc
View Source
qualifier()
Declaration
public limboParser.QualifierContext qualifier()
Returns
|
Improve this Doc
View Source
real_()
Declaration
public limboParser.Real_Context real_()
Returns
|
Improve this Doc
View Source
real_constant()
Declaration
public limboParser.Real_constantContext real_constant()
Returns
|
Improve this Doc
View Source
Sempred(RuleContext, Int32, Int32)
Declaration
public override bool Sempred(RuleContext _localctx, int ruleIndex, int predIndex)
Parameters
Type |
Name |
Description |
RuleContext |
_localctx |
|
System.Int32 |
ruleIndex |
|
System.Int32 |
predIndex |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
send_expression()
Declaration
public limboParser.Send_expressionContext send_expression()
Returns
|
Improve this Doc
View Source
statement()
Declaration
public limboParser.StatementContext statement()
Returns
|
Improve this Doc
View Source
statements_()
Declaration
public limboParser.Statements_Context statements_()
Returns
|
Improve this Doc
View Source
string_()
Declaration
public limboParser.String_Context string_()
Returns
|
Improve this Doc
View Source
string_constant()
Declaration
public limboParser.String_constantContext string_constant()
Returns
|
Improve this Doc
View Source
term()
Declaration
public limboParser.TermContext term()
Returns
|
Improve this Doc
View Source
top_declaration()
Declaration
public limboParser.Top_declarationContext top_declaration()
Returns
|
Improve this Doc
View Source
top_declaration_sequence()
Declaration
public limboParser.Top_declaration_sequenceContext top_declaration_sequence()
Returns
|
Improve this Doc
View Source
tuple_type()
Declaration
public limboParser.Tuple_typeContext tuple_type()
Returns
|
Improve this Doc
View Source
type_()
Declaration
public limboParser.Type_Context type_()
Returns
|
Improve this Doc
View Source
type_name()
Declaration
public limboParser.Type_nameContext type_name()
Returns