Class ErlangBaseListener
This class provides an empty implementation of IErlangListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Erlang
Assembly: Erlang.dll
Syntax
public class ErlangBaseListener : object, IErlangListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAddOp(ErlangParser.AddOpContext)
Enter a parse tree produced by addOp().
The default implementation does nothing.
Declaration
public virtual void EnterAddOp(ErlangParser.AddOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AddOpContext | context | The parse tree. |
EnterArgumentList(ErlangParser.ArgumentListContext)
Enter a parse tree produced by argumentList().
The default implementation does nothing.
Declaration
public virtual void EnterArgumentList(ErlangParser.ArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ArgumentListContext | context | The parse tree. |
EnterAtomic(ErlangParser.AtomicContext)
Enter a parse tree produced by atomic().
The default implementation does nothing.
Declaration
public virtual void EnterAtomic(ErlangParser.AtomicContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AtomicContext | context | The parse tree. |
EnterAtomOrVar(ErlangParser.AtomOrVarContext)
Enter a parse tree produced by atomOrVar().
The default implementation does nothing.
Declaration
public virtual void EnterAtomOrVar(ErlangParser.AtomOrVarContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AtomOrVarContext | context | The parse tree. |
EnterAttribute(ErlangParser.AttributeContext)
Enter a parse tree produced by attribute().
The default implementation does nothing.
Declaration
public virtual void EnterAttribute(ErlangParser.AttributeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AttributeContext | context | The parse tree. |
EnterAttrVal(ErlangParser.AttrValContext)
Enter a parse tree produced by attrVal().
The default implementation does nothing.
Declaration
public virtual void EnterAttrVal(ErlangParser.AttrValContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AttrValContext | context | The parse tree. |
EnterBinary(ErlangParser.BinaryContext)
Enter a parse tree produced by binary().
The default implementation does nothing.
Declaration
public virtual void EnterBinary(ErlangParser.BinaryContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinaryContext | context | The parse tree. |
EnterBinaryComprehension(ErlangParser.BinaryComprehensionContext)
Enter a parse tree produced by binaryComprehension().
The default implementation does nothing.
Declaration
public virtual void EnterBinaryComprehension(ErlangParser.BinaryComprehensionContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinaryComprehensionContext | context | The parse tree. |
EnterBinaryType(ErlangParser.BinaryTypeContext)
Enter a parse tree produced by binaryType().
The default implementation does nothing.
Declaration
public virtual void EnterBinaryType(ErlangParser.BinaryTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinaryTypeContext | context | The parse tree. |
EnterBinBaseType(ErlangParser.BinBaseTypeContext)
Enter a parse tree produced by binBaseType().
The default implementation does nothing.
Declaration
public virtual void EnterBinBaseType(ErlangParser.BinBaseTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinBaseTypeContext | context | The parse tree. |
EnterBinElement(ErlangParser.BinElementContext)
Enter a parse tree produced by binElement().
The default implementation does nothing.
Declaration
public virtual void EnterBinElement(ErlangParser.BinElementContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinElementContext | context | The parse tree. |
EnterBinElements(ErlangParser.BinElementsContext)
Enter a parse tree produced by binElements().
The default implementation does nothing.
Declaration
public virtual void EnterBinElements(ErlangParser.BinElementsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinElementsContext | context | The parse tree. |
EnterBinUnitType(ErlangParser.BinUnitTypeContext)
Enter a parse tree produced by binUnitType().
The default implementation does nothing.
Declaration
public virtual void EnterBinUnitType(ErlangParser.BinUnitTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinUnitTypeContext | context | The parse tree. |
EnterBitExpr(ErlangParser.BitExprContext)
Enter a parse tree produced by bitExpr().
The default implementation does nothing.
Declaration
public virtual void EnterBitExpr(ErlangParser.BitExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitExprContext | context | The parse tree. |
EnterBitSizeExpr(ErlangParser.BitSizeExprContext)
Enter a parse tree produced by bitSizeExpr().
The default implementation does nothing.
Declaration
public virtual void EnterBitSizeExpr(ErlangParser.BitSizeExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitSizeExprContext | context | The parse tree. |
EnterBitType(ErlangParser.BitTypeContext)
Enter a parse tree produced by bitType().
The default implementation does nothing.
Declaration
public virtual void EnterBitType(ErlangParser.BitTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitTypeContext | context | The parse tree. |
EnterBitTypeList(ErlangParser.BitTypeListContext)
Enter a parse tree produced by bitTypeList().
The default implementation does nothing.
Declaration
public virtual void EnterBitTypeList(ErlangParser.BitTypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitTypeListContext | context | The parse tree. |
EnterCaseExpr(ErlangParser.CaseExprContext)
Enter a parse tree produced by caseExpr().
The default implementation does nothing.
Declaration
public virtual void EnterCaseExpr(ErlangParser.CaseExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CaseExprContext | context | The parse tree. |
EnterClauseArgs(ErlangParser.ClauseArgsContext)
Enter a parse tree produced by clauseArgs().
The default implementation does nothing.
Declaration
public virtual void EnterClauseArgs(ErlangParser.ClauseArgsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ClauseArgsContext | context | The parse tree. |
EnterClauseBody(ErlangParser.ClauseBodyContext)
Enter a parse tree produced by clauseBody().
The default implementation does nothing.
Declaration
public virtual void EnterClauseBody(ErlangParser.ClauseBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ClauseBodyContext | context | The parse tree. |
EnterClauseGuard(ErlangParser.ClauseGuardContext)
Enter a parse tree produced by clauseGuard().
The default implementation does nothing.
Declaration
public virtual void EnterClauseGuard(ErlangParser.ClauseGuardContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ClauseGuardContext | context | The parse tree. |
EnterCompOp(ErlangParser.CompOpContext)
Enter a parse tree produced by compOp().
The default implementation does nothing.
Declaration
public virtual void EnterCompOp(ErlangParser.CompOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CompOpContext | context | The parse tree. |
EnterCrClause(ErlangParser.CrClauseContext)
Enter a parse tree produced by crClause().
The default implementation does nothing.
Declaration
public virtual void EnterCrClause(ErlangParser.CrClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CrClauseContext | context | The parse tree. |
EnterCrClauses(ErlangParser.CrClausesContext)
Enter a parse tree produced by crClauses().
The default implementation does nothing.
Declaration
public virtual void EnterCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CrClausesContext | 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(ErlangParser.ExprContext)
Enter a parse tree produced by expr().
The default implementation does nothing.
Declaration
public virtual void EnterExpr(ErlangParser.ExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ExprContext | context | The parse tree. |
EnterExpr100(ErlangParser.Expr100Context)
Enter a parse tree produced by expr100().
The default implementation does nothing.
Declaration
public virtual void EnterExpr100(ErlangParser.Expr100Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr100Context | context | The parse tree. |
EnterExpr150(ErlangParser.Expr150Context)
Enter a parse tree produced by expr150().
The default implementation does nothing.
Declaration
public virtual void EnterExpr150(ErlangParser.Expr150Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr150Context | context | The parse tree. |
EnterExpr160(ErlangParser.Expr160Context)
Enter a parse tree produced by expr160().
The default implementation does nothing.
Declaration
public virtual void EnterExpr160(ErlangParser.Expr160Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr160Context | context | The parse tree. |
EnterExpr200(ErlangParser.Expr200Context)
Enter a parse tree produced by expr200().
The default implementation does nothing.
Declaration
public virtual void EnterExpr200(ErlangParser.Expr200Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr200Context | context | The parse tree. |
EnterExpr300(ErlangParser.Expr300Context)
Enter a parse tree produced by expr300().
The default implementation does nothing.
Declaration
public virtual void EnterExpr300(ErlangParser.Expr300Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr300Context | context | The parse tree. |
EnterExpr400(ErlangParser.Expr400Context)
Enter a parse tree produced by expr400().
The default implementation does nothing.
Declaration
public virtual void EnterExpr400(ErlangParser.Expr400Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr400Context | context | The parse tree. |
EnterExpr500(ErlangParser.Expr500Context)
Enter a parse tree produced by expr500().
The default implementation does nothing.
Declaration
public virtual void EnterExpr500(ErlangParser.Expr500Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr500Context | context | The parse tree. |
EnterExpr600(ErlangParser.Expr600Context)
Enter a parse tree produced by expr600().
The default implementation does nothing.
Declaration
public virtual void EnterExpr600(ErlangParser.Expr600Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr600Context | context | The parse tree. |
EnterExpr650(ErlangParser.Expr650Context)
Enter a parse tree produced by expr650().
The default implementation does nothing.
Declaration
public virtual void EnterExpr650(ErlangParser.Expr650Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr650Context | context | The parse tree. |
EnterExpr700(ErlangParser.Expr700Context)
Enter a parse tree produced by expr700().
The default implementation does nothing.
Declaration
public virtual void EnterExpr700(ErlangParser.Expr700Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr700Context | context | The parse tree. |
EnterExpr800(ErlangParser.Expr800Context)
Enter a parse tree produced by expr800().
The default implementation does nothing.
Declaration
public virtual void EnterExpr800(ErlangParser.Expr800Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr800Context | context | The parse tree. |
EnterExprMax(ErlangParser.ExprMaxContext)
Enter a parse tree produced by exprMax().
The default implementation does nothing.
Declaration
public virtual void EnterExprMax(ErlangParser.ExprMaxContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ExprMaxContext | context | The parse tree. |
EnterExprs(ErlangParser.ExprsContext)
Enter a parse tree produced by exprs().
The default implementation does nothing.
Declaration
public virtual void EnterExprs(ErlangParser.ExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ExprsContext | context | The parse tree. |
EnterFieldType(ErlangParser.FieldTypeContext)
Enter a parse tree produced by fieldType().
The default implementation does nothing.
Declaration
public virtual void EnterFieldType(ErlangParser.FieldTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FieldTypeContext | context | The parse tree. |
EnterFieldTypes(ErlangParser.FieldTypesContext)
Enter a parse tree produced by fieldTypes().
The default implementation does nothing.
Declaration
public virtual void EnterFieldTypes(ErlangParser.FieldTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FieldTypesContext | context | The parse tree. |
EnterForm(ErlangParser.FormContext)
Enter a parse tree produced by form().
The default implementation does nothing.
Declaration
public virtual void EnterForm(ErlangParser.FormContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FormContext | context | The parse tree. |
EnterForms(ErlangParser.FormsContext)
Enter a parse tree produced by forms().
The default implementation does nothing.
Declaration
public virtual void EnterForms(ErlangParser.FormsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FormsContext | context | The parse tree. |
EnterFunClause(ErlangParser.FunClauseContext)
Enter a parse tree produced by funClause().
The default implementation does nothing.
Declaration
public virtual void EnterFunClause(ErlangParser.FunClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunClauseContext | context | The parse tree. |
EnterFunClauses(ErlangParser.FunClausesContext)
Enter a parse tree produced by funClauses().
The default implementation does nothing.
Declaration
public virtual void EnterFunClauses(ErlangParser.FunClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunClausesContext | context | The parse tree. |
EnterFunction_(ErlangParser.Function_Context)
Enter a parse tree produced by function_().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_(ErlangParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Function_Context | context | The parse tree. |
EnterFunctionCall(ErlangParser.FunctionCallContext)
Enter a parse tree produced by functionCall().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionCall(ErlangParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunctionCallContext | context | The parse tree. |
EnterFunctionClause(ErlangParser.FunctionClauseContext)
Enter a parse tree produced by functionClause().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionClause(ErlangParser.FunctionClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunctionClauseContext | context | The parse tree. |
EnterFunExpr(ErlangParser.FunExprContext)
Enter a parse tree produced by funExpr().
The default implementation does nothing.
Declaration
public virtual void EnterFunExpr(ErlangParser.FunExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunExprContext | context | The parse tree. |
EnterFunType(ErlangParser.FunTypeContext)
Enter a parse tree produced by funType().
The default implementation does nothing.
Declaration
public virtual void EnterFunType(ErlangParser.FunTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunTypeContext | context | The parse tree. |
EnterFunType100(ErlangParser.FunType100Context)
Enter a parse tree produced by funType100().
The default implementation does nothing.
Declaration
public virtual void EnterFunType100(ErlangParser.FunType100Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunType100Context | context | The parse tree. |
EnterGuard_(ErlangParser.Guard_Context)
Enter a parse tree produced by guard_().
The default implementation does nothing.
Declaration
public virtual void EnterGuard_(ErlangParser.Guard_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Guard_Context | context | The parse tree. |
EnterIfClause(ErlangParser.IfClauseContext)
Enter a parse tree produced by ifClause().
The default implementation does nothing.
Declaration
public virtual void EnterIfClause(ErlangParser.IfClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IfClauseContext | context | The parse tree. |
EnterIfClauses(ErlangParser.IfClausesContext)
Enter a parse tree produced by ifClauses().
The default implementation does nothing.
Declaration
public virtual void EnterIfClauses(ErlangParser.IfClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IfClausesContext | context | The parse tree. |
EnterIfExpr(ErlangParser.IfExprContext)
Enter a parse tree produced by ifExpr().
The default implementation does nothing.
Declaration
public virtual void EnterIfExpr(ErlangParser.IfExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IfExprContext | context | The parse tree. |
EnterIntegerOrVar(ErlangParser.IntegerOrVarContext)
Enter a parse tree produced by integerOrVar().
The default implementation does nothing.
Declaration
public virtual void EnterIntegerOrVar(ErlangParser.IntegerOrVarContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IntegerOrVarContext | context | The parse tree. |
EnterLcExpr(ErlangParser.LcExprContext)
Enter a parse tree produced by lcExpr().
The default implementation does nothing.
Declaration
public virtual void EnterLcExpr(ErlangParser.LcExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.LcExprContext | context | The parse tree. |
EnterLcExprs(ErlangParser.LcExprsContext)
Enter a parse tree produced by lcExprs().
The default implementation does nothing.
Declaration
public virtual void EnterLcExprs(ErlangParser.LcExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.LcExprsContext | context | The parse tree. |
EnterList_(ErlangParser.List_Context)
Enter a parse tree produced by list_().
The default implementation does nothing.
Declaration
public virtual void EnterList_(ErlangParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.List_Context | context | The parse tree. |
EnterListComprehension(ErlangParser.ListComprehensionContext)
Enter a parse tree produced by listComprehension().
The default implementation does nothing.
Declaration
public virtual void EnterListComprehension(ErlangParser.ListComprehensionContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ListComprehensionContext | context | The parse tree. |
EnterListOp(ErlangParser.ListOpContext)
Enter a parse tree produced by listOp().
The default implementation does nothing.
Declaration
public virtual void EnterListOp(ErlangParser.ListOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ListOpContext | context | The parse tree. |
EnterMapExpr(ErlangParser.MapExprContext)
Enter a parse tree produced by mapExpr().
The default implementation does nothing.
Declaration
public virtual void EnterMapExpr(ErlangParser.MapExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapExprContext | context | The parse tree. |
EnterMapField(ErlangParser.MapFieldContext)
Enter a parse tree produced by mapField().
The default implementation does nothing.
Declaration
public virtual void EnterMapField(ErlangParser.MapFieldContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapFieldContext | context | The parse tree. |
EnterMapFieldAssoc(ErlangParser.MapFieldAssocContext)
Enter a parse tree produced by mapFieldAssoc().
The default implementation does nothing.
Declaration
public virtual void EnterMapFieldAssoc(ErlangParser.MapFieldAssocContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapFieldAssocContext | context | The parse tree. |
EnterMapFieldExact(ErlangParser.MapFieldExactContext)
Enter a parse tree produced by mapFieldExact().
The default implementation does nothing.
Declaration
public virtual void EnterMapFieldExact(ErlangParser.MapFieldExactContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapFieldExactContext | context | The parse tree. |
EnterMapKey(ErlangParser.MapKeyContext)
Enter a parse tree produced by mapKey().
The default implementation does nothing.
Declaration
public virtual void EnterMapKey(ErlangParser.MapKeyContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapKeyContext | context | The parse tree. |
EnterMapPairType(ErlangParser.MapPairTypeContext)
Enter a parse tree produced by mapPairType().
The default implementation does nothing.
Declaration
public virtual void EnterMapPairType(ErlangParser.MapPairTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapPairTypeContext | context | The parse tree. |
EnterMapPairTypes(ErlangParser.MapPairTypesContext)
Enter a parse tree produced by mapPairTypes().
The default implementation does nothing.
Declaration
public virtual void EnterMapPairTypes(ErlangParser.MapPairTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapPairTypesContext | context | The parse tree. |
EnterMapPatExpr(ErlangParser.MapPatExprContext)
Enter a parse tree produced by mapPatExpr().
The default implementation does nothing.
Declaration
public virtual void EnterMapPatExpr(ErlangParser.MapPatExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapPatExprContext | context | The parse tree. |
EnterMapTuple(ErlangParser.MapTupleContext)
Enter a parse tree produced by mapTuple().
The default implementation does nothing.
Declaration
public virtual void EnterMapTuple(ErlangParser.MapTupleContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapTupleContext | context | The parse tree. |
EnterMultOp(ErlangParser.MultOpContext)
Enter a parse tree produced by multOp().
The default implementation does nothing.
Declaration
public virtual void EnterMultOp(ErlangParser.MultOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MultOpContext | context | The parse tree. |
EnterOptBitSizeExpr(ErlangParser.OptBitSizeExprContext)
Enter a parse tree produced by optBitSizeExpr().
The default implementation does nothing.
Declaration
public virtual void EnterOptBitSizeExpr(ErlangParser.OptBitSizeExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.OptBitSizeExprContext | context | The parse tree. |
EnterOptBitTypeList(ErlangParser.OptBitTypeListContext)
Enter a parse tree produced by optBitTypeList().
The default implementation does nothing.
Declaration
public virtual void EnterOptBitTypeList(ErlangParser.OptBitTypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.OptBitTypeListContext | context | The parse tree. |
EnterPatArgumentList(ErlangParser.PatArgumentListContext)
Enter a parse tree produced by patArgumentList().
The default implementation does nothing.
Declaration
public virtual void EnterPatArgumentList(ErlangParser.PatArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatArgumentListContext | context | The parse tree. |
EnterPatExpr(ErlangParser.PatExprContext)
Enter a parse tree produced by patExpr().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr(ErlangParser.PatExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExprContext | context | The parse tree. |
EnterPatExpr200(ErlangParser.PatExpr200Context)
Enter a parse tree produced by patExpr200().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr200(ErlangParser.PatExpr200Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr200Context | context | The parse tree. |
EnterPatExpr300(ErlangParser.PatExpr300Context)
Enter a parse tree produced by patExpr300().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr300(ErlangParser.PatExpr300Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr300Context | context | The parse tree. |
EnterPatExpr400(ErlangParser.PatExpr400Context)
Enter a parse tree produced by patExpr400().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr400(ErlangParser.PatExpr400Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr400Context | context | The parse tree. |
EnterPatExpr500(ErlangParser.PatExpr500Context)
Enter a parse tree produced by patExpr500().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr500(ErlangParser.PatExpr500Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr500Context | context | The parse tree. |
EnterPatExpr600(ErlangParser.PatExpr600Context)
Enter a parse tree produced by patExpr600().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr600(ErlangParser.PatExpr600Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr600Context | context | The parse tree. |
EnterPatExpr650(ErlangParser.PatExpr650Context)
Enter a parse tree produced by patExpr650().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr650(ErlangParser.PatExpr650Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr650Context | context | The parse tree. |
EnterPatExpr700(ErlangParser.PatExpr700Context)
Enter a parse tree produced by patExpr700().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr700(ErlangParser.PatExpr700Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr700Context | context | The parse tree. |
EnterPatExpr800(ErlangParser.PatExpr800Context)
Enter a parse tree produced by patExpr800().
The default implementation does nothing.
Declaration
public virtual void EnterPatExpr800(ErlangParser.PatExpr800Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr800Context | context | The parse tree. |
EnterPatExprMax(ErlangParser.PatExprMaxContext)
Enter a parse tree produced by patExprMax().
The default implementation does nothing.
Declaration
public virtual void EnterPatExprMax(ErlangParser.PatExprMaxContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExprMaxContext | context | The parse tree. |
EnterPatExprs(ErlangParser.PatExprsContext)
Enter a parse tree produced by patExprs().
The default implementation does nothing.
Declaration
public virtual void EnterPatExprs(ErlangParser.PatExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExprsContext | context | The parse tree. |
EnterPrefixOp(ErlangParser.PrefixOpContext)
Enter a parse tree produced by prefixOp().
The default implementation does nothing.
Declaration
public virtual void EnterPrefixOp(ErlangParser.PrefixOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PrefixOpContext | context | The parse tree. |
EnterReceiveExpr(ErlangParser.ReceiveExprContext)
Enter a parse tree produced by receiveExpr().
The default implementation does nothing.
Declaration
public virtual void EnterReceiveExpr(ErlangParser.ReceiveExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ReceiveExprContext | context | The parse tree. |
EnterRecordExpr(ErlangParser.RecordExprContext)
Enter a parse tree produced by recordExpr().
The default implementation does nothing.
Declaration
public virtual void EnterRecordExpr(ErlangParser.RecordExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordExprContext | context | The parse tree. |
EnterRecordField(ErlangParser.RecordFieldContext)
Enter a parse tree produced by recordField().
The default implementation does nothing.
Declaration
public virtual void EnterRecordField(ErlangParser.RecordFieldContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordFieldContext | context | The parse tree. |
EnterRecordFields(ErlangParser.RecordFieldsContext)
Enter a parse tree produced by recordFields().
The default implementation does nothing.
Declaration
public virtual void EnterRecordFields(ErlangParser.RecordFieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordFieldsContext | context | The parse tree. |
EnterRecordPatExpr(ErlangParser.RecordPatExprContext)
Enter a parse tree produced by recordPatExpr().
The default implementation does nothing.
Declaration
public virtual void EnterRecordPatExpr(ErlangParser.RecordPatExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordPatExprContext | context | The parse tree. |
EnterRecordTuple(ErlangParser.RecordTupleContext)
Enter a parse tree produced by recordTuple().
The default implementation does nothing.
Declaration
public virtual void EnterRecordTuple(ErlangParser.RecordTupleContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordTupleContext | context | The parse tree. |
EnterSpecFun(ErlangParser.SpecFunContext)
Enter a parse tree produced by specFun().
The default implementation does nothing.
Declaration
public virtual void EnterSpecFun(ErlangParser.SpecFunContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.SpecFunContext | context | The parse tree. |
EnterTail(ErlangParser.TailContext)
Enter a parse tree produced by tail().
The default implementation does nothing.
Declaration
public virtual void EnterTail(ErlangParser.TailContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TailContext | context | The parse tree. |
EnterTokAtom(ErlangParser.TokAtomContext)
Enter a parse tree produced by tokAtom().
The default implementation does nothing.
Declaration
public virtual void EnterTokAtom(ErlangParser.TokAtomContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokAtomContext | context | The parse tree. |
EnterTokChar(ErlangParser.TokCharContext)
Enter a parse tree produced by tokChar().
The default implementation does nothing.
Declaration
public virtual void EnterTokChar(ErlangParser.TokCharContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokCharContext | context | The parse tree. |
EnterTokFloat(ErlangParser.TokFloatContext)
Enter a parse tree produced by tokFloat().
The default implementation does nothing.
Declaration
public virtual void EnterTokFloat(ErlangParser.TokFloatContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokFloatContext | context | The parse tree. |
EnterTokInteger(ErlangParser.TokIntegerContext)
Enter a parse tree produced by tokInteger().
The default implementation does nothing.
Declaration
public virtual void EnterTokInteger(ErlangParser.TokIntegerContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokIntegerContext | context | The parse tree. |
EnterTokString(ErlangParser.TokStringContext)
Enter a parse tree produced by tokString().
The default implementation does nothing.
Declaration
public virtual void EnterTokString(ErlangParser.TokStringContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokStringContext | context | The parse tree. |
EnterTokVar(ErlangParser.TokVarContext)
Enter a parse tree produced by tokVar().
The default implementation does nothing.
Declaration
public virtual void EnterTokVar(ErlangParser.TokVarContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokVarContext | context | The parse tree. |
EnterTopType(ErlangParser.TopTypeContext)
Enter a parse tree produced by topType().
The default implementation does nothing.
Declaration
public virtual void EnterTopType(ErlangParser.TopTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TopTypeContext | context | The parse tree. |
EnterTopType100(ErlangParser.TopType100Context)
Enter a parse tree produced by topType100().
The default implementation does nothing.
Declaration
public virtual void EnterTopType100(ErlangParser.TopType100Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TopType100Context | context | The parse tree. |
EnterTopTypes(ErlangParser.TopTypesContext)
Enter a parse tree produced by topTypes().
The default implementation does nothing.
Declaration
public virtual void EnterTopTypes(ErlangParser.TopTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TopTypesContext | context | The parse tree. |
EnterTryCatch(ErlangParser.TryCatchContext)
Enter a parse tree produced by tryCatch().
The default implementation does nothing.
Declaration
public virtual void EnterTryCatch(ErlangParser.TryCatchContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryCatchContext | context | The parse tree. |
EnterTryClause(ErlangParser.TryClauseContext)
Enter a parse tree produced by tryClause().
The default implementation does nothing.
Declaration
public virtual void EnterTryClause(ErlangParser.TryClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryClauseContext | context | The parse tree. |
EnterTryClauses(ErlangParser.TryClausesContext)
Enter a parse tree produced by tryClauses().
The default implementation does nothing.
Declaration
public virtual void EnterTryClauses(ErlangParser.TryClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryClausesContext | context | The parse tree. |
EnterTryExpr(ErlangParser.TryExprContext)
Enter a parse tree produced by tryExpr().
The default implementation does nothing.
Declaration
public virtual void EnterTryExpr(ErlangParser.TryExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryExprContext | context | The parse tree. |
EnterTryOptStackTrace(ErlangParser.TryOptStackTraceContext)
Enter a parse tree produced by tryOptStackTrace().
The default implementation does nothing.
Declaration
public virtual void EnterTryOptStackTrace(ErlangParser.TryOptStackTraceContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryOptStackTraceContext | context | The parse tree. |
EnterTuple_(ErlangParser.Tuple_Context)
Enter a parse tree produced by tuple_().
The default implementation does nothing.
Declaration
public virtual void EnterTuple_(ErlangParser.Tuple_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Tuple_Context | context | The parse tree. |
EnterType_(ErlangParser.Type_Context)
Enter a parse tree produced by type_().
The default implementation does nothing.
Declaration
public virtual void EnterType_(ErlangParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type_Context | context | The parse tree. |
EnterType200(ErlangParser.Type200Context)
Enter a parse tree produced by type200().
The default implementation does nothing.
Declaration
public virtual void EnterType200(ErlangParser.Type200Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type200Context | context | The parse tree. |
EnterType300(ErlangParser.Type300Context)
Enter a parse tree produced by type300().
The default implementation does nothing.
Declaration
public virtual void EnterType300(ErlangParser.Type300Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type300Context | context | The parse tree. |
EnterType400(ErlangParser.Type400Context)
Enter a parse tree produced by type400().
The default implementation does nothing.
Declaration
public virtual void EnterType400(ErlangParser.Type400Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type400Context | context | The parse tree. |
EnterType500(ErlangParser.Type500Context)
Enter a parse tree produced by type500().
The default implementation does nothing.
Declaration
public virtual void EnterType500(ErlangParser.Type500Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type500Context | context | The parse tree. |
EnterTypedAttrVal(ErlangParser.TypedAttrValContext)
Enter a parse tree produced by typedAttrVal().
The default implementation does nothing.
Declaration
public virtual void EnterTypedAttrVal(ErlangParser.TypedAttrValContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedAttrValContext | context | The parse tree. |
EnterTypedExpr(ErlangParser.TypedExprContext)
Enter a parse tree produced by typedExpr().
The default implementation does nothing.
Declaration
public virtual void EnterTypedExpr(ErlangParser.TypedExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedExprContext | context | The parse tree. |
EnterTypedExprs(ErlangParser.TypedExprsContext)
Enter a parse tree produced by typedExprs().
The default implementation does nothing.
Declaration
public virtual void EnterTypedExprs(ErlangParser.TypedExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedExprsContext | context | The parse tree. |
EnterTypedRecordFields(ErlangParser.TypedRecordFieldsContext)
Enter a parse tree produced by typedRecordFields().
The default implementation does nothing.
Declaration
public virtual void EnterTypedRecordFields(ErlangParser.TypedRecordFieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedRecordFieldsContext | context | The parse tree. |
EnterTypeGuard(ErlangParser.TypeGuardContext)
Enter a parse tree produced by typeGuard().
The default implementation does nothing.
Declaration
public virtual void EnterTypeGuard(ErlangParser.TypeGuardContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeGuardContext | context | The parse tree. |
EnterTypeGuards(ErlangParser.TypeGuardsContext)
Enter a parse tree produced by typeGuards().
The default implementation does nothing.
Declaration
public virtual void EnterTypeGuards(ErlangParser.TypeGuardsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeGuardsContext | context | The parse tree. |
EnterTypeSig(ErlangParser.TypeSigContext)
Enter a parse tree produced by typeSig().
The default implementation does nothing.
Declaration
public virtual void EnterTypeSig(ErlangParser.TypeSigContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSigContext | context | The parse tree. |
EnterTypeSigs(ErlangParser.TypeSigsContext)
Enter a parse tree produced by typeSigs().
The default implementation does nothing.
Declaration
public virtual void EnterTypeSigs(ErlangParser.TypeSigsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSigsContext | context | The parse tree. |
EnterTypeSpec(ErlangParser.TypeSpecContext)
Enter a parse tree produced by typeSpec().
The default implementation does nothing.
Declaration
public virtual void EnterTypeSpec(ErlangParser.TypeSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSpecContext | context | The parse tree. |
ExitAddOp(ErlangParser.AddOpContext)
Exit a parse tree produced by addOp().
The default implementation does nothing.
Declaration
public virtual void ExitAddOp(ErlangParser.AddOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AddOpContext | context | The parse tree. |
ExitArgumentList(ErlangParser.ArgumentListContext)
Exit a parse tree produced by argumentList().
The default implementation does nothing.
Declaration
public virtual void ExitArgumentList(ErlangParser.ArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ArgumentListContext | context | The parse tree. |
ExitAtomic(ErlangParser.AtomicContext)
Exit a parse tree produced by atomic().
The default implementation does nothing.
Declaration
public virtual void ExitAtomic(ErlangParser.AtomicContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AtomicContext | context | The parse tree. |
ExitAtomOrVar(ErlangParser.AtomOrVarContext)
Exit a parse tree produced by atomOrVar().
The default implementation does nothing.
Declaration
public virtual void ExitAtomOrVar(ErlangParser.AtomOrVarContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AtomOrVarContext | context | The parse tree. |
ExitAttribute(ErlangParser.AttributeContext)
Exit a parse tree produced by attribute().
The default implementation does nothing.
Declaration
public virtual void ExitAttribute(ErlangParser.AttributeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AttributeContext | context | The parse tree. |
ExitAttrVal(ErlangParser.AttrValContext)
Exit a parse tree produced by attrVal().
The default implementation does nothing.
Declaration
public virtual void ExitAttrVal(ErlangParser.AttrValContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.AttrValContext | context | The parse tree. |
ExitBinary(ErlangParser.BinaryContext)
Exit a parse tree produced by binary().
The default implementation does nothing.
Declaration
public virtual void ExitBinary(ErlangParser.BinaryContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinaryContext | context | The parse tree. |
ExitBinaryComprehension(ErlangParser.BinaryComprehensionContext)
Exit a parse tree produced by binaryComprehension().
The default implementation does nothing.
Declaration
public virtual void ExitBinaryComprehension(ErlangParser.BinaryComprehensionContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinaryComprehensionContext | context | The parse tree. |
ExitBinaryType(ErlangParser.BinaryTypeContext)
Exit a parse tree produced by binaryType().
The default implementation does nothing.
Declaration
public virtual void ExitBinaryType(ErlangParser.BinaryTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinaryTypeContext | context | The parse tree. |
ExitBinBaseType(ErlangParser.BinBaseTypeContext)
Exit a parse tree produced by binBaseType().
The default implementation does nothing.
Declaration
public virtual void ExitBinBaseType(ErlangParser.BinBaseTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinBaseTypeContext | context | The parse tree. |
ExitBinElement(ErlangParser.BinElementContext)
Exit a parse tree produced by binElement().
The default implementation does nothing.
Declaration
public virtual void ExitBinElement(ErlangParser.BinElementContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinElementContext | context | The parse tree. |
ExitBinElements(ErlangParser.BinElementsContext)
Exit a parse tree produced by binElements().
The default implementation does nothing.
Declaration
public virtual void ExitBinElements(ErlangParser.BinElementsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinElementsContext | context | The parse tree. |
ExitBinUnitType(ErlangParser.BinUnitTypeContext)
Exit a parse tree produced by binUnitType().
The default implementation does nothing.
Declaration
public virtual void ExitBinUnitType(ErlangParser.BinUnitTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BinUnitTypeContext | context | The parse tree. |
ExitBitExpr(ErlangParser.BitExprContext)
Exit a parse tree produced by bitExpr().
The default implementation does nothing.
Declaration
public virtual void ExitBitExpr(ErlangParser.BitExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitExprContext | context | The parse tree. |
ExitBitSizeExpr(ErlangParser.BitSizeExprContext)
Exit a parse tree produced by bitSizeExpr().
The default implementation does nothing.
Declaration
public virtual void ExitBitSizeExpr(ErlangParser.BitSizeExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitSizeExprContext | context | The parse tree. |
ExitBitType(ErlangParser.BitTypeContext)
Exit a parse tree produced by bitType().
The default implementation does nothing.
Declaration
public virtual void ExitBitType(ErlangParser.BitTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitTypeContext | context | The parse tree. |
ExitBitTypeList(ErlangParser.BitTypeListContext)
Exit a parse tree produced by bitTypeList().
The default implementation does nothing.
Declaration
public virtual void ExitBitTypeList(ErlangParser.BitTypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.BitTypeListContext | context | The parse tree. |
ExitCaseExpr(ErlangParser.CaseExprContext)
Exit a parse tree produced by caseExpr().
The default implementation does nothing.
Declaration
public virtual void ExitCaseExpr(ErlangParser.CaseExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CaseExprContext | context | The parse tree. |
ExitClauseArgs(ErlangParser.ClauseArgsContext)
Exit a parse tree produced by clauseArgs().
The default implementation does nothing.
Declaration
public virtual void ExitClauseArgs(ErlangParser.ClauseArgsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ClauseArgsContext | context | The parse tree. |
ExitClauseBody(ErlangParser.ClauseBodyContext)
Exit a parse tree produced by clauseBody().
The default implementation does nothing.
Declaration
public virtual void ExitClauseBody(ErlangParser.ClauseBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ClauseBodyContext | context | The parse tree. |
ExitClauseGuard(ErlangParser.ClauseGuardContext)
Exit a parse tree produced by clauseGuard().
The default implementation does nothing.
Declaration
public virtual void ExitClauseGuard(ErlangParser.ClauseGuardContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ClauseGuardContext | context | The parse tree. |
ExitCompOp(ErlangParser.CompOpContext)
Exit a parse tree produced by compOp().
The default implementation does nothing.
Declaration
public virtual void ExitCompOp(ErlangParser.CompOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CompOpContext | context | The parse tree. |
ExitCrClause(ErlangParser.CrClauseContext)
Exit a parse tree produced by crClause().
The default implementation does nothing.
Declaration
public virtual void ExitCrClause(ErlangParser.CrClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CrClauseContext | context | The parse tree. |
ExitCrClauses(ErlangParser.CrClausesContext)
Exit a parse tree produced by crClauses().
The default implementation does nothing.
Declaration
public virtual void ExitCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CrClausesContext | 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(ErlangParser.ExprContext)
Exit a parse tree produced by expr().
The default implementation does nothing.
Declaration
public virtual void ExitExpr(ErlangParser.ExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ExprContext | context | The parse tree. |
ExitExpr100(ErlangParser.Expr100Context)
Exit a parse tree produced by expr100().
The default implementation does nothing.
Declaration
public virtual void ExitExpr100(ErlangParser.Expr100Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr100Context | context | The parse tree. |
ExitExpr150(ErlangParser.Expr150Context)
Exit a parse tree produced by expr150().
The default implementation does nothing.
Declaration
public virtual void ExitExpr150(ErlangParser.Expr150Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr150Context | context | The parse tree. |
ExitExpr160(ErlangParser.Expr160Context)
Exit a parse tree produced by expr160().
The default implementation does nothing.
Declaration
public virtual void ExitExpr160(ErlangParser.Expr160Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr160Context | context | The parse tree. |
ExitExpr200(ErlangParser.Expr200Context)
Exit a parse tree produced by expr200().
The default implementation does nothing.
Declaration
public virtual void ExitExpr200(ErlangParser.Expr200Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr200Context | context | The parse tree. |
ExitExpr300(ErlangParser.Expr300Context)
Exit a parse tree produced by expr300().
The default implementation does nothing.
Declaration
public virtual void ExitExpr300(ErlangParser.Expr300Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr300Context | context | The parse tree. |
ExitExpr400(ErlangParser.Expr400Context)
Exit a parse tree produced by expr400().
The default implementation does nothing.
Declaration
public virtual void ExitExpr400(ErlangParser.Expr400Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr400Context | context | The parse tree. |
ExitExpr500(ErlangParser.Expr500Context)
Exit a parse tree produced by expr500().
The default implementation does nothing.
Declaration
public virtual void ExitExpr500(ErlangParser.Expr500Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr500Context | context | The parse tree. |
ExitExpr600(ErlangParser.Expr600Context)
Exit a parse tree produced by expr600().
The default implementation does nothing.
Declaration
public virtual void ExitExpr600(ErlangParser.Expr600Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr600Context | context | The parse tree. |
ExitExpr650(ErlangParser.Expr650Context)
Exit a parse tree produced by expr650().
The default implementation does nothing.
Declaration
public virtual void ExitExpr650(ErlangParser.Expr650Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr650Context | context | The parse tree. |
ExitExpr700(ErlangParser.Expr700Context)
Exit a parse tree produced by expr700().
The default implementation does nothing.
Declaration
public virtual void ExitExpr700(ErlangParser.Expr700Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr700Context | context | The parse tree. |
ExitExpr800(ErlangParser.Expr800Context)
Exit a parse tree produced by expr800().
The default implementation does nothing.
Declaration
public virtual void ExitExpr800(ErlangParser.Expr800Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Expr800Context | context | The parse tree. |
ExitExprMax(ErlangParser.ExprMaxContext)
Exit a parse tree produced by exprMax().
The default implementation does nothing.
Declaration
public virtual void ExitExprMax(ErlangParser.ExprMaxContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ExprMaxContext | context | The parse tree. |
ExitExprs(ErlangParser.ExprsContext)
Exit a parse tree produced by exprs().
The default implementation does nothing.
Declaration
public virtual void ExitExprs(ErlangParser.ExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ExprsContext | context | The parse tree. |
ExitFieldType(ErlangParser.FieldTypeContext)
Exit a parse tree produced by fieldType().
The default implementation does nothing.
Declaration
public virtual void ExitFieldType(ErlangParser.FieldTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FieldTypeContext | context | The parse tree. |
ExitFieldTypes(ErlangParser.FieldTypesContext)
Exit a parse tree produced by fieldTypes().
The default implementation does nothing.
Declaration
public virtual void ExitFieldTypes(ErlangParser.FieldTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FieldTypesContext | context | The parse tree. |
ExitForm(ErlangParser.FormContext)
Exit a parse tree produced by form().
The default implementation does nothing.
Declaration
public virtual void ExitForm(ErlangParser.FormContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FormContext | context | The parse tree. |
ExitForms(ErlangParser.FormsContext)
Exit a parse tree produced by forms().
The default implementation does nothing.
Declaration
public virtual void ExitForms(ErlangParser.FormsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FormsContext | context | The parse tree. |
ExitFunClause(ErlangParser.FunClauseContext)
Exit a parse tree produced by funClause().
The default implementation does nothing.
Declaration
public virtual void ExitFunClause(ErlangParser.FunClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunClauseContext | context | The parse tree. |
ExitFunClauses(ErlangParser.FunClausesContext)
Exit a parse tree produced by funClauses().
The default implementation does nothing.
Declaration
public virtual void ExitFunClauses(ErlangParser.FunClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunClausesContext | context | The parse tree. |
ExitFunction_(ErlangParser.Function_Context)
Exit a parse tree produced by function_().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_(ErlangParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Function_Context | context | The parse tree. |
ExitFunctionCall(ErlangParser.FunctionCallContext)
Exit a parse tree produced by functionCall().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionCall(ErlangParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunctionCallContext | context | The parse tree. |
ExitFunctionClause(ErlangParser.FunctionClauseContext)
Exit a parse tree produced by functionClause().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionClause(ErlangParser.FunctionClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunctionClauseContext | context | The parse tree. |
ExitFunExpr(ErlangParser.FunExprContext)
Exit a parse tree produced by funExpr().
The default implementation does nothing.
Declaration
public virtual void ExitFunExpr(ErlangParser.FunExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunExprContext | context | The parse tree. |
ExitFunType(ErlangParser.FunTypeContext)
Exit a parse tree produced by funType().
The default implementation does nothing.
Declaration
public virtual void ExitFunType(ErlangParser.FunTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunTypeContext | context | The parse tree. |
ExitFunType100(ErlangParser.FunType100Context)
Exit a parse tree produced by funType100().
The default implementation does nothing.
Declaration
public virtual void ExitFunType100(ErlangParser.FunType100Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.FunType100Context | context | The parse tree. |
ExitGuard_(ErlangParser.Guard_Context)
Exit a parse tree produced by guard_().
The default implementation does nothing.
Declaration
public virtual void ExitGuard_(ErlangParser.Guard_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Guard_Context | context | The parse tree. |
ExitIfClause(ErlangParser.IfClauseContext)
Exit a parse tree produced by ifClause().
The default implementation does nothing.
Declaration
public virtual void ExitIfClause(ErlangParser.IfClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IfClauseContext | context | The parse tree. |
ExitIfClauses(ErlangParser.IfClausesContext)
Exit a parse tree produced by ifClauses().
The default implementation does nothing.
Declaration
public virtual void ExitIfClauses(ErlangParser.IfClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IfClausesContext | context | The parse tree. |
ExitIfExpr(ErlangParser.IfExprContext)
Exit a parse tree produced by ifExpr().
The default implementation does nothing.
Declaration
public virtual void ExitIfExpr(ErlangParser.IfExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IfExprContext | context | The parse tree. |
ExitIntegerOrVar(ErlangParser.IntegerOrVarContext)
Exit a parse tree produced by integerOrVar().
The default implementation does nothing.
Declaration
public virtual void ExitIntegerOrVar(ErlangParser.IntegerOrVarContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.IntegerOrVarContext | context | The parse tree. |
ExitLcExpr(ErlangParser.LcExprContext)
Exit a parse tree produced by lcExpr().
The default implementation does nothing.
Declaration
public virtual void ExitLcExpr(ErlangParser.LcExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.LcExprContext | context | The parse tree. |
ExitLcExprs(ErlangParser.LcExprsContext)
Exit a parse tree produced by lcExprs().
The default implementation does nothing.
Declaration
public virtual void ExitLcExprs(ErlangParser.LcExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.LcExprsContext | context | The parse tree. |
ExitList_(ErlangParser.List_Context)
Exit a parse tree produced by list_().
The default implementation does nothing.
Declaration
public virtual void ExitList_(ErlangParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.List_Context | context | The parse tree. |
ExitListComprehension(ErlangParser.ListComprehensionContext)
Exit a parse tree produced by listComprehension().
The default implementation does nothing.
Declaration
public virtual void ExitListComprehension(ErlangParser.ListComprehensionContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ListComprehensionContext | context | The parse tree. |
ExitListOp(ErlangParser.ListOpContext)
Exit a parse tree produced by listOp().
The default implementation does nothing.
Declaration
public virtual void ExitListOp(ErlangParser.ListOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ListOpContext | context | The parse tree. |
ExitMapExpr(ErlangParser.MapExprContext)
Exit a parse tree produced by mapExpr().
The default implementation does nothing.
Declaration
public virtual void ExitMapExpr(ErlangParser.MapExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapExprContext | context | The parse tree. |
ExitMapField(ErlangParser.MapFieldContext)
Exit a parse tree produced by mapField().
The default implementation does nothing.
Declaration
public virtual void ExitMapField(ErlangParser.MapFieldContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapFieldContext | context | The parse tree. |
ExitMapFieldAssoc(ErlangParser.MapFieldAssocContext)
Exit a parse tree produced by mapFieldAssoc().
The default implementation does nothing.
Declaration
public virtual void ExitMapFieldAssoc(ErlangParser.MapFieldAssocContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapFieldAssocContext | context | The parse tree. |
ExitMapFieldExact(ErlangParser.MapFieldExactContext)
Exit a parse tree produced by mapFieldExact().
The default implementation does nothing.
Declaration
public virtual void ExitMapFieldExact(ErlangParser.MapFieldExactContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapFieldExactContext | context | The parse tree. |
ExitMapKey(ErlangParser.MapKeyContext)
Exit a parse tree produced by mapKey().
The default implementation does nothing.
Declaration
public virtual void ExitMapKey(ErlangParser.MapKeyContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapKeyContext | context | The parse tree. |
ExitMapPairType(ErlangParser.MapPairTypeContext)
Exit a parse tree produced by mapPairType().
The default implementation does nothing.
Declaration
public virtual void ExitMapPairType(ErlangParser.MapPairTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapPairTypeContext | context | The parse tree. |
ExitMapPairTypes(ErlangParser.MapPairTypesContext)
Exit a parse tree produced by mapPairTypes().
The default implementation does nothing.
Declaration
public virtual void ExitMapPairTypes(ErlangParser.MapPairTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapPairTypesContext | context | The parse tree. |
ExitMapPatExpr(ErlangParser.MapPatExprContext)
Exit a parse tree produced by mapPatExpr().
The default implementation does nothing.
Declaration
public virtual void ExitMapPatExpr(ErlangParser.MapPatExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapPatExprContext | context | The parse tree. |
ExitMapTuple(ErlangParser.MapTupleContext)
Exit a parse tree produced by mapTuple().
The default implementation does nothing.
Declaration
public virtual void ExitMapTuple(ErlangParser.MapTupleContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MapTupleContext | context | The parse tree. |
ExitMultOp(ErlangParser.MultOpContext)
Exit a parse tree produced by multOp().
The default implementation does nothing.
Declaration
public virtual void ExitMultOp(ErlangParser.MultOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.MultOpContext | context | The parse tree. |
ExitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext)
Exit a parse tree produced by optBitSizeExpr().
The default implementation does nothing.
Declaration
public virtual void ExitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.OptBitSizeExprContext | context | The parse tree. |
ExitOptBitTypeList(ErlangParser.OptBitTypeListContext)
Exit a parse tree produced by optBitTypeList().
The default implementation does nothing.
Declaration
public virtual void ExitOptBitTypeList(ErlangParser.OptBitTypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.OptBitTypeListContext | context | The parse tree. |
ExitPatArgumentList(ErlangParser.PatArgumentListContext)
Exit a parse tree produced by patArgumentList().
The default implementation does nothing.
Declaration
public virtual void ExitPatArgumentList(ErlangParser.PatArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatArgumentListContext | context | The parse tree. |
ExitPatExpr(ErlangParser.PatExprContext)
Exit a parse tree produced by patExpr().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr(ErlangParser.PatExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExprContext | context | The parse tree. |
ExitPatExpr200(ErlangParser.PatExpr200Context)
Exit a parse tree produced by patExpr200().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr200(ErlangParser.PatExpr200Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr200Context | context | The parse tree. |
ExitPatExpr300(ErlangParser.PatExpr300Context)
Exit a parse tree produced by patExpr300().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr300(ErlangParser.PatExpr300Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr300Context | context | The parse tree. |
ExitPatExpr400(ErlangParser.PatExpr400Context)
Exit a parse tree produced by patExpr400().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr400(ErlangParser.PatExpr400Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr400Context | context | The parse tree. |
ExitPatExpr500(ErlangParser.PatExpr500Context)
Exit a parse tree produced by patExpr500().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr500(ErlangParser.PatExpr500Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr500Context | context | The parse tree. |
ExitPatExpr600(ErlangParser.PatExpr600Context)
Exit a parse tree produced by patExpr600().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr600(ErlangParser.PatExpr600Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr600Context | context | The parse tree. |
ExitPatExpr650(ErlangParser.PatExpr650Context)
Exit a parse tree produced by patExpr650().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr650(ErlangParser.PatExpr650Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr650Context | context | The parse tree. |
ExitPatExpr700(ErlangParser.PatExpr700Context)
Exit a parse tree produced by patExpr700().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr700(ErlangParser.PatExpr700Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr700Context | context | The parse tree. |
ExitPatExpr800(ErlangParser.PatExpr800Context)
Exit a parse tree produced by patExpr800().
The default implementation does nothing.
Declaration
public virtual void ExitPatExpr800(ErlangParser.PatExpr800Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExpr800Context | context | The parse tree. |
ExitPatExprMax(ErlangParser.PatExprMaxContext)
Exit a parse tree produced by patExprMax().
The default implementation does nothing.
Declaration
public virtual void ExitPatExprMax(ErlangParser.PatExprMaxContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExprMaxContext | context | The parse tree. |
ExitPatExprs(ErlangParser.PatExprsContext)
Exit a parse tree produced by patExprs().
The default implementation does nothing.
Declaration
public virtual void ExitPatExprs(ErlangParser.PatExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PatExprsContext | context | The parse tree. |
ExitPrefixOp(ErlangParser.PrefixOpContext)
Exit a parse tree produced by prefixOp().
The default implementation does nothing.
Declaration
public virtual void ExitPrefixOp(ErlangParser.PrefixOpContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.PrefixOpContext | context | The parse tree. |
ExitReceiveExpr(ErlangParser.ReceiveExprContext)
Exit a parse tree produced by receiveExpr().
The default implementation does nothing.
Declaration
public virtual void ExitReceiveExpr(ErlangParser.ReceiveExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.ReceiveExprContext | context | The parse tree. |
ExitRecordExpr(ErlangParser.RecordExprContext)
Exit a parse tree produced by recordExpr().
The default implementation does nothing.
Declaration
public virtual void ExitRecordExpr(ErlangParser.RecordExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordExprContext | context | The parse tree. |
ExitRecordField(ErlangParser.RecordFieldContext)
Exit a parse tree produced by recordField().
The default implementation does nothing.
Declaration
public virtual void ExitRecordField(ErlangParser.RecordFieldContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordFieldContext | context | The parse tree. |
ExitRecordFields(ErlangParser.RecordFieldsContext)
Exit a parse tree produced by recordFields().
The default implementation does nothing.
Declaration
public virtual void ExitRecordFields(ErlangParser.RecordFieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordFieldsContext | context | The parse tree. |
ExitRecordPatExpr(ErlangParser.RecordPatExprContext)
Exit a parse tree produced by recordPatExpr().
The default implementation does nothing.
Declaration
public virtual void ExitRecordPatExpr(ErlangParser.RecordPatExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordPatExprContext | context | The parse tree. |
ExitRecordTuple(ErlangParser.RecordTupleContext)
Exit a parse tree produced by recordTuple().
The default implementation does nothing.
Declaration
public virtual void ExitRecordTuple(ErlangParser.RecordTupleContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.RecordTupleContext | context | The parse tree. |
ExitSpecFun(ErlangParser.SpecFunContext)
Exit a parse tree produced by specFun().
The default implementation does nothing.
Declaration
public virtual void ExitSpecFun(ErlangParser.SpecFunContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.SpecFunContext | context | The parse tree. |
ExitTail(ErlangParser.TailContext)
Exit a parse tree produced by tail().
The default implementation does nothing.
Declaration
public virtual void ExitTail(ErlangParser.TailContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TailContext | context | The parse tree. |
ExitTokAtom(ErlangParser.TokAtomContext)
Exit a parse tree produced by tokAtom().
The default implementation does nothing.
Declaration
public virtual void ExitTokAtom(ErlangParser.TokAtomContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokAtomContext | context | The parse tree. |
ExitTokChar(ErlangParser.TokCharContext)
Exit a parse tree produced by tokChar().
The default implementation does nothing.
Declaration
public virtual void ExitTokChar(ErlangParser.TokCharContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokCharContext | context | The parse tree. |
ExitTokFloat(ErlangParser.TokFloatContext)
Exit a parse tree produced by tokFloat().
The default implementation does nothing.
Declaration
public virtual void ExitTokFloat(ErlangParser.TokFloatContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokFloatContext | context | The parse tree. |
ExitTokInteger(ErlangParser.TokIntegerContext)
Exit a parse tree produced by tokInteger().
The default implementation does nothing.
Declaration
public virtual void ExitTokInteger(ErlangParser.TokIntegerContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokIntegerContext | context | The parse tree. |
ExitTokString(ErlangParser.TokStringContext)
Exit a parse tree produced by tokString().
The default implementation does nothing.
Declaration
public virtual void ExitTokString(ErlangParser.TokStringContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokStringContext | context | The parse tree. |
ExitTokVar(ErlangParser.TokVarContext)
Exit a parse tree produced by tokVar().
The default implementation does nothing.
Declaration
public virtual void ExitTokVar(ErlangParser.TokVarContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TokVarContext | context | The parse tree. |
ExitTopType(ErlangParser.TopTypeContext)
Exit a parse tree produced by topType().
The default implementation does nothing.
Declaration
public virtual void ExitTopType(ErlangParser.TopTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TopTypeContext | context | The parse tree. |
ExitTopType100(ErlangParser.TopType100Context)
Exit a parse tree produced by topType100().
The default implementation does nothing.
Declaration
public virtual void ExitTopType100(ErlangParser.TopType100Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TopType100Context | context | The parse tree. |
ExitTopTypes(ErlangParser.TopTypesContext)
Exit a parse tree produced by topTypes().
The default implementation does nothing.
Declaration
public virtual void ExitTopTypes(ErlangParser.TopTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TopTypesContext | context | The parse tree. |
ExitTryCatch(ErlangParser.TryCatchContext)
Exit a parse tree produced by tryCatch().
The default implementation does nothing.
Declaration
public virtual void ExitTryCatch(ErlangParser.TryCatchContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryCatchContext | context | The parse tree. |
ExitTryClause(ErlangParser.TryClauseContext)
Exit a parse tree produced by tryClause().
The default implementation does nothing.
Declaration
public virtual void ExitTryClause(ErlangParser.TryClauseContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryClauseContext | context | The parse tree. |
ExitTryClauses(ErlangParser.TryClausesContext)
Exit a parse tree produced by tryClauses().
The default implementation does nothing.
Declaration
public virtual void ExitTryClauses(ErlangParser.TryClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryClausesContext | context | The parse tree. |
ExitTryExpr(ErlangParser.TryExprContext)
Exit a parse tree produced by tryExpr().
The default implementation does nothing.
Declaration
public virtual void ExitTryExpr(ErlangParser.TryExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryExprContext | context | The parse tree. |
ExitTryOptStackTrace(ErlangParser.TryOptStackTraceContext)
Exit a parse tree produced by tryOptStackTrace().
The default implementation does nothing.
Declaration
public virtual void ExitTryOptStackTrace(ErlangParser.TryOptStackTraceContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TryOptStackTraceContext | context | The parse tree. |
ExitTuple_(ErlangParser.Tuple_Context)
Exit a parse tree produced by tuple_().
The default implementation does nothing.
Declaration
public virtual void ExitTuple_(ErlangParser.Tuple_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Tuple_Context | context | The parse tree. |
ExitType_(ErlangParser.Type_Context)
Exit a parse tree produced by type_().
The default implementation does nothing.
Declaration
public virtual void ExitType_(ErlangParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type_Context | context | The parse tree. |
ExitType200(ErlangParser.Type200Context)
Exit a parse tree produced by type200().
The default implementation does nothing.
Declaration
public virtual void ExitType200(ErlangParser.Type200Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type200Context | context | The parse tree. |
ExitType300(ErlangParser.Type300Context)
Exit a parse tree produced by type300().
The default implementation does nothing.
Declaration
public virtual void ExitType300(ErlangParser.Type300Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type300Context | context | The parse tree. |
ExitType400(ErlangParser.Type400Context)
Exit a parse tree produced by type400().
The default implementation does nothing.
Declaration
public virtual void ExitType400(ErlangParser.Type400Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type400Context | context | The parse tree. |
ExitType500(ErlangParser.Type500Context)
Exit a parse tree produced by type500().
The default implementation does nothing.
Declaration
public virtual void ExitType500(ErlangParser.Type500Context context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.Type500Context | context | The parse tree. |
ExitTypedAttrVal(ErlangParser.TypedAttrValContext)
Exit a parse tree produced by typedAttrVal().
The default implementation does nothing.
Declaration
public virtual void ExitTypedAttrVal(ErlangParser.TypedAttrValContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedAttrValContext | context | The parse tree. |
ExitTypedExpr(ErlangParser.TypedExprContext)
Exit a parse tree produced by typedExpr().
The default implementation does nothing.
Declaration
public virtual void ExitTypedExpr(ErlangParser.TypedExprContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedExprContext | context | The parse tree. |
ExitTypedExprs(ErlangParser.TypedExprsContext)
Exit a parse tree produced by typedExprs().
The default implementation does nothing.
Declaration
public virtual void ExitTypedExprs(ErlangParser.TypedExprsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedExprsContext | context | The parse tree. |
ExitTypedRecordFields(ErlangParser.TypedRecordFieldsContext)
Exit a parse tree produced by typedRecordFields().
The default implementation does nothing.
Declaration
public virtual void ExitTypedRecordFields(ErlangParser.TypedRecordFieldsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypedRecordFieldsContext | context | The parse tree. |
ExitTypeGuard(ErlangParser.TypeGuardContext)
Exit a parse tree produced by typeGuard().
The default implementation does nothing.
Declaration
public virtual void ExitTypeGuard(ErlangParser.TypeGuardContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeGuardContext | context | The parse tree. |
ExitTypeGuards(ErlangParser.TypeGuardsContext)
Exit a parse tree produced by typeGuards().
The default implementation does nothing.
Declaration
public virtual void ExitTypeGuards(ErlangParser.TypeGuardsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeGuardsContext | context | The parse tree. |
ExitTypeSig(ErlangParser.TypeSigContext)
Exit a parse tree produced by typeSig().
The default implementation does nothing.
Declaration
public virtual void ExitTypeSig(ErlangParser.TypeSigContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSigContext | context | The parse tree. |
ExitTypeSigs(ErlangParser.TypeSigsContext)
Exit a parse tree produced by typeSigs().
The default implementation does nothing.
Declaration
public virtual void ExitTypeSigs(ErlangParser.TypeSigsContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSigsContext | context | The parse tree. |
ExitTypeSpec(ErlangParser.TypeSpecContext)
Exit a parse tree produced by typeSpec().
The default implementation does nothing.
Declaration
public virtual void ExitTypeSpec(ErlangParser.TypeSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSpecContext | 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.