Class mooParser
Inheritance
System.Object
mooParser
Assembly: Moo.dll
Syntax
public class mooParser : Parser
Constructors
|
Improve this Doc
View Source
mooParser(ITokenStream)
Declaration
public mooParser(ITokenStream input)
Parameters
Type |
Name |
Description |
ITokenStream |
input |
|
|
Improve this Doc
View Source
mooParser(ITokenStream, TextWriter, TextWriter)
Declaration
public mooParser(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
AND
Declaration
public const int AND = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ASSIGN
Declaration
public const int ASSIGN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
COMMA
Declaration
public const int COMMA = 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
DIV
Declaration
public const int DIV = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DOLLAR
Declaration
public const int DOLLAR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EQ
Declaration
public const int EQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GT
Declaration
public const int GT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GTE
Declaration
public const int GTE = 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
LPAREN
Declaration
public const int LPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LT
Declaration
public const int LT = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LTE
Declaration
public const int LTE = 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
MOD
Declaration
public const int MOD = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NEQ
Declaration
public const int NEQ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OBJREF
Declaration
public const int OBJREF = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OR
Declaration
public const int OR = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PERMISSIONS
Declaration
public const int PERMISSIONS = 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
POW
Declaration
public const int POW = 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
RPAREN
Declaration
public const int RPAREN = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_addaliasdecl
Declaration
public const int RULE_addaliasdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_assignblock
Declaration
public const int RULE_assignblock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_atom
Declaration
public const int RULE_atom = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_command
Declaration
public const int RULE_command = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_condition
Declaration
public const int RULE_condition = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_contentsdecl
Declaration
public const int RULE_contentsdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_createdecl
Declaration
public const int RULE_createdecl = 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_describedecl
Declaration
public const int RULE_describedecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_displaypropertydecl
Declaration
public const int RULE_displaypropertydecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_doblock
Declaration
public const int RULE_doblock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_editdecl
Declaration
public const int RULE_editdecl = 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_expressionlist
Declaration
public const int RULE_expressionlist = 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_forblock
Declaration
public const int RULE_forblock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_functioninvocation
Declaration
public const int RULE_functioninvocation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_ifblock
Declaration
public const int RULE_ifblock = 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_kidsdecl
Declaration
public const int RULE_kidsdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_list_
Declaration
public const int RULE_list_ = 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_noteditdecl
Declaration
public const int RULE_noteditdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_objref
Declaration
public const int RULE_objref = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_parentdecl
Declaration
public const int RULE_parentdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_permissions
Declaration
public const int RULE_permissions = 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_programdecl
Declaration
public const int RULE_programdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_programname
Declaration
public const int RULE_programname = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_property_
Declaration
public const int RULE_property_ = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_propertydecl
Declaration
public const int RULE_propertydecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_propertyname
Declaration
public const int RULE_propertyname = 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_relop
Declaration
public const int RULE_relop = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_returncommand
Declaration
public const int RULE_returncommand = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_rmpropertydecl
Declaration
public const int RULE_rmpropertydecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_setpropertydecl
Declaration
public const int RULE_setpropertydecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_signedAtom
Declaration
public const int RULE_signedAtom = 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_stringliteral
Declaration
public const int RULE_stringliteral = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_sysname
Declaration
public const int RULE_sysname = 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_tryblock
Declaration
public const int RULE_tryblock = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_username
Declaration
public const int RULE_username = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_verb
Declaration
public const int RULE_verb = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_verbdecl
Declaration
public const int RULE_verbdecl = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_verbinvocation
Declaration
public const int RULE_verbinvocation = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_verbname
Declaration
public const int RULE_verbname = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RULE_whileblock
Declaration
public const int RULE_whileblock = 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
SEMICOLON
Declaration
public const int SEMICOLON = null
Field Value
Type |
Description |
System.Int32 |
|
|
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__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
TIMES
Declaration
public const int TIMES = 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
addaliasdecl()
Declaration
public mooParser.AddaliasdeclContext addaliasdecl()
Returns
|
Improve this Doc
View Source
assignblock()
Declaration
public mooParser.AssignblockContext assignblock()
Returns
|
Improve this Doc
View Source
atom()
Declaration
public mooParser.AtomContext atom()
Returns
|
Improve this Doc
View Source
command()
Declaration
public mooParser.CommandContext command()
Returns
|
Improve this Doc
View Source
condition()
Declaration
public mooParser.ConditionContext condition()
Returns
|
Improve this Doc
View Source
contentsdecl()
Declaration
public mooParser.ContentsdeclContext contentsdecl()
Returns
|
Improve this Doc
View Source
createdecl()
Declaration
public mooParser.CreatedeclContext createdecl()
Returns
|
Improve this Doc
View Source
declaration()
Declaration
public mooParser.DeclarationContext declaration()
Returns
|
Improve this Doc
View Source
describedecl()
Declaration
public mooParser.DescribedeclContext describedecl()
Returns
|
Improve this Doc
View Source
displaypropertydecl()
Declaration
public mooParser.DisplaypropertydeclContext displaypropertydecl()
Returns
|
Improve this Doc
View Source
doblock()
Declaration
public mooParser.DoblockContext doblock()
Returns
|
Improve this Doc
View Source
editdecl()
Declaration
public mooParser.EditdeclContext editdecl()
Returns
|
Improve this Doc
View Source
expression()
Declaration
public mooParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
expressionlist()
Declaration
public mooParser.ExpressionlistContext expressionlist()
Returns
|
Improve this Doc
View Source
factor()
Declaration
public mooParser.FactorContext factor()
Returns
|
Improve this Doc
View Source
forblock()
Declaration
public mooParser.ForblockContext forblock()
Returns
|
Improve this Doc
View Source
functioninvocation()
Declaration
public mooParser.FunctioninvocationContext functioninvocation()
Returns
|
Improve this Doc
View Source
ifblock()
Declaration
public mooParser.IfblockContext ifblock()
Returns
|
Improve this Doc
View Source
integer()
Declaration
public mooParser.IntegerContext integer()
Returns
|
Improve this Doc
View Source
kidsdecl()
Declaration
public mooParser.KidsdeclContext kidsdecl()
Returns
|
Improve this Doc
View Source
list_()
Declaration
public mooParser.List_Context list_()
Returns
|
Improve this Doc
View Source
name()
Declaration
public mooParser.NameContext name()
Returns
|
Improve this Doc
View Source
noteditdecl()
Declaration
public mooParser.NoteditdeclContext noteditdecl()
Returns
|
Improve this Doc
View Source
objref()
Declaration
public mooParser.ObjrefContext objref()
Returns
|
Improve this Doc
View Source
parentdecl()
Declaration
public mooParser.ParentdeclContext parentdecl()
Returns
|
Improve this Doc
View Source
permissions()
Declaration
public mooParser.PermissionsContext permissions()
Returns
|
Improve this Doc
View Source
prog()
Declaration
public mooParser.ProgContext prog()
Returns
|
Improve this Doc
View Source
programdecl()
Declaration
public mooParser.ProgramdeclContext programdecl()
Returns
|
Improve this Doc
View Source
programname()
Declaration
public mooParser.ProgramnameContext programname()
Returns
|
Improve this Doc
View Source
property_()
Declaration
public mooParser.Property_Context property_()
Returns
|
Improve this Doc
View Source
propertydecl()
Declaration
public mooParser.PropertydeclContext propertydecl()
Returns
|
Improve this Doc
View Source
propertyname()
Declaration
public mooParser.PropertynameContext propertyname()
Returns
|
Improve this Doc
View Source
real()
Declaration
public mooParser.RealContext real()
Returns
|
Improve this Doc
View Source
relop()
Declaration
public mooParser.RelopContext relop()
Returns
|
Improve this Doc
View Source
returncommand()
Declaration
public mooParser.ReturncommandContext returncommand()
Returns
|
Improve this Doc
View Source
rmpropertydecl()
Declaration
public mooParser.RmpropertydeclContext rmpropertydecl()
Returns
|
Improve this Doc
View Source
setpropertydecl()
Declaration
public mooParser.SetpropertydeclContext setpropertydecl()
Returns
|
Improve this Doc
View Source
signedAtom()
Declaration
public mooParser.SignedAtomContext signedAtom()
Returns
|
Improve this Doc
View Source
statement()
Declaration
public mooParser.StatementContext statement()
Returns
|
Improve this Doc
View Source
stringliteral()
Declaration
public mooParser.StringliteralContext stringliteral()
Returns
|
Improve this Doc
View Source
sysname()
Declaration
public mooParser.SysnameContext sysname()
Returns
|
Improve this Doc
View Source
term()
Declaration
public mooParser.TermContext term()
Returns
|
Improve this Doc
View Source
tryblock()
Declaration
public mooParser.TryblockContext tryblock()
Returns
|
Improve this Doc
View Source
username()
Declaration
public mooParser.UsernameContext username()
Returns
|
Improve this Doc
View Source
verb()
Declaration
public mooParser.VerbContext verb()
Returns
|
Improve this Doc
View Source
verbdecl()
Declaration
public mooParser.VerbdeclContext verbdecl()
Returns
|
Improve this Doc
View Source
verbinvocation()
Declaration
public mooParser.VerbinvocationContext verbinvocation()
Returns
|
Improve this Doc
View Source
verbname()
Declaration
public mooParser.VerbnameContext verbname()
Returns
|
Improve this Doc
View Source
whileblock()
Declaration
public mooParser.WhileblockContext whileblock()
Returns