Class cluParser
Inheritance
System.Object
cluParser
Assembly: Clu.dll
Syntax
public class cluParser : Parser
Constructors
|
Improve this Doc
View Source
cluParser(ITokenStream)
Declaration
public cluParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
cluParser(ITokenStream, TextWriter, TextWriter)
Declaration
public cluParser(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
FLOAT
Declaration
public const int FLOAT = 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
RULE_args
Declaration
public const int RULE_args = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_body
Declaration
public const int RULE_body = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cluster
Declaration
public const int RULE_cluster = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_cluster_body
Declaration
public const int RULE_cluster_body = 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_constant_list
Declaration
public const int RULE_constant_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_decl
Declaration
public const int RULE_decl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_decl_list
Declaration
public const int RULE_decl_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_equate
Declaration
public const int RULE_equate = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_exception_
Declaration
public const int RULE_exception_ = 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
RULE_field
Declaration
public const int RULE_field = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_list
Declaration
public const int RULE_field_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_spec
Declaration
public const int RULE_field_spec = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_field_spec_list
Declaration
public const int RULE_field_spec_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_idn
Declaration
public const int RULE_idn = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_idn_list
Declaration
public const int RULE_idn_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_int_literal
Declaration
public const int RULE_int_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_invocation
Declaration
public const int RULE_invocation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_iterator
Declaration
public const int RULE_iterator = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_module
Declaration
public const int RULE_module = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_name
Declaration
public const int RULE_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_name_list
Declaration
public const int RULE_name_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_op_name
Declaration
public const int RULE_op_name = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_op_name_list
Declaration
public const int RULE_op_name_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_oper_decl
Declaration
public const int RULE_oper_decl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_oper_decl_list
Declaration
public const int RULE_oper_decl_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_others_handler
Declaration
public const int RULE_others_handler = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_own_var
Declaration
public const int RULE_own_var = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_param
Declaration
public const int RULE_param = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parms
Declaration
public const int RULE_parms = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_primary
Declaration
public const int RULE_primary = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_procedure
Declaration
public const int RULE_procedure = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_real_literal
Declaration
public const int RULE_real_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_restriction
Declaration
public const int RULE_restriction = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_returnz
Declaration
public const int RULE_returnz = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_routine
Declaration
public const int RULE_routine = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_routine_body
Declaration
public const int RULE_routine_body = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_signals
Declaration
public const int RULE_signals = 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_string_literal
Declaration
public const int RULE_string_literal = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_tag_arm
Declaration
public const int RULE_tag_arm = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_set
Declaration
public const int RULE_type_set = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_spec
Declaration
public const int RULE_type_spec = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_type_spec_list
Declaration
public const int RULE_type_spec_list = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_when_handler
Declaration
public const int RULE_when_handler = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_where_
Declaration
public const int RULE_where_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_yields
Declaration
public const int RULE_yields = 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
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__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__49
Declaration
public const int T__49 = 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__50
Declaration
public const int T__50 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__51
Declaration
public const int T__51 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__52
Declaration
public const int T__52 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__53
Declaration
public const int T__53 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__54
Declaration
public const int T__54 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__55
Declaration
public const int T__55 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__56
Declaration
public const int T__56 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__57
Declaration
public const int T__57 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__58
Declaration
public const int T__58 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__59
Declaration
public const int T__59 = 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__60
Declaration
public const int T__60 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__61
Declaration
public const int T__61 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__62
Declaration
public const int T__62 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__63
Declaration
public const int T__63 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__64
Declaration
public const int T__64 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__65
Declaration
public const int T__65 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__66
Declaration
public const int T__66 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__67
Declaration
public const int T__67 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__68
Declaration
public const int T__68 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__69
Declaration
public const int T__69 = 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__70
Declaration
public const int T__70 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__71
Declaration
public const int T__71 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__72
Declaration
public const int T__72 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__73
Declaration
public const int T__73 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__74
Declaration
public const int T__74 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__75
Declaration
public const int T__75 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__76
Declaration
public const int T__76 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__77
Declaration
public const int T__77 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__78
Declaration
public const int T__78 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__79
Declaration
public const int T__79 = 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__80
Declaration
public const int T__80 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__81
Declaration
public const int T__81 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__82
Declaration
public const int T__82 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__83
Declaration
public const int T__83 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__84
Declaration
public const int T__84 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__85
Declaration
public const int T__85 = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
T__86
Declaration
public const int T__86 = 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
args()
Declaration
public cluParser.ArgsContext args()
Returns
|
Improve this Doc
View Source
body()
Declaration
public cluParser.BodyContext body()
Returns
|
Improve this Doc
View Source
cluster()
Declaration
public cluParser.ClusterContext cluster()
Returns
|
Improve this Doc
View Source
cluster_body()
Declaration
public cluParser.Cluster_bodyContext cluster_body()
Returns
|
Improve this Doc
View Source
constant()
Declaration
public cluParser.ConstantContext constant()
Returns
|
Improve this Doc
View Source
constant_list()
Declaration
public cluParser.Constant_listContext constant_list()
Returns
|
Improve this Doc
View Source
decl()
Declaration
public cluParser.DeclContext decl()
Returns
|
Improve this Doc
View Source
decl_list()
Declaration
public cluParser.Decl_listContext decl_list()
Returns
|
Improve this Doc
View Source
equate()
Declaration
public cluParser.EquateContext equate()
Returns
|
Improve this Doc
View Source
exception_()
Declaration
public cluParser.Exception_Context exception_()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public cluParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
expression_list()
Declaration
public cluParser.Expression_listContext expression_list()
Returns
|
Improve this Doc
View Source
field()
Declaration
public cluParser.FieldContext field()
Returns
|
Improve this Doc
View Source
field_list()
Declaration
public cluParser.Field_listContext field_list()
Returns
|
Improve this Doc
View Source
field_spec()
Declaration
public cluParser.Field_specContext field_spec()
Returns
|
Improve this Doc
View Source
field_spec_list()
Declaration
public cluParser.Field_spec_listContext field_spec_list()
Returns
|
Improve this Doc
View Source
idn()
Declaration
public cluParser.IdnContext idn()
Returns
|
Improve this Doc
View Source
idn_list()
Declaration
public cluParser.Idn_listContext idn_list()
Returns
|
Improve this Doc
View Source
int_literal()
Declaration
public cluParser.Int_literalContext int_literal()
Returns
|
Improve this Doc
View Source
invocation()
Declaration
public cluParser.InvocationContext invocation()
Returns
|
Improve this Doc
View Source
iterator()
Declaration
public cluParser.IteratorContext iterator()
Returns
|
Improve this Doc
View Source
module()
Declaration
public cluParser.ModuleContext module()
Returns
|
Improve this Doc
View Source
name()
Declaration
public cluParser.NameContext name()
Returns
|
Improve this Doc
View Source
name_list()
Declaration
public cluParser.Name_listContext name_list()
Returns
|
Improve this Doc
View Source
op_name()
Declaration
public cluParser.Op_nameContext op_name()
Returns
|
Improve this Doc
View Source
op_name_list()
Declaration
public cluParser.Op_name_listContext op_name_list()
Returns
|
Improve this Doc
View Source
oper_decl()
Declaration
public cluParser.Oper_declContext oper_decl()
Returns
|
Improve this Doc
View Source
oper_decl_list()
Declaration
public cluParser.Oper_decl_listContext oper_decl_list()
Returns
|
Improve this Doc
View Source
others_handler()
Declaration
public cluParser.Others_handlerContext others_handler()
Returns
|
Improve this Doc
View Source
own_var()
Declaration
public cluParser.Own_varContext own_var()
Returns
|
Improve this Doc
View Source
param()
Declaration
public cluParser.ParamContext param()
Returns
|
Improve this Doc
View Source
parms()
Declaration
public cluParser.ParmsContext parms()
Returns
|
Improve this Doc
View Source
primary()
Declaration
public cluParser.PrimaryContext primary()
Returns
|
Improve this Doc
View Source
procedure()
Declaration
public cluParser.ProcedureContext procedure()
Returns
|
Improve this Doc
View Source
real_literal()
Declaration
public cluParser.Real_literalContext real_literal()
Returns
|
Improve this Doc
View Source
restriction()
Declaration
public cluParser.RestrictionContext restriction()
Returns
|
Improve this Doc
View Source
returnz()
Declaration
public cluParser.ReturnzContext returnz()
Returns
|
Improve this Doc
View Source
routine()
Declaration
public cluParser.RoutineContext routine()
Returns
|
Improve this Doc
View Source
routine_body()
Declaration
public cluParser.Routine_bodyContext routine_body()
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
signals()
Declaration
public cluParser.SignalsContext signals()
Returns
|
Improve this Doc
View Source
statement()
Declaration
public cluParser.StatementContext statement()
Returns
|
Improve this Doc
View Source
string_literal()
Declaration
public cluParser.String_literalContext string_literal()
Returns
|
Improve this Doc
View Source
tag_arm()
Declaration
public cluParser.Tag_armContext tag_arm()
Returns
|
Improve this Doc
View Source
type_set()
Declaration
public cluParser.Type_setContext type_set()
Returns
|
Improve this Doc
View Source
type_spec()
Declaration
public cluParser.Type_specContext type_spec()
Returns
|
Improve this Doc
View Source
type_spec_list()
Declaration
public cluParser.Type_spec_listContext type_spec_list()
Returns
|
Improve this Doc
View Source
when_handler()
Declaration
public cluParser.When_handlerContext when_handler()
Returns
|
Improve this Doc
View Source
where_()
Declaration
public cluParser.Where_Context where_()
Returns
|
Improve this Doc
View Source
yields()
Declaration
public cluParser.YieldsContext yields()
Returns