Class angelscriptBaseListener
This class provides an empty implementation of IangelscriptListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Angelscript
Assembly: Angelscript.dll
Syntax
public class angelscriptBaseListener : object, IangelscriptListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterArglist(angelscriptParser.ArglistContext)
Enter a parse tree produced by arglist().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual void EnterEnum_(angelscriptParser.Enum_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Enum_Context | context | The parse tree. |
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.
EnterExpr(angelscriptParser.ExprContext)
Enter a parse tree produced by expr().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual void ExitEnum_(angelscriptParser.Enum_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.Enum_Context | context | The parse tree. |
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.
ExitExpr(angelscriptParser.ExprContext)
Exit a parse tree produced by expr().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual void ExitWhile_(angelscriptParser.While_Context context)
Parameters
Type | Name | Description |
---|---|---|
angelscriptParser.While_Context | context | The parse tree. |
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.
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.