Class EDIF300Parser.IntegerExpressionContext
Inheritance
System.Object
EDIF300Parser.IntegerExpressionContext
Assembly: Edif300.dll
Syntax
public class IntegerExpressionContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
IntegerExpressionContext(ParserRuleContext, Int32)
Declaration
public IntegerExpressionContext(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
absolute()
Declaration
public EDIF300Parser.AbsoluteContext absolute()
Returns
|
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
forFrameIndexRef()
Declaration
public EDIF300Parser.ForFrameIndexRefContext forFrameIndexRef()
Returns
|
Improve this Doc
View Source
instanceIndexValue()
Declaration
public EDIF300Parser.InstanceIndexValueContext instanceIndexValue()
Returns
|
Improve this Doc
View Source
integerConstantRef()
Declaration
public EDIF300Parser.IntegerConstantRefContext integerConstantRef()
Returns
|
Improve this Doc
View Source
integerParameterRef()
Declaration
public EDIF300Parser.IntegerParameterRefContext integerParameterRef()
Returns
|
Improve this Doc
View Source
integerProduct()
Declaration
public EDIF300Parser.IntegerProductContext integerProduct()
Returns
|
Improve this Doc
View Source
integerQuotient()
Declaration
public EDIF300Parser.IntegerQuotientContext integerQuotient()
Returns
|
Improve this Doc
View Source
integerRemainder()
Declaration
public EDIF300Parser.IntegerRemainderContext integerRemainder()
Returns
|
Improve this Doc
View Source
integerSubtract()
Declaration
public EDIF300Parser.IntegerSubtractContext integerSubtract()
Returns
|
Improve this Doc
View Source
integerSum()
Declaration
public EDIF300Parser.IntegerSumContext integerSum()
Returns
|
Improve this Doc
View Source
integerToken()
Declaration
public EDIF300Parser.IntegerTokenContext integerToken()
Returns
|
Improve this Doc
View Source
portIndexValue()
Declaration
public EDIF300Parser.PortIndexValueContext portIndexValue()
Returns
|
Improve this Doc
View Source
signalIndexValue()
Declaration
public EDIF300Parser.SignalIndexValueContext signalIndexValue()
Returns
|
Improve this Doc
View Source
stringLength()
Declaration
public EDIF300Parser.StringLengthContext stringLength()
Returns