Show / Hide Table of Contents

Class TealParser.ExpContext

Inheritance
System.Object
TealParser.ExpContext
Namespace: GCore.Antlr.Grammers.Teal
Assembly: Teal.dll
Syntax
public class ExpContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ExpContext(ParserRuleContext, Int32)

Declaration
public ExpContext(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 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

exp()

Declaration
public TealParser.ExpContext[] exp()
Returns
Type Description
TealParser.ExpContext[]
| Improve this Doc View Source

exp(Int32)

Declaration
public TealParser.ExpContext exp(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
TealParser.ExpContext
| Improve this Doc View Source

functiondef()

Declaration
public TealParser.FunctiondefContext functiondef()
Returns
Type Description
TealParser.FunctiondefContext
| Improve this Doc View Source

NAME()

Declaration
public ITerminalNode NAME()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

number()

Declaration
public TealParser.NumberContext number()
Returns
Type Description
TealParser.NumberContext
| Improve this Doc View Source

operatorAddSub()

Declaration
public TealParser.OperatorAddSubContext operatorAddSub()
Returns
Type Description
TealParser.OperatorAddSubContext
| Improve this Doc View Source

operatorAnd()

Declaration
public TealParser.OperatorAndContext operatorAnd()
Returns
Type Description
TealParser.OperatorAndContext
| Improve this Doc View Source

operatorBitwise()

Declaration
public TealParser.OperatorBitwiseContext operatorBitwise()
Returns
Type Description
TealParser.OperatorBitwiseContext
| Improve this Doc View Source

operatorComparison()

Declaration
public TealParser.OperatorComparisonContext operatorComparison()
Returns
Type Description
TealParser.OperatorComparisonContext
| Improve this Doc View Source

operatorMulDivMod()

Declaration
public TealParser.OperatorMulDivModContext operatorMulDivMod()
Returns
Type Description
TealParser.OperatorMulDivModContext
| Improve this Doc View Source

operatorOr()

Declaration
public TealParser.OperatorOrContext operatorOr()
Returns
Type Description
TealParser.OperatorOrContext
| Improve this Doc View Source

operatorPower()

Declaration
public TealParser.OperatorPowerContext operatorPower()
Returns
Type Description
TealParser.OperatorPowerContext
| Improve this Doc View Source

operatorStrcat()

Declaration
public TealParser.OperatorStrcatContext operatorStrcat()
Returns
Type Description
TealParser.OperatorStrcatContext
| Improve this Doc View Source

operatorUnary()

Declaration
public TealParser.OperatorUnaryContext operatorUnary()
Returns
Type Description
TealParser.OperatorUnaryContext
| Improve this Doc View Source

prefixexp()

Declaration
public TealParser.PrefixexpContext prefixexp()
Returns
Type Description
TealParser.PrefixexpContext
| Improve this Doc View Source

str()

Declaration
public TealParser.StrContext str()
Returns
Type Description
TealParser.StrContext
| Improve this Doc View Source

tableconstructor()

Declaration
public TealParser.TableconstructorContext tableconstructor()
Returns
Type Description
TealParser.TableconstructorContext
| Improve this Doc View Source

typ()

Declaration
public TealParser.TypContext typ()
Returns
Type Description
TealParser.TypContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX