Show / Hide Table of Contents

Class LuaParser.ExpContext

Inheritance
System.Object
LuaParser.ExpContext
Namespace: GCore.Antlr.Grammers.Lua
Assembly: Lua.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 LuaParser.ExpContext[] exp()
Returns
Type Description
LuaParser.ExpContext[]
| Improve this Doc View Source

exp(Int32)

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

functiondef()

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

number()

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

operatorAddSub()

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

operatorAnd()

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

operatorBitwise()

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

operatorComparison()

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

operatorMulDivMod()

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

operatorOr()

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

operatorPower()

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

operatorStrcat()

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

operatorUnary()

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

prefixexp()

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

string()

Declaration
public LuaParser.StringContext string()
Returns
Type Description
LuaParser.StringContext
| Improve this Doc View Source

tableconstructor()

Declaration
public LuaParser.TableconstructorContext tableconstructor()
Returns
Type Description
LuaParser.TableconstructorContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX