Show / Hide Table of Contents

Class ErlangBaseListener

This class provides an empty implementation of IErlangListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
ErlangBaseListener
Implements
IErlangListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Erlang
Assembly: Erlang.dll
Syntax
public class ErlangBaseListener : object, IErlangListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAddOp(ErlangParser.AddOpContext)

Enter a parse tree produced by addOp().

The default implementation does nothing.

Declaration
public virtual void EnterAddOp(ErlangParser.AddOpContext context)
Parameters
Type Name Description
ErlangParser.AddOpContext context

The parse tree.

| Improve this Doc View Source

EnterArgumentList(ErlangParser.ArgumentListContext)

Enter a parse tree produced by argumentList().

The default implementation does nothing.

Declaration
public virtual void EnterArgumentList(ErlangParser.ArgumentListContext context)
Parameters
Type Name Description
ErlangParser.ArgumentListContext context

The parse tree.

| Improve this Doc View Source

EnterAtomic(ErlangParser.AtomicContext)

Enter a parse tree produced by atomic().

The default implementation does nothing.

Declaration
public virtual void EnterAtomic(ErlangParser.AtomicContext context)
Parameters
Type Name Description
ErlangParser.AtomicContext context

The parse tree.

| Improve this Doc View Source

EnterAtomOrVar(ErlangParser.AtomOrVarContext)

Enter a parse tree produced by atomOrVar().

The default implementation does nothing.

Declaration
public virtual void EnterAtomOrVar(ErlangParser.AtomOrVarContext context)
Parameters
Type Name Description
ErlangParser.AtomOrVarContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute(ErlangParser.AttributeContext)

Enter a parse tree produced by attribute().

The default implementation does nothing.

Declaration
public virtual void EnterAttribute(ErlangParser.AttributeContext context)
Parameters
Type Name Description
ErlangParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

EnterAttrVal(ErlangParser.AttrValContext)

Enter a parse tree produced by attrVal().

The default implementation does nothing.

Declaration
public virtual void EnterAttrVal(ErlangParser.AttrValContext context)
Parameters
Type Name Description
ErlangParser.AttrValContext context

The parse tree.

| Improve this Doc View Source

EnterBinary(ErlangParser.BinaryContext)

Enter a parse tree produced by binary().

The default implementation does nothing.

Declaration
public virtual void EnterBinary(ErlangParser.BinaryContext context)
Parameters
Type Name Description
ErlangParser.BinaryContext context

The parse tree.

| Improve this Doc View Source

EnterBinaryComprehension(ErlangParser.BinaryComprehensionContext)

Enter a parse tree produced by binaryComprehension().

The default implementation does nothing.

Declaration
public virtual void EnterBinaryComprehension(ErlangParser.BinaryComprehensionContext context)
Parameters
Type Name Description
ErlangParser.BinaryComprehensionContext context

The parse tree.

| Improve this Doc View Source

EnterBinaryType(ErlangParser.BinaryTypeContext)

Enter a parse tree produced by binaryType().

The default implementation does nothing.

Declaration
public virtual void EnterBinaryType(ErlangParser.BinaryTypeContext context)
Parameters
Type Name Description
ErlangParser.BinaryTypeContext context

The parse tree.

| Improve this Doc View Source

EnterBinBaseType(ErlangParser.BinBaseTypeContext)

Enter a parse tree produced by binBaseType().

The default implementation does nothing.

Declaration
public virtual void EnterBinBaseType(ErlangParser.BinBaseTypeContext context)
Parameters
Type Name Description
ErlangParser.BinBaseTypeContext context

The parse tree.

| Improve this Doc View Source

EnterBinElement(ErlangParser.BinElementContext)

Enter a parse tree produced by binElement().

The default implementation does nothing.

Declaration
public virtual void EnterBinElement(ErlangParser.BinElementContext context)
Parameters
Type Name Description
ErlangParser.BinElementContext context

The parse tree.

| Improve this Doc View Source

EnterBinElements(ErlangParser.BinElementsContext)

Enter a parse tree produced by binElements().

The default implementation does nothing.

Declaration
public virtual void EnterBinElements(ErlangParser.BinElementsContext context)
Parameters
Type Name Description
ErlangParser.BinElementsContext context

The parse tree.

| Improve this Doc View Source

EnterBinUnitType(ErlangParser.BinUnitTypeContext)

Enter a parse tree produced by binUnitType().

The default implementation does nothing.

Declaration
public virtual void EnterBinUnitType(ErlangParser.BinUnitTypeContext context)
Parameters
Type Name Description
ErlangParser.BinUnitTypeContext context

The parse tree.

| Improve this Doc View Source

EnterBitExpr(ErlangParser.BitExprContext)

Enter a parse tree produced by bitExpr().

The default implementation does nothing.

Declaration
public virtual void EnterBitExpr(ErlangParser.BitExprContext context)
Parameters
Type Name Description
ErlangParser.BitExprContext context

The parse tree.

| Improve this Doc View Source

EnterBitSizeExpr(ErlangParser.BitSizeExprContext)

Enter a parse tree produced by bitSizeExpr().

The default implementation does nothing.

Declaration
public virtual void EnterBitSizeExpr(ErlangParser.BitSizeExprContext context)
Parameters
Type Name Description
ErlangParser.BitSizeExprContext context

The parse tree.

| Improve this Doc View Source

EnterBitType(ErlangParser.BitTypeContext)

Enter a parse tree produced by bitType().

The default implementation does nothing.

Declaration
public virtual void EnterBitType(ErlangParser.BitTypeContext context)
Parameters
Type Name Description
ErlangParser.BitTypeContext context

The parse tree.

| Improve this Doc View Source

EnterBitTypeList(ErlangParser.BitTypeListContext)

Enter a parse tree produced by bitTypeList().

The default implementation does nothing.

Declaration
public virtual void EnterBitTypeList(ErlangParser.BitTypeListContext context)
Parameters
Type Name Description
ErlangParser.BitTypeListContext context

The parse tree.

| Improve this Doc View Source

EnterCaseExpr(ErlangParser.CaseExprContext)

Enter a parse tree produced by caseExpr().

The default implementation does nothing.

Declaration
public virtual void EnterCaseExpr(ErlangParser.CaseExprContext context)
Parameters
Type Name Description
ErlangParser.CaseExprContext context

The parse tree.

| Improve this Doc View Source

EnterClauseArgs(ErlangParser.ClauseArgsContext)

Enter a parse tree produced by clauseArgs().

The default implementation does nothing.

Declaration
public virtual void EnterClauseArgs(ErlangParser.ClauseArgsContext context)
Parameters
Type Name Description
ErlangParser.ClauseArgsContext context

The parse tree.

| Improve this Doc View Source

EnterClauseBody(ErlangParser.ClauseBodyContext)

Enter a parse tree produced by clauseBody().

The default implementation does nothing.

Declaration
public virtual void EnterClauseBody(ErlangParser.ClauseBodyContext context)
Parameters
Type Name Description
ErlangParser.ClauseBodyContext context

The parse tree.

| Improve this Doc View Source

EnterClauseGuard(ErlangParser.ClauseGuardContext)

Enter a parse tree produced by clauseGuard().

The default implementation does nothing.

Declaration
public virtual void EnterClauseGuard(ErlangParser.ClauseGuardContext context)
Parameters
Type Name Description
ErlangParser.ClauseGuardContext context

The parse tree.

| Improve this Doc View Source

EnterCompOp(ErlangParser.CompOpContext)

Enter a parse tree produced by compOp().

The default implementation does nothing.

Declaration
public virtual void EnterCompOp(ErlangParser.CompOpContext context)
Parameters
Type Name Description
ErlangParser.CompOpContext context

The parse tree.

| Improve this Doc View Source

EnterCrClause(ErlangParser.CrClauseContext)

Enter a parse tree produced by crClause().

The default implementation does nothing.

Declaration
public virtual void EnterCrClause(ErlangParser.CrClauseContext context)
Parameters
Type Name Description
ErlangParser.CrClauseContext context

The parse tree.

| Improve this Doc View Source

EnterCrClauses(ErlangParser.CrClausesContext)

Enter a parse tree produced by crClauses().

The default implementation does nothing.

Declaration
public virtual void EnterCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type Name Description
ErlangParser.CrClausesContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExpr(ErlangParser.ExprContext)

Enter a parse tree produced by expr().

The default implementation does nothing.

Declaration
public virtual void EnterExpr(ErlangParser.ExprContext context)
Parameters
Type Name Description
ErlangParser.ExprContext context

The parse tree.

| Improve this Doc View Source

EnterExpr100(ErlangParser.Expr100Context)

Enter a parse tree produced by expr100().

The default implementation does nothing.

Declaration
public virtual void EnterExpr100(ErlangParser.Expr100Context context)
Parameters
Type Name Description
ErlangParser.Expr100Context context

The parse tree.

| Improve this Doc View Source

EnterExpr150(ErlangParser.Expr150Context)

Enter a parse tree produced by expr150().

The default implementation does nothing.

Declaration
public virtual void EnterExpr150(ErlangParser.Expr150Context context)
Parameters
Type Name Description
ErlangParser.Expr150Context context

The parse tree.

| Improve this Doc View Source

EnterExpr160(ErlangParser.Expr160Context)

Enter a parse tree produced by expr160().

The default implementation does nothing.

Declaration
public virtual void EnterExpr160(ErlangParser.Expr160Context context)
Parameters
Type Name Description
ErlangParser.Expr160Context context

The parse tree.

| Improve this Doc View Source

EnterExpr200(ErlangParser.Expr200Context)

Enter a parse tree produced by expr200().

The default implementation does nothing.

Declaration
public virtual void EnterExpr200(ErlangParser.Expr200Context context)
Parameters
Type Name Description
ErlangParser.Expr200Context context

The parse tree.

| Improve this Doc View Source

EnterExpr300(ErlangParser.Expr300Context)

Enter a parse tree produced by expr300().

The default implementation does nothing.

Declaration
public virtual void EnterExpr300(ErlangParser.Expr300Context context)
Parameters
Type Name Description
ErlangParser.Expr300Context context

The parse tree.

| Improve this Doc View Source

EnterExpr400(ErlangParser.Expr400Context)

Enter a parse tree produced by expr400().

The default implementation does nothing.

Declaration
public virtual void EnterExpr400(ErlangParser.Expr400Context context)
Parameters
Type Name Description
ErlangParser.Expr400Context context

The parse tree.

| Improve this Doc View Source

EnterExpr500(ErlangParser.Expr500Context)

Enter a parse tree produced by expr500().

The default implementation does nothing.

Declaration
public virtual void EnterExpr500(ErlangParser.Expr500Context context)
Parameters
Type Name Description
ErlangParser.Expr500Context context

The parse tree.

| Improve this Doc View Source

EnterExpr600(ErlangParser.Expr600Context)

Enter a parse tree produced by expr600().

The default implementation does nothing.

Declaration
public virtual void EnterExpr600(ErlangParser.Expr600Context context)
Parameters
Type Name Description
ErlangParser.Expr600Context context

The parse tree.

| Improve this Doc View Source

EnterExpr650(ErlangParser.Expr650Context)

Enter a parse tree produced by expr650().

The default implementation does nothing.

Declaration
public virtual void EnterExpr650(ErlangParser.Expr650Context context)
Parameters
Type Name Description
ErlangParser.Expr650Context context

The parse tree.

| Improve this Doc View Source

EnterExpr700(ErlangParser.Expr700Context)

Enter a parse tree produced by expr700().

The default implementation does nothing.

Declaration
public virtual void EnterExpr700(ErlangParser.Expr700Context context)
Parameters
Type Name Description
ErlangParser.Expr700Context context

The parse tree.

| Improve this Doc View Source

EnterExpr800(ErlangParser.Expr800Context)

Enter a parse tree produced by expr800().

The default implementation does nothing.

Declaration
public virtual void EnterExpr800(ErlangParser.Expr800Context context)
Parameters
Type Name Description
ErlangParser.Expr800Context context

The parse tree.

| Improve this Doc View Source

EnterExprMax(ErlangParser.ExprMaxContext)

Enter a parse tree produced by exprMax().

The default implementation does nothing.

Declaration
public virtual void EnterExprMax(ErlangParser.ExprMaxContext context)
Parameters
Type Name Description
ErlangParser.ExprMaxContext context

The parse tree.

| Improve this Doc View Source

EnterExprs(ErlangParser.ExprsContext)

Enter a parse tree produced by exprs().

The default implementation does nothing.

Declaration
public virtual void EnterExprs(ErlangParser.ExprsContext context)
Parameters
Type Name Description
ErlangParser.ExprsContext context

The parse tree.

| Improve this Doc View Source

EnterFieldType(ErlangParser.FieldTypeContext)

Enter a parse tree produced by fieldType().

The default implementation does nothing.

Declaration
public virtual void EnterFieldType(ErlangParser.FieldTypeContext context)
Parameters
Type Name Description
ErlangParser.FieldTypeContext context

The parse tree.

| Improve this Doc View Source

EnterFieldTypes(ErlangParser.FieldTypesContext)

Enter a parse tree produced by fieldTypes().

The default implementation does nothing.

Declaration
public virtual void EnterFieldTypes(ErlangParser.FieldTypesContext context)
Parameters
Type Name Description
ErlangParser.FieldTypesContext context

The parse tree.

| Improve this Doc View Source

EnterForm(ErlangParser.FormContext)

Enter a parse tree produced by form().

The default implementation does nothing.

Declaration
public virtual void EnterForm(ErlangParser.FormContext context)
Parameters
Type Name Description
ErlangParser.FormContext context

The parse tree.

| Improve this Doc View Source

EnterForms(ErlangParser.FormsContext)

Enter a parse tree produced by forms().

The default implementation does nothing.

Declaration
public virtual void EnterForms(ErlangParser.FormsContext context)
Parameters
Type Name Description
ErlangParser.FormsContext context

The parse tree.

| Improve this Doc View Source

EnterFunClause(ErlangParser.FunClauseContext)

Enter a parse tree produced by funClause().

The default implementation does nothing.

Declaration
public virtual void EnterFunClause(ErlangParser.FunClauseContext context)
Parameters
Type Name Description
ErlangParser.FunClauseContext context

The parse tree.

| Improve this Doc View Source

EnterFunClauses(ErlangParser.FunClausesContext)

Enter a parse tree produced by funClauses().

The default implementation does nothing.

Declaration
public virtual void EnterFunClauses(ErlangParser.FunClausesContext context)
Parameters
Type Name Description
ErlangParser.FunClausesContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(ErlangParser.Function_Context)

Enter a parse tree produced by function_().

The default implementation does nothing.

Declaration
public virtual void EnterFunction_(ErlangParser.Function_Context context)
Parameters
Type Name Description
ErlangParser.Function_Context context

The parse tree.

| Improve this Doc View Source

EnterFunctionCall(ErlangParser.FunctionCallContext)

Enter a parse tree produced by functionCall().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionCall(ErlangParser.FunctionCallContext context)
Parameters
Type Name Description
ErlangParser.FunctionCallContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionClause(ErlangParser.FunctionClauseContext)

Enter a parse tree produced by functionClause().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionClause(ErlangParser.FunctionClauseContext context)
Parameters
Type Name Description
ErlangParser.FunctionClauseContext context

The parse tree.

| Improve this Doc View Source

EnterFunExpr(ErlangParser.FunExprContext)

Enter a parse tree produced by funExpr().

The default implementation does nothing.

Declaration
public virtual void EnterFunExpr(ErlangParser.FunExprContext context)
Parameters
Type Name Description
ErlangParser.FunExprContext context

The parse tree.

| Improve this Doc View Source

EnterFunType(ErlangParser.FunTypeContext)

Enter a parse tree produced by funType().

The default implementation does nothing.

Declaration
public virtual void EnterFunType(ErlangParser.FunTypeContext context)
Parameters
Type Name Description
ErlangParser.FunTypeContext context

The parse tree.

| Improve this Doc View Source

EnterFunType100(ErlangParser.FunType100Context)

Enter a parse tree produced by funType100().

The default implementation does nothing.

Declaration
public virtual void EnterFunType100(ErlangParser.FunType100Context context)
Parameters
Type Name Description
ErlangParser.FunType100Context context

The parse tree.

| Improve this Doc View Source

EnterGuard_(ErlangParser.Guard_Context)

Enter a parse tree produced by guard_().

The default implementation does nothing.

Declaration
public virtual void EnterGuard_(ErlangParser.Guard_Context context)
Parameters
Type Name Description
ErlangParser.Guard_Context context

The parse tree.

| Improve this Doc View Source

EnterIfClause(ErlangParser.IfClauseContext)

Enter a parse tree produced by ifClause().

The default implementation does nothing.

Declaration
public virtual void EnterIfClause(ErlangParser.IfClauseContext context)
Parameters
Type Name Description
ErlangParser.IfClauseContext context

The parse tree.

| Improve this Doc View Source

EnterIfClauses(ErlangParser.IfClausesContext)

Enter a parse tree produced by ifClauses().

The default implementation does nothing.

Declaration
public virtual void EnterIfClauses(ErlangParser.IfClausesContext context)
Parameters
Type Name Description
ErlangParser.IfClausesContext context

The parse tree.

| Improve this Doc View Source

EnterIfExpr(ErlangParser.IfExprContext)

Enter a parse tree produced by ifExpr().

The default implementation does nothing.

Declaration
public virtual void EnterIfExpr(ErlangParser.IfExprContext context)
Parameters
Type Name Description
ErlangParser.IfExprContext context

The parse tree.

| Improve this Doc View Source

EnterIntegerOrVar(ErlangParser.IntegerOrVarContext)

Enter a parse tree produced by integerOrVar().

The default implementation does nothing.

Declaration
public virtual void EnterIntegerOrVar(ErlangParser.IntegerOrVarContext context)
Parameters
Type Name Description
ErlangParser.IntegerOrVarContext context

The parse tree.

| Improve this Doc View Source

EnterLcExpr(ErlangParser.LcExprContext)

Enter a parse tree produced by lcExpr().

The default implementation does nothing.

Declaration
public virtual void EnterLcExpr(ErlangParser.LcExprContext context)
Parameters
Type Name Description
ErlangParser.LcExprContext context

The parse tree.

| Improve this Doc View Source

EnterLcExprs(ErlangParser.LcExprsContext)

Enter a parse tree produced by lcExprs().

The default implementation does nothing.

Declaration
public virtual void EnterLcExprs(ErlangParser.LcExprsContext context)
Parameters
Type Name Description
ErlangParser.LcExprsContext context

The parse tree.

| Improve this Doc View Source

EnterList_(ErlangParser.List_Context)

Enter a parse tree produced by list_().

The default implementation does nothing.

Declaration
public virtual void EnterList_(ErlangParser.List_Context context)
Parameters
Type Name Description
ErlangParser.List_Context context

The parse tree.

| Improve this Doc View Source

EnterListComprehension(ErlangParser.ListComprehensionContext)

Enter a parse tree produced by listComprehension().

The default implementation does nothing.

Declaration
public virtual void EnterListComprehension(ErlangParser.ListComprehensionContext context)
Parameters
Type Name Description
ErlangParser.ListComprehensionContext context

The parse tree.

| Improve this Doc View Source

EnterListOp(ErlangParser.ListOpContext)

Enter a parse tree produced by listOp().

The default implementation does nothing.

Declaration
public virtual void EnterListOp(ErlangParser.ListOpContext context)
Parameters
Type Name Description
ErlangParser.ListOpContext context

The parse tree.

| Improve this Doc View Source

EnterMapExpr(ErlangParser.MapExprContext)

Enter a parse tree produced by mapExpr().

The default implementation does nothing.

Declaration
public virtual void EnterMapExpr(ErlangParser.MapExprContext context)
Parameters
Type Name Description
ErlangParser.MapExprContext context

The parse tree.

| Improve this Doc View Source

EnterMapField(ErlangParser.MapFieldContext)

Enter a parse tree produced by mapField().

The default implementation does nothing.

Declaration
public virtual void EnterMapField(ErlangParser.MapFieldContext context)
Parameters
Type Name Description
ErlangParser.MapFieldContext context

The parse tree.

| Improve this Doc View Source

EnterMapFieldAssoc(ErlangParser.MapFieldAssocContext)

Enter a parse tree produced by mapFieldAssoc().

The default implementation does nothing.

Declaration
public virtual void EnterMapFieldAssoc(ErlangParser.MapFieldAssocContext context)
Parameters
Type Name Description
ErlangParser.MapFieldAssocContext context

The parse tree.

| Improve this Doc View Source

EnterMapFieldExact(ErlangParser.MapFieldExactContext)

Enter a parse tree produced by mapFieldExact().

The default implementation does nothing.

Declaration
public virtual void EnterMapFieldExact(ErlangParser.MapFieldExactContext context)
Parameters
Type Name Description
ErlangParser.MapFieldExactContext context

The parse tree.

| Improve this Doc View Source

EnterMapKey(ErlangParser.MapKeyContext)

Enter a parse tree produced by mapKey().

The default implementation does nothing.

Declaration
public virtual void EnterMapKey(ErlangParser.MapKeyContext context)
Parameters
Type Name Description
ErlangParser.MapKeyContext context

The parse tree.

| Improve this Doc View Source

EnterMapPairType(ErlangParser.MapPairTypeContext)

Enter a parse tree produced by mapPairType().

The default implementation does nothing.

Declaration
public virtual void EnterMapPairType(ErlangParser.MapPairTypeContext context)
Parameters
Type Name Description
ErlangParser.MapPairTypeContext context

The parse tree.

| Improve this Doc View Source

EnterMapPairTypes(ErlangParser.MapPairTypesContext)

Enter a parse tree produced by mapPairTypes().

The default implementation does nothing.

Declaration
public virtual void EnterMapPairTypes(ErlangParser.MapPairTypesContext context)
Parameters
Type Name Description
ErlangParser.MapPairTypesContext context

The parse tree.

| Improve this Doc View Source

EnterMapPatExpr(ErlangParser.MapPatExprContext)

Enter a parse tree produced by mapPatExpr().

The default implementation does nothing.

Declaration
public virtual void EnterMapPatExpr(ErlangParser.MapPatExprContext context)
Parameters
Type Name Description
ErlangParser.MapPatExprContext context

The parse tree.

| Improve this Doc View Source

EnterMapTuple(ErlangParser.MapTupleContext)

Enter a parse tree produced by mapTuple().

The default implementation does nothing.

Declaration
public virtual void EnterMapTuple(ErlangParser.MapTupleContext context)
Parameters
Type Name Description
ErlangParser.MapTupleContext context

The parse tree.

| Improve this Doc View Source

EnterMultOp(ErlangParser.MultOpContext)

Enter a parse tree produced by multOp().

The default implementation does nothing.

Declaration
public virtual void EnterMultOp(ErlangParser.MultOpContext context)
Parameters
Type Name Description
ErlangParser.MultOpContext context

The parse tree.

| Improve this Doc View Source

EnterOptBitSizeExpr(ErlangParser.OptBitSizeExprContext)

Enter a parse tree produced by optBitSizeExpr().

The default implementation does nothing.

Declaration
public virtual void EnterOptBitSizeExpr(ErlangParser.OptBitSizeExprContext context)
Parameters
Type Name Description
ErlangParser.OptBitSizeExprContext context

The parse tree.

| Improve this Doc View Source

EnterOptBitTypeList(ErlangParser.OptBitTypeListContext)

Enter a parse tree produced by optBitTypeList().

The default implementation does nothing.

Declaration
public virtual void EnterOptBitTypeList(ErlangParser.OptBitTypeListContext context)
Parameters
Type Name Description
ErlangParser.OptBitTypeListContext context

The parse tree.

| Improve this Doc View Source

EnterPatArgumentList(ErlangParser.PatArgumentListContext)

Enter a parse tree produced by patArgumentList().

The default implementation does nothing.

Declaration
public virtual void EnterPatArgumentList(ErlangParser.PatArgumentListContext context)
Parameters
Type Name Description
ErlangParser.PatArgumentListContext context

The parse tree.

| Improve this Doc View Source

EnterPatExpr(ErlangParser.PatExprContext)

Enter a parse tree produced by patExpr().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr(ErlangParser.PatExprContext context)
Parameters
Type Name Description
ErlangParser.PatExprContext context

The parse tree.

| Improve this Doc View Source

EnterPatExpr200(ErlangParser.PatExpr200Context)

Enter a parse tree produced by patExpr200().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr200(ErlangParser.PatExpr200Context context)
Parameters
Type Name Description
ErlangParser.PatExpr200Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr300(ErlangParser.PatExpr300Context)

Enter a parse tree produced by patExpr300().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr300(ErlangParser.PatExpr300Context context)
Parameters
Type Name Description
ErlangParser.PatExpr300Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr400(ErlangParser.PatExpr400Context)

Enter a parse tree produced by patExpr400().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr400(ErlangParser.PatExpr400Context context)
Parameters
Type Name Description
ErlangParser.PatExpr400Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr500(ErlangParser.PatExpr500Context)

Enter a parse tree produced by patExpr500().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr500(ErlangParser.PatExpr500Context context)
Parameters
Type Name Description
ErlangParser.PatExpr500Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr600(ErlangParser.PatExpr600Context)

Enter a parse tree produced by patExpr600().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr600(ErlangParser.PatExpr600Context context)
Parameters
Type Name Description
ErlangParser.PatExpr600Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr650(ErlangParser.PatExpr650Context)

Enter a parse tree produced by patExpr650().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr650(ErlangParser.PatExpr650Context context)
Parameters
Type Name Description
ErlangParser.PatExpr650Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr700(ErlangParser.PatExpr700Context)

Enter a parse tree produced by patExpr700().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr700(ErlangParser.PatExpr700Context context)
Parameters
Type Name Description
ErlangParser.PatExpr700Context context

The parse tree.

| Improve this Doc View Source

EnterPatExpr800(ErlangParser.PatExpr800Context)

Enter a parse tree produced by patExpr800().

The default implementation does nothing.

Declaration
public virtual void EnterPatExpr800(ErlangParser.PatExpr800Context context)
Parameters
Type Name Description
ErlangParser.PatExpr800Context context

The parse tree.

| Improve this Doc View Source

EnterPatExprMax(ErlangParser.PatExprMaxContext)

Enter a parse tree produced by patExprMax().

The default implementation does nothing.

Declaration
public virtual void EnterPatExprMax(ErlangParser.PatExprMaxContext context)
Parameters
Type Name Description
ErlangParser.PatExprMaxContext context

The parse tree.

| Improve this Doc View Source

EnterPatExprs(ErlangParser.PatExprsContext)

Enter a parse tree produced by patExprs().

The default implementation does nothing.

Declaration
public virtual void EnterPatExprs(ErlangParser.PatExprsContext context)
Parameters
Type Name Description
ErlangParser.PatExprsContext context

The parse tree.

| Improve this Doc View Source

EnterPrefixOp(ErlangParser.PrefixOpContext)

Enter a parse tree produced by prefixOp().

The default implementation does nothing.

Declaration
public virtual void EnterPrefixOp(ErlangParser.PrefixOpContext context)
Parameters
Type Name Description
ErlangParser.PrefixOpContext context

The parse tree.

| Improve this Doc View Source

EnterReceiveExpr(ErlangParser.ReceiveExprContext)

Enter a parse tree produced by receiveExpr().

The default implementation does nothing.

Declaration
public virtual void EnterReceiveExpr(ErlangParser.ReceiveExprContext context)
Parameters
Type Name Description
ErlangParser.ReceiveExprContext context

The parse tree.

| Improve this Doc View Source

EnterRecordExpr(ErlangParser.RecordExprContext)

Enter a parse tree produced by recordExpr().

The default implementation does nothing.

Declaration
public virtual void EnterRecordExpr(ErlangParser.RecordExprContext context)
Parameters
Type Name Description
ErlangParser.RecordExprContext context

The parse tree.

| Improve this Doc View Source

EnterRecordField(ErlangParser.RecordFieldContext)

Enter a parse tree produced by recordField().

The default implementation does nothing.

Declaration
public virtual void EnterRecordField(ErlangParser.RecordFieldContext context)
Parameters
Type Name Description
ErlangParser.RecordFieldContext context

The parse tree.

| Improve this Doc View Source

EnterRecordFields(ErlangParser.RecordFieldsContext)

Enter a parse tree produced by recordFields().

The default implementation does nothing.

Declaration
public virtual void EnterRecordFields(ErlangParser.RecordFieldsContext context)
Parameters
Type Name Description
ErlangParser.RecordFieldsContext context

The parse tree.

| Improve this Doc View Source

EnterRecordPatExpr(ErlangParser.RecordPatExprContext)

Enter a parse tree produced by recordPatExpr().

The default implementation does nothing.

Declaration
public virtual void EnterRecordPatExpr(ErlangParser.RecordPatExprContext context)
Parameters
Type Name Description
ErlangParser.RecordPatExprContext context

The parse tree.

| Improve this Doc View Source

EnterRecordTuple(ErlangParser.RecordTupleContext)

Enter a parse tree produced by recordTuple().

The default implementation does nothing.

Declaration
public virtual void EnterRecordTuple(ErlangParser.RecordTupleContext context)
Parameters
Type Name Description
ErlangParser.RecordTupleContext context

The parse tree.

| Improve this Doc View Source

EnterSpecFun(ErlangParser.SpecFunContext)

Enter a parse tree produced by specFun().

The default implementation does nothing.

Declaration
public virtual void EnterSpecFun(ErlangParser.SpecFunContext context)
Parameters
Type Name Description
ErlangParser.SpecFunContext context

The parse tree.

| Improve this Doc View Source

EnterTail(ErlangParser.TailContext)

Enter a parse tree produced by tail().

The default implementation does nothing.

Declaration
public virtual void EnterTail(ErlangParser.TailContext context)
Parameters
Type Name Description
ErlangParser.TailContext context

The parse tree.

| Improve this Doc View Source

EnterTokAtom(ErlangParser.TokAtomContext)

Enter a parse tree produced by tokAtom().

The default implementation does nothing.

Declaration
public virtual void EnterTokAtom(ErlangParser.TokAtomContext context)
Parameters
Type Name Description
ErlangParser.TokAtomContext context

The parse tree.

| Improve this Doc View Source

EnterTokChar(ErlangParser.TokCharContext)

Enter a parse tree produced by tokChar().

The default implementation does nothing.

Declaration
public virtual void EnterTokChar(ErlangParser.TokCharContext context)
Parameters
Type Name Description
ErlangParser.TokCharContext context

The parse tree.

| Improve this Doc View Source

EnterTokFloat(ErlangParser.TokFloatContext)

Enter a parse tree produced by tokFloat().

The default implementation does nothing.

Declaration
public virtual void EnterTokFloat(ErlangParser.TokFloatContext context)
Parameters
Type Name Description
ErlangParser.TokFloatContext context

The parse tree.

| Improve this Doc View Source

EnterTokInteger(ErlangParser.TokIntegerContext)

Enter a parse tree produced by tokInteger().

The default implementation does nothing.

Declaration
public virtual void EnterTokInteger(ErlangParser.TokIntegerContext context)
Parameters
Type Name Description
ErlangParser.TokIntegerContext context

The parse tree.

| Improve this Doc View Source

EnterTokString(ErlangParser.TokStringContext)

Enter a parse tree produced by tokString().

The default implementation does nothing.

Declaration
public virtual void EnterTokString(ErlangParser.TokStringContext context)
Parameters
Type Name Description
ErlangParser.TokStringContext context

The parse tree.

| Improve this Doc View Source

EnterTokVar(ErlangParser.TokVarContext)

Enter a parse tree produced by tokVar().

The default implementation does nothing.

Declaration
public virtual void EnterTokVar(ErlangParser.TokVarContext context)
Parameters
Type Name Description
ErlangParser.TokVarContext context

The parse tree.

| Improve this Doc View Source

EnterTopType(ErlangParser.TopTypeContext)

Enter a parse tree produced by topType().

The default implementation does nothing.

Declaration
public virtual void EnterTopType(ErlangParser.TopTypeContext context)
Parameters
Type Name Description
ErlangParser.TopTypeContext context

The parse tree.

| Improve this Doc View Source

EnterTopType100(ErlangParser.TopType100Context)

Enter a parse tree produced by topType100().

The default implementation does nothing.

Declaration
public virtual void EnterTopType100(ErlangParser.TopType100Context context)
Parameters
Type Name Description
ErlangParser.TopType100Context context

The parse tree.

| Improve this Doc View Source

EnterTopTypes(ErlangParser.TopTypesContext)

Enter a parse tree produced by topTypes().

The default implementation does nothing.

Declaration
public virtual void EnterTopTypes(ErlangParser.TopTypesContext context)
Parameters
Type Name Description
ErlangParser.TopTypesContext context

The parse tree.

| Improve this Doc View Source

EnterTryCatch(ErlangParser.TryCatchContext)

Enter a parse tree produced by tryCatch().

The default implementation does nothing.

Declaration
public virtual void EnterTryCatch(ErlangParser.TryCatchContext context)
Parameters
Type Name Description
ErlangParser.TryCatchContext context

The parse tree.

| Improve this Doc View Source

EnterTryClause(ErlangParser.TryClauseContext)

Enter a parse tree produced by tryClause().

The default implementation does nothing.

Declaration
public virtual void EnterTryClause(ErlangParser.TryClauseContext context)
Parameters
Type Name Description
ErlangParser.TryClauseContext context

The parse tree.

| Improve this Doc View Source

EnterTryClauses(ErlangParser.TryClausesContext)

Enter a parse tree produced by tryClauses().

The default implementation does nothing.

Declaration
public virtual void EnterTryClauses(ErlangParser.TryClausesContext context)
Parameters
Type Name Description
ErlangParser.TryClausesContext context

The parse tree.

| Improve this Doc View Source

EnterTryExpr(ErlangParser.TryExprContext)

Enter a parse tree produced by tryExpr().

The default implementation does nothing.

Declaration
public virtual void EnterTryExpr(ErlangParser.TryExprContext context)
Parameters
Type Name Description
ErlangParser.TryExprContext context

The parse tree.

| Improve this Doc View Source

EnterTryOptStackTrace(ErlangParser.TryOptStackTraceContext)

Enter a parse tree produced by tryOptStackTrace().

The default implementation does nothing.

Declaration
public virtual void EnterTryOptStackTrace(ErlangParser.TryOptStackTraceContext context)
Parameters
Type Name Description
ErlangParser.TryOptStackTraceContext context

The parse tree.

| Improve this Doc View Source

EnterTuple_(ErlangParser.Tuple_Context)

Enter a parse tree produced by tuple_().

The default implementation does nothing.

Declaration
public virtual void EnterTuple_(ErlangParser.Tuple_Context context)
Parameters
Type Name Description
ErlangParser.Tuple_Context context

The parse tree.

| Improve this Doc View Source

EnterType_(ErlangParser.Type_Context)

Enter a parse tree produced by type_().

The default implementation does nothing.

Declaration
public virtual void EnterType_(ErlangParser.Type_Context context)
Parameters
Type Name Description
ErlangParser.Type_Context context

The parse tree.

| Improve this Doc View Source

EnterType200(ErlangParser.Type200Context)

Enter a parse tree produced by type200().

The default implementation does nothing.

Declaration
public virtual void EnterType200(ErlangParser.Type200Context context)
Parameters
Type Name Description
ErlangParser.Type200Context context

The parse tree.

| Improve this Doc View Source

EnterType300(ErlangParser.Type300Context)

Enter a parse tree produced by type300().

The default implementation does nothing.

Declaration
public virtual void EnterType300(ErlangParser.Type300Context context)
Parameters
Type Name Description
ErlangParser.Type300Context context

The parse tree.

| Improve this Doc View Source

EnterType400(ErlangParser.Type400Context)

Enter a parse tree produced by type400().

The default implementation does nothing.

Declaration
public virtual void EnterType400(ErlangParser.Type400Context context)
Parameters
Type Name Description
ErlangParser.Type400Context context

The parse tree.

| Improve this Doc View Source

EnterType500(ErlangParser.Type500Context)

Enter a parse tree produced by type500().

The default implementation does nothing.

Declaration
public virtual void EnterType500(ErlangParser.Type500Context context)
Parameters
Type Name Description
ErlangParser.Type500Context context

The parse tree.

| Improve this Doc View Source

EnterTypedAttrVal(ErlangParser.TypedAttrValContext)

Enter a parse tree produced by typedAttrVal().

The default implementation does nothing.

Declaration
public virtual void EnterTypedAttrVal(ErlangParser.TypedAttrValContext context)
Parameters
Type Name Description
ErlangParser.TypedAttrValContext context

The parse tree.

| Improve this Doc View Source

EnterTypedExpr(ErlangParser.TypedExprContext)

Enter a parse tree produced by typedExpr().

The default implementation does nothing.

Declaration
public virtual void EnterTypedExpr(ErlangParser.TypedExprContext context)
Parameters
Type Name Description
ErlangParser.TypedExprContext context

The parse tree.

| Improve this Doc View Source

EnterTypedExprs(ErlangParser.TypedExprsContext)

Enter a parse tree produced by typedExprs().

The default implementation does nothing.

Declaration
public virtual void EnterTypedExprs(ErlangParser.TypedExprsContext context)
Parameters
Type Name Description
ErlangParser.TypedExprsContext context

The parse tree.

| Improve this Doc View Source

EnterTypedRecordFields(ErlangParser.TypedRecordFieldsContext)

Enter a parse tree produced by typedRecordFields().

The default implementation does nothing.

Declaration
public virtual void EnterTypedRecordFields(ErlangParser.TypedRecordFieldsContext context)
Parameters
Type Name Description
ErlangParser.TypedRecordFieldsContext context

The parse tree.

| Improve this Doc View Source

EnterTypeGuard(ErlangParser.TypeGuardContext)

Enter a parse tree produced by typeGuard().

The default implementation does nothing.

Declaration
public virtual void EnterTypeGuard(ErlangParser.TypeGuardContext context)
Parameters
Type Name Description
ErlangParser.TypeGuardContext context

The parse tree.

| Improve this Doc View Source

EnterTypeGuards(ErlangParser.TypeGuardsContext)

Enter a parse tree produced by typeGuards().

The default implementation does nothing.

Declaration
public virtual void EnterTypeGuards(ErlangParser.TypeGuardsContext context)
Parameters
Type Name Description
ErlangParser.TypeGuardsContext context

The parse tree.

| Improve this Doc View Source

EnterTypeSig(ErlangParser.TypeSigContext)

Enter a parse tree produced by typeSig().

The default implementation does nothing.

Declaration
public virtual void EnterTypeSig(ErlangParser.TypeSigContext context)
Parameters
Type Name Description
ErlangParser.TypeSigContext context

The parse tree.

| Improve this Doc View Source

EnterTypeSigs(ErlangParser.TypeSigsContext)

Enter a parse tree produced by typeSigs().

The default implementation does nothing.

Declaration
public virtual void EnterTypeSigs(ErlangParser.TypeSigsContext context)
Parameters
Type Name Description
ErlangParser.TypeSigsContext context

The parse tree.

| Improve this Doc View Source

EnterTypeSpec(ErlangParser.TypeSpecContext)

Enter a parse tree produced by typeSpec().

The default implementation does nothing.

Declaration
public virtual void EnterTypeSpec(ErlangParser.TypeSpecContext context)
Parameters
Type Name Description
ErlangParser.TypeSpecContext context

The parse tree.

| Improve this Doc View Source

ExitAddOp(ErlangParser.AddOpContext)

Exit a parse tree produced by addOp().

The default implementation does nothing.

Declaration
public virtual void ExitAddOp(ErlangParser.AddOpContext context)
Parameters
Type Name Description
ErlangParser.AddOpContext context

The parse tree.

| Improve this Doc View Source

ExitArgumentList(ErlangParser.ArgumentListContext)

Exit a parse tree produced by argumentList().

The default implementation does nothing.

Declaration
public virtual void ExitArgumentList(ErlangParser.ArgumentListContext context)
Parameters
Type Name Description
ErlangParser.ArgumentListContext context

The parse tree.

| Improve this Doc View Source

ExitAtomic(ErlangParser.AtomicContext)

Exit a parse tree produced by atomic().

The default implementation does nothing.

Declaration
public virtual void ExitAtomic(ErlangParser.AtomicContext context)
Parameters
Type Name Description
ErlangParser.AtomicContext context

The parse tree.

| Improve this Doc View Source

ExitAtomOrVar(ErlangParser.AtomOrVarContext)

Exit a parse tree produced by atomOrVar().

The default implementation does nothing.

Declaration
public virtual void ExitAtomOrVar(ErlangParser.AtomOrVarContext context)
Parameters
Type Name Description
ErlangParser.AtomOrVarContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute(ErlangParser.AttributeContext)

Exit a parse tree produced by attribute().

The default implementation does nothing.

Declaration
public virtual void ExitAttribute(ErlangParser.AttributeContext context)
Parameters
Type Name Description
ErlangParser.AttributeContext context

The parse tree.

| Improve this Doc View Source

ExitAttrVal(ErlangParser.AttrValContext)

Exit a parse tree produced by attrVal().

The default implementation does nothing.

Declaration
public virtual void ExitAttrVal(ErlangParser.AttrValContext context)
Parameters
Type Name Description
ErlangParser.AttrValContext context

The parse tree.

| Improve this Doc View Source

ExitBinary(ErlangParser.BinaryContext)

Exit a parse tree produced by binary().

The default implementation does nothing.

Declaration
public virtual void ExitBinary(ErlangParser.BinaryContext context)
Parameters
Type Name Description
ErlangParser.BinaryContext context

The parse tree.

| Improve this Doc View Source

ExitBinaryComprehension(ErlangParser.BinaryComprehensionContext)

Exit a parse tree produced by binaryComprehension().

The default implementation does nothing.

Declaration
public virtual void ExitBinaryComprehension(ErlangParser.BinaryComprehensionContext context)
Parameters
Type Name Description
ErlangParser.BinaryComprehensionContext context

The parse tree.

| Improve this Doc View Source

ExitBinaryType(ErlangParser.BinaryTypeContext)

Exit a parse tree produced by binaryType().

The default implementation does nothing.

Declaration
public virtual void ExitBinaryType(ErlangParser.BinaryTypeContext context)
Parameters
Type Name Description
ErlangParser.BinaryTypeContext context

The parse tree.

| Improve this Doc View Source

ExitBinBaseType(ErlangParser.BinBaseTypeContext)

Exit a parse tree produced by binBaseType().

The default implementation does nothing.

Declaration
public virtual void ExitBinBaseType(ErlangParser.BinBaseTypeContext context)
Parameters
Type Name Description
ErlangParser.BinBaseTypeContext context

The parse tree.

| Improve this Doc View Source

ExitBinElement(ErlangParser.BinElementContext)

Exit a parse tree produced by binElement().

The default implementation does nothing.

Declaration
public virtual void ExitBinElement(ErlangParser.BinElementContext context)
Parameters
Type Name Description
ErlangParser.BinElementContext context

The parse tree.

| Improve this Doc View Source

ExitBinElements(ErlangParser.BinElementsContext)

Exit a parse tree produced by binElements().

The default implementation does nothing.

Declaration
public virtual void ExitBinElements(ErlangParser.BinElementsContext context)
Parameters
Type Name Description
ErlangParser.BinElementsContext context

The parse tree.

| Improve this Doc View Source

ExitBinUnitType(ErlangParser.BinUnitTypeContext)

Exit a parse tree produced by binUnitType().

The default implementation does nothing.

Declaration
public virtual void ExitBinUnitType(ErlangParser.BinUnitTypeContext context)
Parameters
Type Name Description
ErlangParser.BinUnitTypeContext context

The parse tree.

| Improve this Doc View Source

ExitBitExpr(ErlangParser.BitExprContext)

Exit a parse tree produced by bitExpr().

The default implementation does nothing.

Declaration
public virtual void ExitBitExpr(ErlangParser.BitExprContext context)
Parameters
Type Name Description
ErlangParser.BitExprContext context

The parse tree.

| Improve this Doc View Source

ExitBitSizeExpr(ErlangParser.BitSizeExprContext)

Exit a parse tree produced by bitSizeExpr().

The default implementation does nothing.

Declaration
public virtual void ExitBitSizeExpr(ErlangParser.BitSizeExprContext context)
Parameters
Type Name Description
ErlangParser.BitSizeExprContext context

The parse tree.

| Improve this Doc View Source

ExitBitType(ErlangParser.BitTypeContext)

Exit a parse tree produced by bitType().

The default implementation does nothing.

Declaration
public virtual void ExitBitType(ErlangParser.BitTypeContext context)
Parameters
Type Name Description
ErlangParser.BitTypeContext context

The parse tree.

| Improve this Doc View Source

ExitBitTypeList(ErlangParser.BitTypeListContext)

Exit a parse tree produced by bitTypeList().

The default implementation does nothing.

Declaration
public virtual void ExitBitTypeList(ErlangParser.BitTypeListContext context)
Parameters
Type Name Description
ErlangParser.BitTypeListContext context

The parse tree.

| Improve this Doc View Source

ExitCaseExpr(ErlangParser.CaseExprContext)

Exit a parse tree produced by caseExpr().

The default implementation does nothing.

Declaration
public virtual void ExitCaseExpr(ErlangParser.CaseExprContext context)
Parameters
Type Name Description
ErlangParser.CaseExprContext context

The parse tree.

| Improve this Doc View Source

ExitClauseArgs(ErlangParser.ClauseArgsContext)

Exit a parse tree produced by clauseArgs().

The default implementation does nothing.

Declaration
public virtual void ExitClauseArgs(ErlangParser.ClauseArgsContext context)
Parameters
Type Name Description
ErlangParser.ClauseArgsContext context

The parse tree.

| Improve this Doc View Source

ExitClauseBody(ErlangParser.ClauseBodyContext)

Exit a parse tree produced by clauseBody().

The default implementation does nothing.

Declaration
public virtual void ExitClauseBody(ErlangParser.ClauseBodyContext context)
Parameters
Type Name Description
ErlangParser.ClauseBodyContext context

The parse tree.

| Improve this Doc View Source

ExitClauseGuard(ErlangParser.ClauseGuardContext)

Exit a parse tree produced by clauseGuard().

The default implementation does nothing.

Declaration
public virtual void ExitClauseGuard(ErlangParser.ClauseGuardContext context)
Parameters
Type Name Description
ErlangParser.ClauseGuardContext context

The parse tree.

| Improve this Doc View Source

ExitCompOp(ErlangParser.CompOpContext)

Exit a parse tree produced by compOp().

The default implementation does nothing.

Declaration
public virtual void ExitCompOp(ErlangParser.CompOpContext context)
Parameters
Type Name Description
ErlangParser.CompOpContext context

The parse tree.

| Improve this Doc View Source

ExitCrClause(ErlangParser.CrClauseContext)

Exit a parse tree produced by crClause().

The default implementation does nothing.

Declaration
public virtual void ExitCrClause(ErlangParser.CrClauseContext context)
Parameters
Type Name Description
ErlangParser.CrClauseContext context

The parse tree.

| Improve this Doc View Source

ExitCrClauses(ErlangParser.CrClausesContext)

Exit a parse tree produced by crClauses().

The default implementation does nothing.

Declaration
public virtual void ExitCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type Name Description
ErlangParser.CrClausesContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExpr(ErlangParser.ExprContext)

Exit a parse tree produced by expr().

The default implementation does nothing.

Declaration
public virtual void ExitExpr(ErlangParser.ExprContext context)
Parameters
Type Name Description
ErlangParser.ExprContext context

The parse tree.

| Improve this Doc View Source

ExitExpr100(ErlangParser.Expr100Context)

Exit a parse tree produced by expr100().

The default implementation does nothing.

Declaration
public virtual void ExitExpr100(ErlangParser.Expr100Context context)
Parameters
Type Name Description
ErlangParser.Expr100Context context

The parse tree.

| Improve this Doc View Source

ExitExpr150(ErlangParser.Expr150Context)

Exit a parse tree produced by expr150().

The default implementation does nothing.

Declaration
public virtual void ExitExpr150(ErlangParser.Expr150Context context)
Parameters
Type Name Description
ErlangParser.Expr150Context context

The parse tree.

| Improve this Doc View Source

ExitExpr160(ErlangParser.Expr160Context)

Exit a parse tree produced by expr160().

The default implementation does nothing.

Declaration
public virtual void ExitExpr160(ErlangParser.Expr160Context context)
Parameters
Type Name Description
ErlangParser.Expr160Context context

The parse tree.

| Improve this Doc View Source

ExitExpr200(ErlangParser.Expr200Context)

Exit a parse tree produced by expr200().

The default implementation does nothing.

Declaration
public virtual void ExitExpr200(ErlangParser.Expr200Context context)
Parameters
Type Name Description
ErlangParser.Expr200Context context

The parse tree.

| Improve this Doc View Source

ExitExpr300(ErlangParser.Expr300Context)

Exit a parse tree produced by expr300().

The default implementation does nothing.

Declaration
public virtual void ExitExpr300(ErlangParser.Expr300Context context)
Parameters
Type Name Description
ErlangParser.Expr300Context context

The parse tree.

| Improve this Doc View Source

ExitExpr400(ErlangParser.Expr400Context)

Exit a parse tree produced by expr400().

The default implementation does nothing.

Declaration
public virtual void ExitExpr400(ErlangParser.Expr400Context context)
Parameters
Type Name Description
ErlangParser.Expr400Context context

The parse tree.

| Improve this Doc View Source

ExitExpr500(ErlangParser.Expr500Context)

Exit a parse tree produced by expr500().

The default implementation does nothing.

Declaration
public virtual void ExitExpr500(ErlangParser.Expr500Context context)
Parameters
Type Name Description
ErlangParser.Expr500Context context

The parse tree.

| Improve this Doc View Source

ExitExpr600(ErlangParser.Expr600Context)

Exit a parse tree produced by expr600().

The default implementation does nothing.

Declaration
public virtual void ExitExpr600(ErlangParser.Expr600Context context)
Parameters
Type Name Description
ErlangParser.Expr600Context context

The parse tree.

| Improve this Doc View Source

ExitExpr650(ErlangParser.Expr650Context)

Exit a parse tree produced by expr650().

The default implementation does nothing.

Declaration
public virtual void ExitExpr650(ErlangParser.Expr650Context context)
Parameters
Type Name Description
ErlangParser.Expr650Context context

The parse tree.

| Improve this Doc View Source

ExitExpr700(ErlangParser.Expr700Context)

Exit a parse tree produced by expr700().

The default implementation does nothing.

Declaration
public virtual void ExitExpr700(ErlangParser.Expr700Context context)
Parameters
Type Name Description
ErlangParser.Expr700Context context

The parse tree.

| Improve this Doc View Source

ExitExpr800(ErlangParser.Expr800Context)

Exit a parse tree produced by expr800().

The default implementation does nothing.

Declaration
public virtual void ExitExpr800(ErlangParser.Expr800Context context)
Parameters
Type Name Description
ErlangParser.Expr800Context context

The parse tree.

| Improve this Doc View Source

ExitExprMax(ErlangParser.ExprMaxContext)

Exit a parse tree produced by exprMax().

The default implementation does nothing.

Declaration
public virtual void ExitExprMax(ErlangParser.ExprMaxContext context)
Parameters
Type Name Description
ErlangParser.ExprMaxContext context

The parse tree.

| Improve this Doc View Source

ExitExprs(ErlangParser.ExprsContext)

Exit a parse tree produced by exprs().

The default implementation does nothing.

Declaration
public virtual void ExitExprs(ErlangParser.ExprsContext context)
Parameters
Type Name Description
ErlangParser.ExprsContext context

The parse tree.

| Improve this Doc View Source

ExitFieldType(ErlangParser.FieldTypeContext)

Exit a parse tree produced by fieldType().

The default implementation does nothing.

Declaration
public virtual void ExitFieldType(ErlangParser.FieldTypeContext context)
Parameters
Type Name Description
ErlangParser.FieldTypeContext context

The parse tree.

| Improve this Doc View Source

ExitFieldTypes(ErlangParser.FieldTypesContext)

Exit a parse tree produced by fieldTypes().

The default implementation does nothing.

Declaration
public virtual void ExitFieldTypes(ErlangParser.FieldTypesContext context)
Parameters
Type Name Description
ErlangParser.FieldTypesContext context

The parse tree.

| Improve this Doc View Source

ExitForm(ErlangParser.FormContext)

Exit a parse tree produced by form().

The default implementation does nothing.

Declaration
public virtual void ExitForm(ErlangParser.FormContext context)
Parameters
Type Name Description
ErlangParser.FormContext context

The parse tree.

| Improve this Doc View Source

ExitForms(ErlangParser.FormsContext)

Exit a parse tree produced by forms().

The default implementation does nothing.

Declaration
public virtual void ExitForms(ErlangParser.FormsContext context)
Parameters
Type Name Description
ErlangParser.FormsContext context

The parse tree.

| Improve this Doc View Source

ExitFunClause(ErlangParser.FunClauseContext)

Exit a parse tree produced by funClause().

The default implementation does nothing.

Declaration
public virtual void ExitFunClause(ErlangParser.FunClauseContext context)
Parameters
Type Name Description
ErlangParser.FunClauseContext context

The parse tree.

| Improve this Doc View Source

ExitFunClauses(ErlangParser.FunClausesContext)

Exit a parse tree produced by funClauses().

The default implementation does nothing.

Declaration
public virtual void ExitFunClauses(ErlangParser.FunClausesContext context)
Parameters
Type Name Description
ErlangParser.FunClausesContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(ErlangParser.Function_Context)

Exit a parse tree produced by function_().

The default implementation does nothing.

Declaration
public virtual void ExitFunction_(ErlangParser.Function_Context context)
Parameters
Type Name Description
ErlangParser.Function_Context context

The parse tree.

| Improve this Doc View Source

ExitFunctionCall(ErlangParser.FunctionCallContext)

Exit a parse tree produced by functionCall().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionCall(ErlangParser.FunctionCallContext context)
Parameters
Type Name Description
ErlangParser.FunctionCallContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionClause(ErlangParser.FunctionClauseContext)

Exit a parse tree produced by functionClause().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionClause(ErlangParser.FunctionClauseContext context)
Parameters
Type Name Description
ErlangParser.FunctionClauseContext context

The parse tree.

| Improve this Doc View Source

ExitFunExpr(ErlangParser.FunExprContext)

Exit a parse tree produced by funExpr().

The default implementation does nothing.

Declaration
public virtual void ExitFunExpr(ErlangParser.FunExprContext context)
Parameters
Type Name Description
ErlangParser.FunExprContext context

The parse tree.

| Improve this Doc View Source

ExitFunType(ErlangParser.FunTypeContext)

Exit a parse tree produced by funType().

The default implementation does nothing.

Declaration
public virtual void ExitFunType(ErlangParser.FunTypeContext context)
Parameters
Type Name Description
ErlangParser.FunTypeContext context

The parse tree.

| Improve this Doc View Source

ExitFunType100(ErlangParser.FunType100Context)

Exit a parse tree produced by funType100().

The default implementation does nothing.

Declaration
public virtual void ExitFunType100(ErlangParser.FunType100Context context)
Parameters
Type Name Description
ErlangParser.FunType100Context context

The parse tree.

| Improve this Doc View Source

ExitGuard_(ErlangParser.Guard_Context)

Exit a parse tree produced by guard_().

The default implementation does nothing.

Declaration
public virtual void ExitGuard_(ErlangParser.Guard_Context context)
Parameters
Type Name Description
ErlangParser.Guard_Context context

The parse tree.

| Improve this Doc View Source

ExitIfClause(ErlangParser.IfClauseContext)

Exit a parse tree produced by ifClause().

The default implementation does nothing.

Declaration
public virtual void ExitIfClause(ErlangParser.IfClauseContext context)
Parameters
Type Name Description
ErlangParser.IfClauseContext context

The parse tree.

| Improve this Doc View Source

ExitIfClauses(ErlangParser.IfClausesContext)

Exit a parse tree produced by ifClauses().

The default implementation does nothing.

Declaration
public virtual void ExitIfClauses(ErlangParser.IfClausesContext context)
Parameters
Type Name Description
ErlangParser.IfClausesContext context

The parse tree.

| Improve this Doc View Source

ExitIfExpr(ErlangParser.IfExprContext)

Exit a parse tree produced by ifExpr().

The default implementation does nothing.

Declaration
public virtual void ExitIfExpr(ErlangParser.IfExprContext context)
Parameters
Type Name Description
ErlangParser.IfExprContext context

The parse tree.

| Improve this Doc View Source

ExitIntegerOrVar(ErlangParser.IntegerOrVarContext)

Exit a parse tree produced by integerOrVar().

The default implementation does nothing.

Declaration
public virtual void ExitIntegerOrVar(ErlangParser.IntegerOrVarContext context)
Parameters
Type Name Description
ErlangParser.IntegerOrVarContext context

The parse tree.

| Improve this Doc View Source

ExitLcExpr(ErlangParser.LcExprContext)

Exit a parse tree produced by lcExpr().

The default implementation does nothing.

Declaration
public virtual void ExitLcExpr(ErlangParser.LcExprContext context)
Parameters
Type Name Description
ErlangParser.LcExprContext context

The parse tree.

| Improve this Doc View Source

ExitLcExprs(ErlangParser.LcExprsContext)

Exit a parse tree produced by lcExprs().

The default implementation does nothing.

Declaration
public virtual void ExitLcExprs(ErlangParser.LcExprsContext context)
Parameters
Type Name Description
ErlangParser.LcExprsContext context

The parse tree.

| Improve this Doc View Source

ExitList_(ErlangParser.List_Context)

Exit a parse tree produced by list_().

The default implementation does nothing.

Declaration
public virtual void ExitList_(ErlangParser.List_Context context)
Parameters
Type Name Description
ErlangParser.List_Context context

The parse tree.

| Improve this Doc View Source

ExitListComprehension(ErlangParser.ListComprehensionContext)

Exit a parse tree produced by listComprehension().

The default implementation does nothing.

Declaration
public virtual void ExitListComprehension(ErlangParser.ListComprehensionContext context)
Parameters
Type Name Description
ErlangParser.ListComprehensionContext context

The parse tree.

| Improve this Doc View Source

ExitListOp(ErlangParser.ListOpContext)

Exit a parse tree produced by listOp().

The default implementation does nothing.

Declaration
public virtual void ExitListOp(ErlangParser.ListOpContext context)
Parameters
Type Name Description
ErlangParser.ListOpContext context

The parse tree.

| Improve this Doc View Source

ExitMapExpr(ErlangParser.MapExprContext)

Exit a parse tree produced by mapExpr().

The default implementation does nothing.

Declaration
public virtual void ExitMapExpr(ErlangParser.MapExprContext context)
Parameters
Type Name Description
ErlangParser.MapExprContext context

The parse tree.

| Improve this Doc View Source

ExitMapField(ErlangParser.MapFieldContext)

Exit a parse tree produced by mapField().

The default implementation does nothing.

Declaration
public virtual void ExitMapField(ErlangParser.MapFieldContext context)
Parameters
Type Name Description
ErlangParser.MapFieldContext context

The parse tree.

| Improve this Doc View Source

ExitMapFieldAssoc(ErlangParser.MapFieldAssocContext)

Exit a parse tree produced by mapFieldAssoc().

The default implementation does nothing.

Declaration
public virtual void ExitMapFieldAssoc(ErlangParser.MapFieldAssocContext context)
Parameters
Type Name Description
ErlangParser.MapFieldAssocContext context

The parse tree.

| Improve this Doc View Source

ExitMapFieldExact(ErlangParser.MapFieldExactContext)

Exit a parse tree produced by mapFieldExact().

The default implementation does nothing.

Declaration
public virtual void ExitMapFieldExact(ErlangParser.MapFieldExactContext context)
Parameters
Type Name Description
ErlangParser.MapFieldExactContext context

The parse tree.

| Improve this Doc View Source

ExitMapKey(ErlangParser.MapKeyContext)

Exit a parse tree produced by mapKey().

The default implementation does nothing.

Declaration
public virtual void ExitMapKey(ErlangParser.MapKeyContext context)
Parameters
Type Name Description
ErlangParser.MapKeyContext context

The parse tree.

| Improve this Doc View Source

ExitMapPairType(ErlangParser.MapPairTypeContext)

Exit a parse tree produced by mapPairType().

The default implementation does nothing.

Declaration
public virtual void ExitMapPairType(ErlangParser.MapPairTypeContext context)
Parameters
Type Name Description
ErlangParser.MapPairTypeContext context

The parse tree.

| Improve this Doc View Source

ExitMapPairTypes(ErlangParser.MapPairTypesContext)

Exit a parse tree produced by mapPairTypes().

The default implementation does nothing.

Declaration
public virtual void ExitMapPairTypes(ErlangParser.MapPairTypesContext context)
Parameters
Type Name Description
ErlangParser.MapPairTypesContext context

The parse tree.

| Improve this Doc View Source

ExitMapPatExpr(ErlangParser.MapPatExprContext)

Exit a parse tree produced by mapPatExpr().

The default implementation does nothing.

Declaration
public virtual void ExitMapPatExpr(ErlangParser.MapPatExprContext context)
Parameters
Type Name Description
ErlangParser.MapPatExprContext context

The parse tree.

| Improve this Doc View Source

ExitMapTuple(ErlangParser.MapTupleContext)

Exit a parse tree produced by mapTuple().

The default implementation does nothing.

Declaration
public virtual void ExitMapTuple(ErlangParser.MapTupleContext context)
Parameters
Type Name Description
ErlangParser.MapTupleContext context

The parse tree.

| Improve this Doc View Source

ExitMultOp(ErlangParser.MultOpContext)

Exit a parse tree produced by multOp().

The default implementation does nothing.

Declaration
public virtual void ExitMultOp(ErlangParser.MultOpContext context)
Parameters
Type Name Description
ErlangParser.MultOpContext context

The parse tree.

| Improve this Doc View Source

ExitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext)

Exit a parse tree produced by optBitSizeExpr().

The default implementation does nothing.

Declaration
public virtual void ExitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext context)
Parameters
Type Name Description
ErlangParser.OptBitSizeExprContext context

The parse tree.

| Improve this Doc View Source

ExitOptBitTypeList(ErlangParser.OptBitTypeListContext)

Exit a parse tree produced by optBitTypeList().

The default implementation does nothing.

Declaration
public virtual void ExitOptBitTypeList(ErlangParser.OptBitTypeListContext context)
Parameters
Type Name Description
ErlangParser.OptBitTypeListContext context

The parse tree.

| Improve this Doc View Source

ExitPatArgumentList(ErlangParser.PatArgumentListContext)

Exit a parse tree produced by patArgumentList().

The default implementation does nothing.

Declaration
public virtual void ExitPatArgumentList(ErlangParser.PatArgumentListContext context)
Parameters
Type Name Description
ErlangParser.PatArgumentListContext context

The parse tree.

| Improve this Doc View Source

ExitPatExpr(ErlangParser.PatExprContext)

Exit a parse tree produced by patExpr().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr(ErlangParser.PatExprContext context)
Parameters
Type Name Description
ErlangParser.PatExprContext context

The parse tree.

| Improve this Doc View Source

ExitPatExpr200(ErlangParser.PatExpr200Context)

Exit a parse tree produced by patExpr200().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr200(ErlangParser.PatExpr200Context context)
Parameters
Type Name Description
ErlangParser.PatExpr200Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr300(ErlangParser.PatExpr300Context)

Exit a parse tree produced by patExpr300().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr300(ErlangParser.PatExpr300Context context)
Parameters
Type Name Description
ErlangParser.PatExpr300Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr400(ErlangParser.PatExpr400Context)

Exit a parse tree produced by patExpr400().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr400(ErlangParser.PatExpr400Context context)
Parameters
Type Name Description
ErlangParser.PatExpr400Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr500(ErlangParser.PatExpr500Context)

Exit a parse tree produced by patExpr500().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr500(ErlangParser.PatExpr500Context context)
Parameters
Type Name Description
ErlangParser.PatExpr500Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr600(ErlangParser.PatExpr600Context)

Exit a parse tree produced by patExpr600().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr600(ErlangParser.PatExpr600Context context)
Parameters
Type Name Description
ErlangParser.PatExpr600Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr650(ErlangParser.PatExpr650Context)

Exit a parse tree produced by patExpr650().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr650(ErlangParser.PatExpr650Context context)
Parameters
Type Name Description
ErlangParser.PatExpr650Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr700(ErlangParser.PatExpr700Context)

Exit a parse tree produced by patExpr700().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr700(ErlangParser.PatExpr700Context context)
Parameters
Type Name Description
ErlangParser.PatExpr700Context context

The parse tree.

| Improve this Doc View Source

ExitPatExpr800(ErlangParser.PatExpr800Context)

Exit a parse tree produced by patExpr800().

The default implementation does nothing.

Declaration
public virtual void ExitPatExpr800(ErlangParser.PatExpr800Context context)
Parameters
Type Name Description
ErlangParser.PatExpr800Context context

The parse tree.

| Improve this Doc View Source

ExitPatExprMax(ErlangParser.PatExprMaxContext)

Exit a parse tree produced by patExprMax().

The default implementation does nothing.

Declaration
public virtual void ExitPatExprMax(ErlangParser.PatExprMaxContext context)
Parameters
Type Name Description
ErlangParser.PatExprMaxContext context

The parse tree.

| Improve this Doc View Source

ExitPatExprs(ErlangParser.PatExprsContext)

Exit a parse tree produced by patExprs().

The default implementation does nothing.

Declaration
public virtual void ExitPatExprs(ErlangParser.PatExprsContext context)
Parameters
Type Name Description
ErlangParser.PatExprsContext context

The parse tree.

| Improve this Doc View Source

ExitPrefixOp(ErlangParser.PrefixOpContext)

Exit a parse tree produced by prefixOp().

The default implementation does nothing.

Declaration
public virtual void ExitPrefixOp(ErlangParser.PrefixOpContext context)
Parameters
Type Name Description
ErlangParser.PrefixOpContext context

The parse tree.

| Improve this Doc View Source

ExitReceiveExpr(ErlangParser.ReceiveExprContext)

Exit a parse tree produced by receiveExpr().

The default implementation does nothing.

Declaration
public virtual void ExitReceiveExpr(ErlangParser.ReceiveExprContext context)
Parameters
Type Name Description
ErlangParser.ReceiveExprContext context

The parse tree.

| Improve this Doc View Source

ExitRecordExpr(ErlangParser.RecordExprContext)

Exit a parse tree produced by recordExpr().

The default implementation does nothing.

Declaration
public virtual void ExitRecordExpr(ErlangParser.RecordExprContext context)
Parameters
Type Name Description
ErlangParser.RecordExprContext context

The parse tree.

| Improve this Doc View Source

ExitRecordField(ErlangParser.RecordFieldContext)

Exit a parse tree produced by recordField().

The default implementation does nothing.

Declaration
public virtual void ExitRecordField(ErlangParser.RecordFieldContext context)
Parameters
Type Name Description
ErlangParser.RecordFieldContext context

The parse tree.

| Improve this Doc View Source

ExitRecordFields(ErlangParser.RecordFieldsContext)

Exit a parse tree produced by recordFields().

The default implementation does nothing.

Declaration
public virtual void ExitRecordFields(ErlangParser.RecordFieldsContext context)
Parameters
Type Name Description
ErlangParser.RecordFieldsContext context

The parse tree.

| Improve this Doc View Source

ExitRecordPatExpr(ErlangParser.RecordPatExprContext)

Exit a parse tree produced by recordPatExpr().

The default implementation does nothing.

Declaration
public virtual void ExitRecordPatExpr(ErlangParser.RecordPatExprContext context)
Parameters
Type Name Description
ErlangParser.RecordPatExprContext context

The parse tree.

| Improve this Doc View Source

ExitRecordTuple(ErlangParser.RecordTupleContext)

Exit a parse tree produced by recordTuple().

The default implementation does nothing.

Declaration
public virtual void ExitRecordTuple(ErlangParser.RecordTupleContext context)
Parameters
Type Name Description
ErlangParser.RecordTupleContext context

The parse tree.

| Improve this Doc View Source

ExitSpecFun(ErlangParser.SpecFunContext)

Exit a parse tree produced by specFun().

The default implementation does nothing.

Declaration
public virtual void ExitSpecFun(ErlangParser.SpecFunContext context)
Parameters
Type Name Description
ErlangParser.SpecFunContext context

The parse tree.

| Improve this Doc View Source

ExitTail(ErlangParser.TailContext)

Exit a parse tree produced by tail().

The default implementation does nothing.

Declaration
public virtual void ExitTail(ErlangParser.TailContext context)
Parameters
Type Name Description
ErlangParser.TailContext context

The parse tree.

| Improve this Doc View Source

ExitTokAtom(ErlangParser.TokAtomContext)

Exit a parse tree produced by tokAtom().

The default implementation does nothing.

Declaration
public virtual void ExitTokAtom(ErlangParser.TokAtomContext context)
Parameters
Type Name Description
ErlangParser.TokAtomContext context

The parse tree.

| Improve this Doc View Source

ExitTokChar(ErlangParser.TokCharContext)

Exit a parse tree produced by tokChar().

The default implementation does nothing.

Declaration
public virtual void ExitTokChar(ErlangParser.TokCharContext context)
Parameters
Type Name Description
ErlangParser.TokCharContext context

The parse tree.

| Improve this Doc View Source

ExitTokFloat(ErlangParser.TokFloatContext)

Exit a parse tree produced by tokFloat().

The default implementation does nothing.

Declaration
public virtual void ExitTokFloat(ErlangParser.TokFloatContext context)
Parameters
Type Name Description
ErlangParser.TokFloatContext context

The parse tree.

| Improve this Doc View Source

ExitTokInteger(ErlangParser.TokIntegerContext)

Exit a parse tree produced by tokInteger().

The default implementation does nothing.

Declaration
public virtual void ExitTokInteger(ErlangParser.TokIntegerContext context)
Parameters
Type Name Description
ErlangParser.TokIntegerContext context

The parse tree.

| Improve this Doc View Source

ExitTokString(ErlangParser.TokStringContext)

Exit a parse tree produced by tokString().

The default implementation does nothing.

Declaration
public virtual void ExitTokString(ErlangParser.TokStringContext context)
Parameters
Type Name Description
ErlangParser.TokStringContext context

The parse tree.

| Improve this Doc View Source

ExitTokVar(ErlangParser.TokVarContext)

Exit a parse tree produced by tokVar().

The default implementation does nothing.

Declaration
public virtual void ExitTokVar(ErlangParser.TokVarContext context)
Parameters
Type Name Description
ErlangParser.TokVarContext context

The parse tree.

| Improve this Doc View Source

ExitTopType(ErlangParser.TopTypeContext)

Exit a parse tree produced by topType().

The default implementation does nothing.

Declaration
public virtual void ExitTopType(ErlangParser.TopTypeContext context)
Parameters
Type Name Description
ErlangParser.TopTypeContext context

The parse tree.

| Improve this Doc View Source

ExitTopType100(ErlangParser.TopType100Context)

Exit a parse tree produced by topType100().

The default implementation does nothing.

Declaration
public virtual void ExitTopType100(ErlangParser.TopType100Context context)
Parameters
Type Name Description
ErlangParser.TopType100Context context

The parse tree.

| Improve this Doc View Source

ExitTopTypes(ErlangParser.TopTypesContext)

Exit a parse tree produced by topTypes().

The default implementation does nothing.

Declaration
public virtual void ExitTopTypes(ErlangParser.TopTypesContext context)
Parameters
Type Name Description
ErlangParser.TopTypesContext context

The parse tree.

| Improve this Doc View Source

ExitTryCatch(ErlangParser.TryCatchContext)

Exit a parse tree produced by tryCatch().

The default implementation does nothing.

Declaration
public virtual void ExitTryCatch(ErlangParser.TryCatchContext context)
Parameters
Type Name Description
ErlangParser.TryCatchContext context

The parse tree.

| Improve this Doc View Source

ExitTryClause(ErlangParser.TryClauseContext)

Exit a parse tree produced by tryClause().

The default implementation does nothing.

Declaration
public virtual void ExitTryClause(ErlangParser.TryClauseContext context)
Parameters
Type Name Description
ErlangParser.TryClauseContext context

The parse tree.

| Improve this Doc View Source

ExitTryClauses(ErlangParser.TryClausesContext)

Exit a parse tree produced by tryClauses().

The default implementation does nothing.

Declaration
public virtual void ExitTryClauses(ErlangParser.TryClausesContext context)
Parameters
Type Name Description
ErlangParser.TryClausesContext context

The parse tree.

| Improve this Doc View Source

ExitTryExpr(ErlangParser.TryExprContext)

Exit a parse tree produced by tryExpr().

The default implementation does nothing.

Declaration
public virtual void ExitTryExpr(ErlangParser.TryExprContext context)
Parameters
Type Name Description
ErlangParser.TryExprContext context

The parse tree.

| Improve this Doc View Source

ExitTryOptStackTrace(ErlangParser.TryOptStackTraceContext)

Exit a parse tree produced by tryOptStackTrace().

The default implementation does nothing.

Declaration
public virtual void ExitTryOptStackTrace(ErlangParser.TryOptStackTraceContext context)
Parameters
Type Name Description
ErlangParser.TryOptStackTraceContext context

The parse tree.

| Improve this Doc View Source

ExitTuple_(ErlangParser.Tuple_Context)

Exit a parse tree produced by tuple_().

The default implementation does nothing.

Declaration
public virtual void ExitTuple_(ErlangParser.Tuple_Context context)
Parameters
Type Name Description
ErlangParser.Tuple_Context context

The parse tree.

| Improve this Doc View Source

ExitType_(ErlangParser.Type_Context)

Exit a parse tree produced by type_().

The default implementation does nothing.

Declaration
public virtual void ExitType_(ErlangParser.Type_Context context)
Parameters
Type Name Description
ErlangParser.Type_Context context

The parse tree.

| Improve this Doc View Source

ExitType200(ErlangParser.Type200Context)

Exit a parse tree produced by type200().

The default implementation does nothing.

Declaration
public virtual void ExitType200(ErlangParser.Type200Context context)
Parameters
Type Name Description
ErlangParser.Type200Context context

The parse tree.

| Improve this Doc View Source

ExitType300(ErlangParser.Type300Context)

Exit a parse tree produced by type300().

The default implementation does nothing.

Declaration
public virtual void ExitType300(ErlangParser.Type300Context context)
Parameters
Type Name Description
ErlangParser.Type300Context context

The parse tree.

| Improve this Doc View Source

ExitType400(ErlangParser.Type400Context)

Exit a parse tree produced by type400().

The default implementation does nothing.

Declaration
public virtual void ExitType400(ErlangParser.Type400Context context)
Parameters
Type Name Description
ErlangParser.Type400Context context

The parse tree.

| Improve this Doc View Source

ExitType500(ErlangParser.Type500Context)

Exit a parse tree produced by type500().

The default implementation does nothing.

Declaration
public virtual void ExitType500(ErlangParser.Type500Context context)
Parameters
Type Name Description
ErlangParser.Type500Context context

The parse tree.

| Improve this Doc View Source

ExitTypedAttrVal(ErlangParser.TypedAttrValContext)

Exit a parse tree produced by typedAttrVal().

The default implementation does nothing.

Declaration
public virtual void ExitTypedAttrVal(ErlangParser.TypedAttrValContext context)
Parameters
Type Name Description
ErlangParser.TypedAttrValContext context

The parse tree.

| Improve this Doc View Source

ExitTypedExpr(ErlangParser.TypedExprContext)

Exit a parse tree produced by typedExpr().

The default implementation does nothing.

Declaration
public virtual void ExitTypedExpr(ErlangParser.TypedExprContext context)
Parameters
Type Name Description
ErlangParser.TypedExprContext context

The parse tree.

| Improve this Doc View Source

ExitTypedExprs(ErlangParser.TypedExprsContext)

Exit a parse tree produced by typedExprs().

The default implementation does nothing.

Declaration
public virtual void ExitTypedExprs(ErlangParser.TypedExprsContext context)
Parameters
Type Name Description
ErlangParser.TypedExprsContext context

The parse tree.

| Improve this Doc View Source

ExitTypedRecordFields(ErlangParser.TypedRecordFieldsContext)

Exit a parse tree produced by typedRecordFields().

The default implementation does nothing.

Declaration
public virtual void ExitTypedRecordFields(ErlangParser.TypedRecordFieldsContext context)
Parameters
Type Name Description
ErlangParser.TypedRecordFieldsContext context

The parse tree.

| Improve this Doc View Source

ExitTypeGuard(ErlangParser.TypeGuardContext)

Exit a parse tree produced by typeGuard().

The default implementation does nothing.

Declaration
public virtual void ExitTypeGuard(ErlangParser.TypeGuardContext context)
Parameters
Type Name Description
ErlangParser.TypeGuardContext context

The parse tree.

| Improve this Doc View Source

ExitTypeGuards(ErlangParser.TypeGuardsContext)

Exit a parse tree produced by typeGuards().

The default implementation does nothing.

Declaration
public virtual void ExitTypeGuards(ErlangParser.TypeGuardsContext context)
Parameters
Type Name Description
ErlangParser.TypeGuardsContext context

The parse tree.

| Improve this Doc View Source

ExitTypeSig(ErlangParser.TypeSigContext)

Exit a parse tree produced by typeSig().

The default implementation does nothing.

Declaration
public virtual void ExitTypeSig(ErlangParser.TypeSigContext context)
Parameters
Type Name Description
ErlangParser.TypeSigContext context

The parse tree.

| Improve this Doc View Source

ExitTypeSigs(ErlangParser.TypeSigsContext)

Exit a parse tree produced by typeSigs().

The default implementation does nothing.

Declaration
public virtual void ExitTypeSigs(ErlangParser.TypeSigsContext context)
Parameters
Type Name Description
ErlangParser.TypeSigsContext context

The parse tree.

| Improve this Doc View Source

ExitTypeSpec(ErlangParser.TypeSpecContext)

Exit a parse tree produced by typeSpec().

The default implementation does nothing.

Declaration
public virtual void ExitTypeSpec(ErlangParser.TypeSpecContext context)
Parameters
Type Name Description
ErlangParser.TypeSpecContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IErlangListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX