Show / Hide Table of Contents

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 Source

EnterAddOp(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX