Class mooParser.AtomContext
Inheritance
System.Object
mooParser.AtomContext
Assembly: Moo.dll
Syntax
public class AtomContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
AtomContext(ParserRuleContext, Int32)
Declaration
public AtomContext(ParserRuleContext parent, int invokingState)
Parameters
Type |
Name |
Description |
ParserRuleContext |
parent |
|
System.Int32 |
invokingState |
|
Properties
|
Improve this Doc
View Source
RuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Accept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type |
Name |
Description |
IParseTreeVisitor<TResult> |
visitor |
|
Returns
Type Parameters
|
Improve this Doc
View Source
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type |
Name |
Description |
IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
expression()
Declaration
public mooParser.ExpressionContext expression()
Returns
|
Improve this Doc
View Source
functioninvocation()
Declaration
public mooParser.FunctioninvocationContext functioninvocation()
Returns
|
Improve this Doc
View Source
integer()
Declaration
public mooParser.IntegerContext integer()
Returns
|
Improve this Doc
View Source
list_()
Declaration
public mooParser.List_Context list_()
Returns
|
Improve this Doc
View Source
LPAREN()
Declaration
public ITerminalNode LPAREN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
objref()
Declaration
public mooParser.ObjrefContext objref()
Returns
|
Improve this Doc
View Source
property_()
Declaration
public mooParser.Property_Context property_()
Returns
|
Improve this Doc
View Source
real()
Declaration
public mooParser.RealContext real()
Returns
|
Improve this Doc
View Source
RPAREN()
Declaration
public ITerminalNode RPAREN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
stringliteral()
Declaration
public mooParser.StringliteralContext stringliteral()
Returns
|
Improve this Doc
View Source
verbinvocation()
Declaration
public mooParser.VerbinvocationContext verbinvocation()
Returns