Class PeopleCodeParser.ExprAddSubContext
Inheritance
System.Object
PeopleCodeParser.ExprAddSubContext
Assembly: Peoplecode.dll
Syntax
public class ExprAddSubContext : PeopleCodeParser.ExprContext
Constructors
|
Improve this Doc
View Source
ExprAddSubContext(PeopleCodeParser.ExprContext)
Declaration
public ExprAddSubContext(PeopleCodeParser.ExprContext context)
Parameters
Fields
|
Improve this Doc
View Source
a
Declaration
Field Value
|
Improve this Doc
View Source
s
Declaration
Field Value
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
expr()
Declaration
public PeopleCodeParser.ExprContext[] expr()
Returns
|
Improve this Doc
View Source
expr(Int32)
Declaration
public PeopleCodeParser.ExprContext expr(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns