Show / Hide Table of Contents

Class EDIF300Parser.IntegerExpressionContext

Inheritance
System.Object
EDIF300Parser.IntegerExpressionContext
Namespace: GCore.Antlr.Grammers.Edif300
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
Type Description
EDIF300Parser.AbsoluteContext
| 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 Description
TResult
Type Parameters
Name Description
TResult
| 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
Type Description
EDIF300Parser.ForFrameIndexRefContext
| Improve this Doc View Source

instanceIndexValue()

Declaration
public EDIF300Parser.InstanceIndexValueContext instanceIndexValue()
Returns
Type Description
EDIF300Parser.InstanceIndexValueContext
| Improve this Doc View Source

integerConstantRef()

Declaration
public EDIF300Parser.IntegerConstantRefContext integerConstantRef()
Returns
Type Description
EDIF300Parser.IntegerConstantRefContext
| Improve this Doc View Source

integerParameterRef()

Declaration
public EDIF300Parser.IntegerParameterRefContext integerParameterRef()
Returns
Type Description
EDIF300Parser.IntegerParameterRefContext
| Improve this Doc View Source

integerProduct()

Declaration
public EDIF300Parser.IntegerProductContext integerProduct()
Returns
Type Description
EDIF300Parser.IntegerProductContext
| Improve this Doc View Source

integerQuotient()

Declaration
public EDIF300Parser.IntegerQuotientContext integerQuotient()
Returns
Type Description
EDIF300Parser.IntegerQuotientContext
| Improve this Doc View Source

integerRemainder()

Declaration
public EDIF300Parser.IntegerRemainderContext integerRemainder()
Returns
Type Description
EDIF300Parser.IntegerRemainderContext
| Improve this Doc View Source

integerSubtract()

Declaration
public EDIF300Parser.IntegerSubtractContext integerSubtract()
Returns
Type Description
EDIF300Parser.IntegerSubtractContext
| Improve this Doc View Source

integerSum()

Declaration
public EDIF300Parser.IntegerSumContext integerSum()
Returns
Type Description
EDIF300Parser.IntegerSumContext
| Improve this Doc View Source

integerToken()

Declaration
public EDIF300Parser.IntegerTokenContext integerToken()
Returns
Type Description
EDIF300Parser.IntegerTokenContext
| Improve this Doc View Source

portIndexValue()

Declaration
public EDIF300Parser.PortIndexValueContext portIndexValue()
Returns
Type Description
EDIF300Parser.PortIndexValueContext
| Improve this Doc View Source

signalIndexValue()

Declaration
public EDIF300Parser.SignalIndexValueContext signalIndexValue()
Returns
Type Description
EDIF300Parser.SignalIndexValueContext
| Improve this Doc View Source

stringLength()

Declaration
public EDIF300Parser.StringLengthContext stringLength()
Returns
Type Description
EDIF300Parser.StringLengthContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX