Class acmeParser.SetConstructorContext
Inheritance
System.Object
acmeParser.SetConstructorContext
Assembly: Acme.dll
Syntax
public class SetConstructorContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
SetConstructorContext(ParserRuleContext, Int32)
Declaration
public SetConstructorContext(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
acmeTypeRef()
Declaration
public acmeParser.AcmeTypeRefContext acmeTypeRef()
Returns
|
Improve this Doc
View Source
BIT_OR()
Declaration
public ITerminalNode BIT_OR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COLLECT()
Declaration
public ITerminalNode COLLECT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COLON()
Declaration
public ITerminalNode COLON()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
designRuleExpression()
Declaration
public acmeParser.DesignRuleExpressionContext designRuleExpression()
Returns
|
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
IN()
Declaration
public ITerminalNode IN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
LBRACE()
Declaration
public ITerminalNode LBRACE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
RBRACE()
Declaration
public ITerminalNode RBRACE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
reference()
Declaration
public acmeParser.ReferenceContext[] reference()
Returns
|
Improve this Doc
View Source
reference(Int32)
Declaration
public acmeParser.ReferenceContext reference(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
SELECT()
Declaration
public ITerminalNode SELECT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
setExpression()
Declaration
public acmeParser.SetExpressionContext setExpression()
Returns
|
Improve this Doc
View Source
variableSetDeclaration()
Declaration
public acmeParser.VariableSetDeclarationContext variableSetDeclaration()
Returns