Interface IangelscriptListener
This interface defines a complete listener for a parse tree produced by angelscriptParser.
Namespace: GCore.Antlr.Grammers.Angelscript
Assembly: Angelscript.dll
Syntax
public interface IangelscriptListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArglist(angelscriptParser.ArglistContext)
Enter a parse tree produced by arglist().
Declaration
void EnterArglist(angelscriptParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ArglistContext | context | The parse tree. |
EnterAssign(angelscriptParser.AssignContext)
Enter a parse tree produced by assign().
Declaration
void EnterAssign(angelscriptParser.AssignContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.AssignContext | context | The parse tree. |
EnterBreak_(angelscriptParser.Break_Context)
Enter a parse tree produced by break_().
Declaration
void EnterBreak_(angelscriptParser.Break_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Break_Context | context | The parse tree. |
EnterCase_(angelscriptParser.Case_Context)
Enter a parse tree produced by case_().
Declaration
void EnterCase_(angelscriptParser.Case_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Case_Context | context | The parse tree. |
EnterCast(angelscriptParser.CastContext)
Enter a parse tree produced by cast().
Declaration
void EnterCast(angelscriptParser.CastContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.CastContext | context | The parse tree. |
EnterClass_(angelscriptParser.Class_Context)
Enter a parse tree produced by class_().
Declaration
void EnterClass_(angelscriptParser.Class_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Class_Context | context | The parse tree. |
EnterCondition(angelscriptParser.ConditionContext)
Enter a parse tree produced by condition().
Declaration
void EnterCondition(angelscriptParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ConditionContext | context | The parse tree. |
EnterConstructcall(angelscriptParser.ConstructcallContext)
Enter a parse tree produced by constructcall().
Declaration
void EnterConstructcall(angelscriptParser.ConstructcallContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ConstructcallContext | context | The parse tree. |
EnterContinue_(angelscriptParser.Continue_Context)
Enter a parse tree produced by continue_().
Declaration
void EnterContinue_(angelscriptParser.Continue_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Continue_Context | context | The parse tree. |
EnterDatatype(angelscriptParser.DatatypeContext)
Enter a parse tree produced by datatype().
Declaration
void EnterDatatype(angelscriptParser.DatatypeContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.DatatypeContext | context | The parse tree. |
EnterDowhile(angelscriptParser.DowhileContext)
Enter a parse tree produced by dowhile().
Declaration
void EnterDowhile(angelscriptParser.DowhileContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.DowhileContext | context | The parse tree. |
EnterEnum_(angelscriptParser.Enum_Context)
Enter a parse tree produced by enum_().
Declaration
void EnterEnum_(angelscriptParser.Enum_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Enum_Context | context | The parse tree. |
EnterExpr(angelscriptParser.ExprContext)
Enter a parse tree produced by expr().
Declaration
void EnterExpr(angelscriptParser.ExprContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprContext | context | The parse tree. |
EnterExprop(angelscriptParser.ExpropContext)
Enter a parse tree produced by exprop().
Declaration
void EnterExprop(angelscriptParser.ExpropContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExpropContext | context | The parse tree. |
EnterExprpostop(angelscriptParser.ExprpostopContext)
Enter a parse tree produced by exprpostop().
Declaration
void EnterExprpostop(angelscriptParser.ExprpostopContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprpostopContext | context | The parse tree. |
EnterExprstat(angelscriptParser.ExprstatContext)
Enter a parse tree produced by exprstat().
Declaration
void EnterExprstat(angelscriptParser.ExprstatContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprstatContext | context | The parse tree. |
EnterExprterm(angelscriptParser.ExprtermContext)
Enter a parse tree produced by exprterm().
Declaration
void EnterExprterm(angelscriptParser.ExprtermContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprtermContext | context | The parse tree. |
EnterExprvalue(angelscriptParser.ExprvalueContext)
Enter a parse tree produced by exprvalue().
Declaration
void EnterExprvalue(angelscriptParser.ExprvalueContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprvalueContext | context | The parse tree. |
EnterFor_(angelscriptParser.For_Context)
Enter a parse tree produced by for_().
Declaration
void EnterFor_(angelscriptParser.For_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.For_Context | context | The parse tree. |
EnterFunc_(angelscriptParser.Func_Context)
Enter a parse tree produced by func_().
Declaration
void EnterFunc_(angelscriptParser.Func_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Func_Context | context | The parse tree. |
EnterFunccall(angelscriptParser.FunccallContext)
Enter a parse tree produced by funccall().
Declaration
void EnterFunccall(angelscriptParser.FunccallContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.FunccallContext | context | The parse tree. |
EnterFuncdef(angelscriptParser.FuncdefContext)
Enter a parse tree produced by funcdef().
Declaration
void EnterFuncdef(angelscriptParser.FuncdefContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.FuncdefContext | context | The parse tree. |
EnterIf_(angelscriptParser.If_Context)
Enter a parse tree produced by if_().
Declaration
void EnterIf_(angelscriptParser.If_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.If_Context | context | The parse tree. |
EnterImport_(angelscriptParser.Import_Context)
Enter a parse tree produced by import_().
Declaration
void EnterImport_(angelscriptParser.Import_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Import_Context | context | The parse tree. |
EnterInitlist(angelscriptParser.InitlistContext)
Enter a parse tree produced by initlist().
Declaration
void EnterInitlist(angelscriptParser.InitlistContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.InitlistContext | context | The parse tree. |
EnterInterface_(angelscriptParser.Interface_Context)
Enter a parse tree produced by interface_().
Declaration
void EnterInterface_(angelscriptParser.Interface_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Interface_Context | context | The parse tree. |
EnterIntfmthd(angelscriptParser.IntfmthdContext)
Enter a parse tree produced by intfmthd().
Declaration
void EnterIntfmthd(angelscriptParser.IntfmthdContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.IntfmthdContext | context | The parse tree. |
EnterLambda_(angelscriptParser.Lambda_Context)
Enter a parse tree produced by lambda_().
Declaration
void EnterLambda_(angelscriptParser.Lambda_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Lambda_Context | context | The parse tree. |
EnterMixin_(angelscriptParser.Mixin_Context)
Enter a parse tree produced by mixin_().
Declaration
void EnterMixin_(angelscriptParser.Mixin_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Mixin_Context | context | The parse tree. |
EnterNamespace(angelscriptParser.NamespaceContext)
Enter a parse tree produced by
Declaration
void EnterNamespace(angelscriptParser.NamespaceContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.NamespaceContext | context | The parse tree. |
EnterParamlist(angelscriptParser.ParamlistContext)
Enter a parse tree produced by paramlist().
Declaration
void EnterParamlist(angelscriptParser.ParamlistContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ParamlistContext | context | The parse tree. |
EnterReturn_(angelscriptParser.Return_Context)
Enter a parse tree produced by return_().
Declaration
void EnterReturn_(angelscriptParser.Return_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Return_Context | context | The parse tree. |
EnterScope(angelscriptParser.ScopeContext)
Enter a parse tree produced by scope().
Declaration
void EnterScope(angelscriptParser.ScopeContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ScopeContext | context | The parse tree. |
EnterScript(angelscriptParser.ScriptContext)
Enter a parse tree produced by script().
Declaration
void EnterScript(angelscriptParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ScriptContext | context | The parse tree. |
EnterStatblock(angelscriptParser.StatblockContext)
Enter a parse tree produced by statblock().
Declaration
void EnterStatblock(angelscriptParser.StatblockContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.StatblockContext | context | The parse tree. |
EnterStatement(angelscriptParser.StatementContext)
Enter a parse tree produced by statement().
Declaration
void EnterStatement(angelscriptParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.StatementContext | context | The parse tree. |
EnterSwitch_(angelscriptParser.Switch_Context)
Enter a parse tree produced by switch_().
Declaration
void EnterSwitch_(angelscriptParser.Switch_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Switch_Context | context | The parse tree. |
EnterTry_(angelscriptParser.Try_Context)
Enter a parse tree produced by try_().
Declaration
void EnterTry_(angelscriptParser.Try_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Try_Context | context | The parse tree. |
EnterTypdef(angelscriptParser.TypdefContext)
Enter a parse tree produced by typdef().
Declaration
void EnterTypdef(angelscriptParser.TypdefContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.TypdefContext | context | The parse tree. |
EnterType_(angelscriptParser.Type_Context)
Enter a parse tree produced by type_().
Declaration
void EnterType_(angelscriptParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Type_Context | context | The parse tree. |
EnterTypemod(angelscriptParser.TypemodContext)
Enter a parse tree produced by typemod().
Declaration
void EnterTypemod(angelscriptParser.TypemodContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.TypemodContext | context | The parse tree. |
EnterVar_(angelscriptParser.Var_Context)
Enter a parse tree produced by var_().
Declaration
void EnterVar_(angelscriptParser.Var_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Var_Context | context | The parse tree. |
EnterVaraccess(angelscriptParser.VaraccessContext)
Enter a parse tree produced by varaccess().
Declaration
void EnterVaraccess(angelscriptParser.VaraccessContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.VaraccessContext | context | The parse tree. |
EnterVirtprop(angelscriptParser.VirtpropContext)
Enter a parse tree produced by virtprop().
Declaration
void EnterVirtprop(angelscriptParser.VirtpropContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.VirtpropContext | context | The parse tree. |
EnterWhile_(angelscriptParser.While_Context)
Enter a parse tree produced by while_().
Declaration
void EnterWhile_(angelscriptParser.While_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.While_Context | context | The parse tree. |
ExitArglist(angelscriptParser.ArglistContext)
Exit a parse tree produced by arglist().
Declaration
void ExitArglist(angelscriptParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ArglistContext | context | The parse tree. |
ExitAssign(angelscriptParser.AssignContext)
Exit a parse tree produced by assign().
Declaration
void ExitAssign(angelscriptParser.AssignContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.AssignContext | context | The parse tree. |
ExitBreak_(angelscriptParser.Break_Context)
Exit a parse tree produced by break_().
Declaration
void ExitBreak_(angelscriptParser.Break_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Break_Context | context | The parse tree. |
ExitCase_(angelscriptParser.Case_Context)
Exit a parse tree produced by case_().
Declaration
void ExitCase_(angelscriptParser.Case_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Case_Context | context | The parse tree. |
ExitCast(angelscriptParser.CastContext)
Exit a parse tree produced by cast().
Declaration
void ExitCast(angelscriptParser.CastContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.CastContext | context | The parse tree. |
ExitClass_(angelscriptParser.Class_Context)
Exit a parse tree produced by class_().
Declaration
void ExitClass_(angelscriptParser.Class_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Class_Context | context | The parse tree. |
ExitCondition(angelscriptParser.ConditionContext)
Exit a parse tree produced by condition().
Declaration
void ExitCondition(angelscriptParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ConditionContext | context | The parse tree. |
ExitConstructcall(angelscriptParser.ConstructcallContext)
Exit a parse tree produced by constructcall().
Declaration
void ExitConstructcall(angelscriptParser.ConstructcallContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ConstructcallContext | context | The parse tree. |
ExitContinue_(angelscriptParser.Continue_Context)
Exit a parse tree produced by continue_().
Declaration
void ExitContinue_(angelscriptParser.Continue_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Continue_Context | context | The parse tree. |
ExitDatatype(angelscriptParser.DatatypeContext)
Exit a parse tree produced by datatype().
Declaration
void ExitDatatype(angelscriptParser.DatatypeContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.DatatypeContext | context | The parse tree. |
ExitDowhile(angelscriptParser.DowhileContext)
Exit a parse tree produced by dowhile().
Declaration
void ExitDowhile(angelscriptParser.DowhileContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.DowhileContext | context | The parse tree. |
ExitEnum_(angelscriptParser.Enum_Context)
Exit a parse tree produced by enum_().
Declaration
void ExitEnum_(angelscriptParser.Enum_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Enum_Context | context | The parse tree. |
ExitExpr(angelscriptParser.ExprContext)
Exit a parse tree produced by expr().
Declaration
void ExitExpr(angelscriptParser.ExprContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprContext | context | The parse tree. |
ExitExprop(angelscriptParser.ExpropContext)
Exit a parse tree produced by exprop().
Declaration
void ExitExprop(angelscriptParser.ExpropContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExpropContext | context | The parse tree. |
ExitExprpostop(angelscriptParser.ExprpostopContext)
Exit a parse tree produced by exprpostop().
Declaration
void ExitExprpostop(angelscriptParser.ExprpostopContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprpostopContext | context | The parse tree. |
ExitExprstat(angelscriptParser.ExprstatContext)
Exit a parse tree produced by exprstat().
Declaration
void ExitExprstat(angelscriptParser.ExprstatContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprstatContext | context | The parse tree. |
ExitExprterm(angelscriptParser.ExprtermContext)
Exit a parse tree produced by exprterm().
Declaration
void ExitExprterm(angelscriptParser.ExprtermContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprtermContext | context | The parse tree. |
ExitExprvalue(angelscriptParser.ExprvalueContext)
Exit a parse tree produced by exprvalue().
Declaration
void ExitExprvalue(angelscriptParser.ExprvalueContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ExprvalueContext | context | The parse tree. |
ExitFor_(angelscriptParser.For_Context)
Exit a parse tree produced by for_().
Declaration
void ExitFor_(angelscriptParser.For_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.For_Context | context | The parse tree. |
ExitFunc_(angelscriptParser.Func_Context)
Exit a parse tree produced by func_().
Declaration
void ExitFunc_(angelscriptParser.Func_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Func_Context | context | The parse tree. |
ExitFunccall(angelscriptParser.FunccallContext)
Exit a parse tree produced by funccall().
Declaration
void ExitFunccall(angelscriptParser.FunccallContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.FunccallContext | context | The parse tree. |
ExitFuncdef(angelscriptParser.FuncdefContext)
Exit a parse tree produced by funcdef().
Declaration
void ExitFuncdef(angelscriptParser.FuncdefContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.FuncdefContext | context | The parse tree. |
ExitIf_(angelscriptParser.If_Context)
Exit a parse tree produced by if_().
Declaration
void ExitIf_(angelscriptParser.If_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.If_Context | context | The parse tree. |
ExitImport_(angelscriptParser.Import_Context)
Exit a parse tree produced by import_().
Declaration
void ExitImport_(angelscriptParser.Import_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Import_Context | context | The parse tree. |
ExitInitlist(angelscriptParser.InitlistContext)
Exit a parse tree produced by initlist().
Declaration
void ExitInitlist(angelscriptParser.InitlistContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.InitlistContext | context | The parse tree. |
ExitInterface_(angelscriptParser.Interface_Context)
Exit a parse tree produced by interface_().
Declaration
void ExitInterface_(angelscriptParser.Interface_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Interface_Context | context | The parse tree. |
ExitIntfmthd(angelscriptParser.IntfmthdContext)
Exit a parse tree produced by intfmthd().
Declaration
void ExitIntfmthd(angelscriptParser.IntfmthdContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.IntfmthdContext | context | The parse tree. |
ExitLambda_(angelscriptParser.Lambda_Context)
Exit a parse tree produced by lambda_().
Declaration
void ExitLambda_(angelscriptParser.Lambda_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Lambda_Context | context | The parse tree. |
ExitMixin_(angelscriptParser.Mixin_Context)
Exit a parse tree produced by mixin_().
Declaration
void ExitMixin_(angelscriptParser.Mixin_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Mixin_Context | context | The parse tree. |
ExitNamespace(angelscriptParser.NamespaceContext)
Exit a parse tree produced by
Declaration
void ExitNamespace(angelscriptParser.NamespaceContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.NamespaceContext | context | The parse tree. |
ExitParamlist(angelscriptParser.ParamlistContext)
Exit a parse tree produced by paramlist().
Declaration
void ExitParamlist(angelscriptParser.ParamlistContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ParamlistContext | context | The parse tree. |
ExitReturn_(angelscriptParser.Return_Context)
Exit a parse tree produced by return_().
Declaration
void ExitReturn_(angelscriptParser.Return_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Return_Context | context | The parse tree. |
ExitScope(angelscriptParser.ScopeContext)
Exit a parse tree produced by scope().
Declaration
void ExitScope(angelscriptParser.ScopeContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ScopeContext | context | The parse tree. |
ExitScript(angelscriptParser.ScriptContext)
Exit a parse tree produced by script().
Declaration
void ExitScript(angelscriptParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.ScriptContext | context | The parse tree. |
ExitStatblock(angelscriptParser.StatblockContext)
Exit a parse tree produced by statblock().
Declaration
void ExitStatblock(angelscriptParser.StatblockContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.StatblockContext | context | The parse tree. |
ExitStatement(angelscriptParser.StatementContext)
Exit a parse tree produced by statement().
Declaration
void ExitStatement(angelscriptParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.StatementContext | context | The parse tree. |
ExitSwitch_(angelscriptParser.Switch_Context)
Exit a parse tree produced by switch_().
Declaration
void ExitSwitch_(angelscriptParser.Switch_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Switch_Context | context | The parse tree. |
ExitTry_(angelscriptParser.Try_Context)
Exit a parse tree produced by try_().
Declaration
void ExitTry_(angelscriptParser.Try_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Try_Context | context | The parse tree. |
ExitTypdef(angelscriptParser.TypdefContext)
Exit a parse tree produced by typdef().
Declaration
void ExitTypdef(angelscriptParser.TypdefContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.TypdefContext | context | The parse tree. |
ExitType_(angelscriptParser.Type_Context)
Exit a parse tree produced by type_().
Declaration
void ExitType_(angelscriptParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Type_Context | context | The parse tree. |
ExitTypemod(angelscriptParser.TypemodContext)
Exit a parse tree produced by typemod().
Declaration
void ExitTypemod(angelscriptParser.TypemodContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.TypemodContext | context | The parse tree. |
ExitVar_(angelscriptParser.Var_Context)
Exit a parse tree produced by var_().
Declaration
void ExitVar_(angelscriptParser.Var_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Var_Context | context | The parse tree. |
ExitVaraccess(angelscriptParser.VaraccessContext)
Exit a parse tree produced by varaccess().
Declaration
void ExitVaraccess(angelscriptParser.VaraccessContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.VaraccessContext | context | The parse tree. |
ExitVirtprop(angelscriptParser.VirtpropContext)
Exit a parse tree produced by virtprop().
Declaration
void ExitVirtprop(angelscriptParser.VirtpropContext context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.VirtpropContext | context | The parse tree. |
ExitWhile_(angelscriptParser.While_Context)
Exit a parse tree produced by while_().
Declaration
void ExitWhile_(angelscriptParser.While_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.While_Context | context | The parse tree. |