Show / Hide Table of Contents

Class LuaBaseListener

This class provides an empty implementation of ILuaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
LuaBaseListener
Implements
ILuaListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Lua
Assembly: Lua.dll
Syntax
public class LuaBaseListener : object, ILuaListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterArgs(LuaParser.ArgsContext)

Enter a parse tree produced by args().

The default implementation does nothing.

Declaration
public virtual void EnterArgs(LuaParser.ArgsContext context)
Parameters
Type Name Description
LuaParser.ArgsContext context

The parse tree.

| Improve this Doc View Source

EnterAttnamelist(LuaParser.AttnamelistContext)

Enter a parse tree produced by attnamelist().

The default implementation does nothing.

Declaration
public virtual void EnterAttnamelist(LuaParser.AttnamelistContext context)
Parameters
Type Name Description
LuaParser.AttnamelistContext context

The parse tree.

| Improve this Doc View Source

EnterAttrib(LuaParser.AttribContext)

Enter a parse tree produced by attrib().

The default implementation does nothing.

Declaration
public virtual void EnterAttrib(LuaParser.AttribContext context)
Parameters
Type Name Description
LuaParser.AttribContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(LuaParser.BlockContext)

Enter a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void EnterBlock(LuaParser.BlockContext context)
Parameters
Type Name Description
LuaParser.BlockContext context

The parse tree.

| Improve this Doc View Source

EnterChunk(LuaParser.ChunkContext)

Enter a parse tree produced by chunk().

The default implementation does nothing.

Declaration
public virtual void EnterChunk(LuaParser.ChunkContext context)
Parameters
Type Name Description
LuaParser.ChunkContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExp(LuaParser.ExpContext)

Enter a parse tree produced by exp().

The default implementation does nothing.

Declaration
public virtual void EnterExp(LuaParser.ExpContext context)
Parameters
Type Name Description
LuaParser.ExpContext context

The parse tree.

| Improve this Doc View Source

EnterExplist(LuaParser.ExplistContext)

Enter a parse tree produced by explist().

The default implementation does nothing.

Declaration
public virtual void EnterExplist(LuaParser.ExplistContext context)
Parameters
Type Name Description
LuaParser.ExplistContext context

The parse tree.

| Improve this Doc View Source

EnterField(LuaParser.FieldContext)

Enter a parse tree produced by field().

The default implementation does nothing.

Declaration
public virtual void EnterField(LuaParser.FieldContext context)
Parameters
Type Name Description
LuaParser.FieldContext context

The parse tree.

| Improve this Doc View Source

EnterFieldlist(LuaParser.FieldlistContext)

Enter a parse tree produced by fieldlist().

The default implementation does nothing.

Declaration
public virtual void EnterFieldlist(LuaParser.FieldlistContext context)
Parameters
Type Name Description
LuaParser.FieldlistContext context

The parse tree.

| Improve this Doc View Source

EnterFieldsep(LuaParser.FieldsepContext)

Enter a parse tree produced by fieldsep().

The default implementation does nothing.

Declaration
public virtual void EnterFieldsep(LuaParser.FieldsepContext context)
Parameters
Type Name Description
LuaParser.FieldsepContext context

The parse tree.

| Improve this Doc View Source

EnterFuncbody(LuaParser.FuncbodyContext)

Enter a parse tree produced by funcbody().

The default implementation does nothing.

Declaration
public virtual void EnterFuncbody(LuaParser.FuncbodyContext context)
Parameters
Type Name Description
LuaParser.FuncbodyContext context

The parse tree.

| Improve this Doc View Source

EnterFuncname(LuaParser.FuncnameContext)

Enter a parse tree produced by funcname().

The default implementation does nothing.

Declaration
public virtual void EnterFuncname(LuaParser.FuncnameContext context)
Parameters
Type Name Description
LuaParser.FuncnameContext context

The parse tree.

| Improve this Doc View Source

EnterFunctioncall(LuaParser.FunctioncallContext)

Enter a parse tree produced by functioncall().

The default implementation does nothing.

Declaration
public virtual void EnterFunctioncall(LuaParser.FunctioncallContext context)
Parameters
Type Name Description
LuaParser.FunctioncallContext context

The parse tree.

| Improve this Doc View Source

EnterFunctiondef(LuaParser.FunctiondefContext)

Enter a parse tree produced by functiondef().

The default implementation does nothing.

Declaration
public virtual void EnterFunctiondef(LuaParser.FunctiondefContext context)
Parameters
Type Name Description
LuaParser.FunctiondefContext context

The parse tree.

| Improve this Doc View Source

EnterLabel(LuaParser.LabelContext)

Enter a parse tree produced by label().

The default implementation does nothing.

Declaration
public virtual void EnterLabel(LuaParser.LabelContext context)
Parameters
Type Name Description
LuaParser.LabelContext context

The parse tree.

| Improve this Doc View Source

EnterNameAndArgs(LuaParser.NameAndArgsContext)

Enter a parse tree produced by nameAndArgs().

The default implementation does nothing.

Declaration
public virtual void EnterNameAndArgs(LuaParser.NameAndArgsContext context)
Parameters
Type Name Description
LuaParser.NameAndArgsContext context

The parse tree.

| Improve this Doc View Source

EnterNamelist(LuaParser.NamelistContext)

Enter a parse tree produced by namelist().

The default implementation does nothing.

Declaration
public virtual void EnterNamelist(LuaParser.NamelistContext context)
Parameters
Type Name Description
LuaParser.NamelistContext context

The parse tree.

| Improve this Doc View Source

EnterNumber(LuaParser.NumberContext)

Enter a parse tree produced by number().

The default implementation does nothing.

Declaration
public virtual void EnterNumber(LuaParser.NumberContext context)
Parameters
Type Name Description
LuaParser.NumberContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorAddSub(LuaParser.OperatorAddSubContext)

Enter a parse tree produced by operatorAddSub().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorAddSub(LuaParser.OperatorAddSubContext context)
Parameters
Type Name Description
LuaParser.OperatorAddSubContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorAnd(LuaParser.OperatorAndContext)

Enter a parse tree produced by operatorAnd().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorAnd(LuaParser.OperatorAndContext context)
Parameters
Type Name Description
LuaParser.OperatorAndContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorBitwise(LuaParser.OperatorBitwiseContext)

Enter a parse tree produced by operatorBitwise().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorBitwise(LuaParser.OperatorBitwiseContext context)
Parameters
Type Name Description
LuaParser.OperatorBitwiseContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorComparison(LuaParser.OperatorComparisonContext)

Enter a parse tree produced by operatorComparison().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorComparison(LuaParser.OperatorComparisonContext context)
Parameters
Type Name Description
LuaParser.OperatorComparisonContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorMulDivMod(LuaParser.OperatorMulDivModContext)

Enter a parse tree produced by operatorMulDivMod().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorMulDivMod(LuaParser.OperatorMulDivModContext context)
Parameters
Type Name Description
LuaParser.OperatorMulDivModContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorOr(LuaParser.OperatorOrContext)

Enter a parse tree produced by operatorOr().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorOr(LuaParser.OperatorOrContext context)
Parameters
Type Name Description
LuaParser.OperatorOrContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorPower(LuaParser.OperatorPowerContext)

Enter a parse tree produced by operatorPower().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorPower(LuaParser.OperatorPowerContext context)
Parameters
Type Name Description
LuaParser.OperatorPowerContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorStrcat(LuaParser.OperatorStrcatContext)

Enter a parse tree produced by operatorStrcat().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorStrcat(LuaParser.OperatorStrcatContext context)
Parameters
Type Name Description
LuaParser.OperatorStrcatContext context

The parse tree.

| Improve this Doc View Source

EnterOperatorUnary(LuaParser.OperatorUnaryContext)

Enter a parse tree produced by operatorUnary().

The default implementation does nothing.

Declaration
public virtual void EnterOperatorUnary(LuaParser.OperatorUnaryContext context)
Parameters
Type Name Description
LuaParser.OperatorUnaryContext context

The parse tree.

| Improve this Doc View Source

EnterParlist(LuaParser.ParlistContext)

Enter a parse tree produced by parlist().

The default implementation does nothing.

Declaration
public virtual void EnterParlist(LuaParser.ParlistContext context)
Parameters
Type Name Description
LuaParser.ParlistContext context

The parse tree.

| Improve this Doc View Source

EnterPrefixexp(LuaParser.PrefixexpContext)

Enter a parse tree produced by prefixexp().

The default implementation does nothing.

Declaration
public virtual void EnterPrefixexp(LuaParser.PrefixexpContext context)
Parameters
Type Name Description
LuaParser.PrefixexpContext context

The parse tree.

| Improve this Doc View Source

EnterRetstat(LuaParser.RetstatContext)

Enter a parse tree produced by retstat().

The default implementation does nothing.

Declaration
public virtual void EnterRetstat(LuaParser.RetstatContext context)
Parameters
Type Name Description
LuaParser.RetstatContext context

The parse tree.

| Improve this Doc View Source

EnterStat(LuaParser.StatContext)

Enter a parse tree produced by stat().

The default implementation does nothing.

Declaration
public virtual void EnterStat(LuaParser.StatContext context)
Parameters
Type Name Description
LuaParser.StatContext context

The parse tree.

| Improve this Doc View Source

EnterString(LuaParser.StringContext)

Enter a parse tree produced by .

The default implementation does nothing.

Declaration
public virtual void EnterString(LuaParser.StringContext context)
Parameters
Type Name Description
LuaParser.StringContext context

The parse tree.

| Improve this Doc View Source

EnterTableconstructor(LuaParser.TableconstructorContext)

Enter a parse tree produced by tableconstructor().

The default implementation does nothing.

Declaration
public virtual void EnterTableconstructor(LuaParser.TableconstructorContext context)
Parameters
Type Name Description
LuaParser.TableconstructorContext context

The parse tree.

| Improve this Doc View Source

EnterVar_(LuaParser.Var_Context)

Enter a parse tree produced by var_().

The default implementation does nothing.

Declaration
public virtual void EnterVar_(LuaParser.Var_Context context)
Parameters
Type Name Description
LuaParser.Var_Context context

The parse tree.

| Improve this Doc View Source

EnterVarlist(LuaParser.VarlistContext)

Enter a parse tree produced by varlist().

The default implementation does nothing.

Declaration
public virtual void EnterVarlist(LuaParser.VarlistContext context)
Parameters
Type Name Description
LuaParser.VarlistContext context

The parse tree.

| Improve this Doc View Source

EnterVarOrExp(LuaParser.VarOrExpContext)

Enter a parse tree produced by varOrExp().

The default implementation does nothing.

Declaration
public virtual void EnterVarOrExp(LuaParser.VarOrExpContext context)
Parameters
Type Name Description
LuaParser.VarOrExpContext context

The parse tree.

| Improve this Doc View Source

EnterVarSuffix(LuaParser.VarSuffixContext)

Enter a parse tree produced by varSuffix().

The default implementation does nothing.

Declaration
public virtual void EnterVarSuffix(LuaParser.VarSuffixContext context)
Parameters
Type Name Description
LuaParser.VarSuffixContext context

The parse tree.

| Improve this Doc View Source

ExitArgs(LuaParser.ArgsContext)

Exit a parse tree produced by args().

The default implementation does nothing.

Declaration
public virtual void ExitArgs(LuaParser.ArgsContext context)
Parameters
Type Name Description
LuaParser.ArgsContext context

The parse tree.

| Improve this Doc View Source

ExitAttnamelist(LuaParser.AttnamelistContext)

Exit a parse tree produced by attnamelist().

The default implementation does nothing.

Declaration
public virtual void ExitAttnamelist(LuaParser.AttnamelistContext context)
Parameters
Type Name Description
LuaParser.AttnamelistContext context

The parse tree.

| Improve this Doc View Source

ExitAttrib(LuaParser.AttribContext)

Exit a parse tree produced by attrib().

The default implementation does nothing.

Declaration
public virtual void ExitAttrib(LuaParser.AttribContext context)
Parameters
Type Name Description
LuaParser.AttribContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(LuaParser.BlockContext)

Exit a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void ExitBlock(LuaParser.BlockContext context)
Parameters
Type Name Description
LuaParser.BlockContext context

The parse tree.

| Improve this Doc View Source

ExitChunk(LuaParser.ChunkContext)

Exit a parse tree produced by chunk().

The default implementation does nothing.

Declaration
public virtual void ExitChunk(LuaParser.ChunkContext context)
Parameters
Type Name Description
LuaParser.ChunkContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExp(LuaParser.ExpContext)

Exit a parse tree produced by exp().

The default implementation does nothing.

Declaration
public virtual void ExitExp(LuaParser.ExpContext context)
Parameters
Type Name Description
LuaParser.ExpContext context

The parse tree.

| Improve this Doc View Source

ExitExplist(LuaParser.ExplistContext)

Exit a parse tree produced by explist().

The default implementation does nothing.

Declaration
public virtual void ExitExplist(LuaParser.ExplistContext context)
Parameters
Type Name Description
LuaParser.ExplistContext context

The parse tree.

| Improve this Doc View Source

ExitField(LuaParser.FieldContext)

Exit a parse tree produced by field().

The default implementation does nothing.

Declaration
public virtual void ExitField(LuaParser.FieldContext context)
Parameters
Type Name Description
LuaParser.FieldContext context

The parse tree.

| Improve this Doc View Source

ExitFieldlist(LuaParser.FieldlistContext)

Exit a parse tree produced by fieldlist().

The default implementation does nothing.

Declaration
public virtual void ExitFieldlist(LuaParser.FieldlistContext context)
Parameters
Type Name Description
LuaParser.FieldlistContext context

The parse tree.

| Improve this Doc View Source

ExitFieldsep(LuaParser.FieldsepContext)

Exit a parse tree produced by fieldsep().

The default implementation does nothing.

Declaration
public virtual void ExitFieldsep(LuaParser.FieldsepContext context)
Parameters
Type Name Description
LuaParser.FieldsepContext context

The parse tree.

| Improve this Doc View Source

ExitFuncbody(LuaParser.FuncbodyContext)

Exit a parse tree produced by funcbody().

The default implementation does nothing.

Declaration
public virtual void ExitFuncbody(LuaParser.FuncbodyContext context)
Parameters
Type Name Description
LuaParser.FuncbodyContext context

The parse tree.

| Improve this Doc View Source

ExitFuncname(LuaParser.FuncnameContext)

Exit a parse tree produced by funcname().

The default implementation does nothing.

Declaration
public virtual void ExitFuncname(LuaParser.FuncnameContext context)
Parameters
Type Name Description
LuaParser.FuncnameContext context

The parse tree.

| Improve this Doc View Source

ExitFunctioncall(LuaParser.FunctioncallContext)

Exit a parse tree produced by functioncall().

The default implementation does nothing.

Declaration
public virtual void ExitFunctioncall(LuaParser.FunctioncallContext context)
Parameters
Type Name Description
LuaParser.FunctioncallContext context

The parse tree.

| Improve this Doc View Source

ExitFunctiondef(LuaParser.FunctiondefContext)

Exit a parse tree produced by functiondef().

The default implementation does nothing.

Declaration
public virtual void ExitFunctiondef(LuaParser.FunctiondefContext context)
Parameters
Type Name Description
LuaParser.FunctiondefContext context

The parse tree.

| Improve this Doc View Source

ExitLabel(LuaParser.LabelContext)

Exit a parse tree produced by label().

The default implementation does nothing.

Declaration
public virtual void ExitLabel(LuaParser.LabelContext context)
Parameters
Type Name Description
LuaParser.LabelContext context

The parse tree.

| Improve this Doc View Source

ExitNameAndArgs(LuaParser.NameAndArgsContext)

Exit a parse tree produced by nameAndArgs().

The default implementation does nothing.

Declaration
public virtual void ExitNameAndArgs(LuaParser.NameAndArgsContext context)
Parameters
Type Name Description
LuaParser.NameAndArgsContext context

The parse tree.

| Improve this Doc View Source

ExitNamelist(LuaParser.NamelistContext)

Exit a parse tree produced by namelist().

The default implementation does nothing.

Declaration
public virtual void ExitNamelist(LuaParser.NamelistContext context)
Parameters
Type Name Description
LuaParser.NamelistContext context

The parse tree.

| Improve this Doc View Source

ExitNumber(LuaParser.NumberContext)

Exit a parse tree produced by number().

The default implementation does nothing.

Declaration
public virtual void ExitNumber(LuaParser.NumberContext context)
Parameters
Type Name Description
LuaParser.NumberContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorAddSub(LuaParser.OperatorAddSubContext)

Exit a parse tree produced by operatorAddSub().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorAddSub(LuaParser.OperatorAddSubContext context)
Parameters
Type Name Description
LuaParser.OperatorAddSubContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorAnd(LuaParser.OperatorAndContext)

Exit a parse tree produced by operatorAnd().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorAnd(LuaParser.OperatorAndContext context)
Parameters
Type Name Description
LuaParser.OperatorAndContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorBitwise(LuaParser.OperatorBitwiseContext)

Exit a parse tree produced by operatorBitwise().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorBitwise(LuaParser.OperatorBitwiseContext context)
Parameters
Type Name Description
LuaParser.OperatorBitwiseContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorComparison(LuaParser.OperatorComparisonContext)

Exit a parse tree produced by operatorComparison().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorComparison(LuaParser.OperatorComparisonContext context)
Parameters
Type Name Description
LuaParser.OperatorComparisonContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorMulDivMod(LuaParser.OperatorMulDivModContext)

Exit a parse tree produced by operatorMulDivMod().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorMulDivMod(LuaParser.OperatorMulDivModContext context)
Parameters
Type Name Description
LuaParser.OperatorMulDivModContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorOr(LuaParser.OperatorOrContext)

Exit a parse tree produced by operatorOr().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorOr(LuaParser.OperatorOrContext context)
Parameters
Type Name Description
LuaParser.OperatorOrContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorPower(LuaParser.OperatorPowerContext)

Exit a parse tree produced by operatorPower().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorPower(LuaParser.OperatorPowerContext context)
Parameters
Type Name Description
LuaParser.OperatorPowerContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorStrcat(LuaParser.OperatorStrcatContext)

Exit a parse tree produced by operatorStrcat().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorStrcat(LuaParser.OperatorStrcatContext context)
Parameters
Type Name Description
LuaParser.OperatorStrcatContext context

The parse tree.

| Improve this Doc View Source

ExitOperatorUnary(LuaParser.OperatorUnaryContext)

Exit a parse tree produced by operatorUnary().

The default implementation does nothing.

Declaration
public virtual void ExitOperatorUnary(LuaParser.OperatorUnaryContext context)
Parameters
Type Name Description
LuaParser.OperatorUnaryContext context

The parse tree.

| Improve this Doc View Source

ExitParlist(LuaParser.ParlistContext)

Exit a parse tree produced by parlist().

The default implementation does nothing.

Declaration
public virtual void ExitParlist(LuaParser.ParlistContext context)
Parameters
Type Name Description
LuaParser.ParlistContext context

The parse tree.

| Improve this Doc View Source

ExitPrefixexp(LuaParser.PrefixexpContext)

Exit a parse tree produced by prefixexp().

The default implementation does nothing.

Declaration
public virtual void ExitPrefixexp(LuaParser.PrefixexpContext context)
Parameters
Type Name Description
LuaParser.PrefixexpContext context

The parse tree.

| Improve this Doc View Source

ExitRetstat(LuaParser.RetstatContext)

Exit a parse tree produced by retstat().

The default implementation does nothing.

Declaration
public virtual void ExitRetstat(LuaParser.RetstatContext context)
Parameters
Type Name Description
LuaParser.RetstatContext context

The parse tree.

| Improve this Doc View Source

ExitStat(LuaParser.StatContext)

Exit a parse tree produced by stat().

The default implementation does nothing.

Declaration
public virtual void ExitStat(LuaParser.StatContext context)
Parameters
Type Name Description
LuaParser.StatContext context

The parse tree.

| Improve this Doc View Source

ExitString(LuaParser.StringContext)

Exit a parse tree produced by .

The default implementation does nothing.

Declaration
public virtual void ExitString(LuaParser.StringContext context)
Parameters
Type Name Description
LuaParser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitTableconstructor(LuaParser.TableconstructorContext)

Exit a parse tree produced by tableconstructor().

The default implementation does nothing.

Declaration
public virtual void ExitTableconstructor(LuaParser.TableconstructorContext context)
Parameters
Type Name Description
LuaParser.TableconstructorContext context

The parse tree.

| Improve this Doc View Source

ExitVar_(LuaParser.Var_Context)

Exit a parse tree produced by var_().

The default implementation does nothing.

Declaration
public virtual void ExitVar_(LuaParser.Var_Context context)
Parameters
Type Name Description
LuaParser.Var_Context context

The parse tree.

| Improve this Doc View Source

ExitVarlist(LuaParser.VarlistContext)

Exit a parse tree produced by varlist().

The default implementation does nothing.

Declaration
public virtual void ExitVarlist(LuaParser.VarlistContext context)
Parameters
Type Name Description
LuaParser.VarlistContext context

The parse tree.

| Improve this Doc View Source

ExitVarOrExp(LuaParser.VarOrExpContext)

Exit a parse tree produced by varOrExp().

The default implementation does nothing.

Declaration
public virtual void ExitVarOrExp(LuaParser.VarOrExpContext context)
Parameters
Type Name Description
LuaParser.VarOrExpContext context

The parse tree.

| Improve this Doc View Source

ExitVarSuffix(LuaParser.VarSuffixContext)

Exit a parse tree produced by varSuffix().

The default implementation does nothing.

Declaration
public virtual void ExitVarSuffix(LuaParser.VarSuffixContext context)
Parameters
Type Name Description
LuaParser.VarSuffixContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

ILuaListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX