Show / Hide Table of Contents

Namespace GCore.Antlr.Grammers.Lua

Classes

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.

LuaBaseVisitor<Result>

This class provides an empty implementation of ILuaVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

LuaLexer

LuaParser

LuaParser.ArgsContext

LuaParser.AttnamelistContext

LuaParser.AttribContext

LuaParser.BlockContext

LuaParser.ChunkContext

LuaParser.ExpContext

LuaParser.ExplistContext

LuaParser.FieldContext

LuaParser.FieldlistContext

LuaParser.FieldsepContext

LuaParser.FuncbodyContext

LuaParser.FuncnameContext

LuaParser.FunctioncallContext

LuaParser.FunctiondefContext

LuaParser.LabelContext

LuaParser.NameAndArgsContext

LuaParser.NamelistContext

LuaParser.NumberContext

LuaParser.OperatorAddSubContext

LuaParser.OperatorAndContext

LuaParser.OperatorBitwiseContext

LuaParser.OperatorComparisonContext

LuaParser.OperatorMulDivModContext

LuaParser.OperatorOrContext

LuaParser.OperatorPowerContext

LuaParser.OperatorStrcatContext

LuaParser.OperatorUnaryContext

LuaParser.ParlistContext

LuaParser.PrefixexpContext

LuaParser.RetstatContext

LuaParser.StatContext

LuaParser.StringContext

LuaParser.TableconstructorContext

LuaParser.Var_Context

LuaParser.VarlistContext

LuaParser.VarOrExpContext

LuaParser.VarSuffixContext

Interfaces

ILuaListener

This interface defines a complete listener for a parse tree produced by LuaParser.

ILuaVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by LuaParser.

In This Article
Back to top Generated by DocFX