Class IDLParser.Add_exprContext
Inheritance
System.Object
IDLParser.Add_exprContext
Namespace: GCore.Antlr.Grammers.Idl
Assembly: Idl.dll
Syntax
public class Add_exprContext : ParserRuleContext
Constructors
| Improve this Doc View SourceAdd_exprContext(ParserRuleContext, Int32)
Declaration
public Add_exprContext(ParserRuleContext parent, int invokingState)
Parameters
| Type | Name | Description |
|---|---|---|
| ParserRuleContext | parent | |
| System.Int32 | invokingState |
Properties
| Improve this Doc View SourceRuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceAccept<TResult>(IParseTreeVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeVisitor<TResult> | visitor |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| TResult |
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeListener | listener |
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeListener | listener |
MINUS()
Declaration
public ITerminalNode[] MINUS()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
MINUS(Int32)
Declaration
public ITerminalNode MINUS(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |
mult_expr()
Declaration
public IDLParser.Mult_exprContext[] mult_expr()
Returns
| Type | Description |
|---|---|
| IDLParser.Mult_exprContext[] |
mult_expr(Int32)
Declaration
public IDLParser.Mult_exprContext mult_expr(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| IDLParser.Mult_exprContext |
PLUS()
Declaration
public ITerminalNode[] PLUS()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
PLUS(Int32)
Declaration
public ITerminalNode PLUS(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |