Interface IErlangListener
This interface defines a complete listener for a parse tree produced by ErlangParser.
Namespace: GCore.Antlr.Grammers.Erlang
Assembly: Erlang.dll
Syntax
public interface IErlangListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAddOp(ErlangParser.AddOpContext)
Enter a parse tree produced by addOp().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void EnterCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CrClausesContext | context | The parse tree. |
EnterExpr(ErlangParser.ExprContext)
Enter a parse tree produced by expr().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.CrClausesContext | context | The parse tree. |
ExitExpr(ErlangParser.ExprContext)
Exit a parse tree produced by expr().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitTypeSpec(ErlangParser.TypeSpecContext context)
Parameters
Type | Name | Description |
---|---|---|
ErlangParser.TypeSpecContext | context | The parse tree. |