Show / Hide Table of Contents

Class ErlangBaseVisitor<Result>

This class provides an empty implementation of IErlangVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
ErlangBaseVisitor<Result>
Implements
IErlangVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Erlang
Assembly: Erlang.dll
Syntax
public class ErlangBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IErlangVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAddOp(ErlangParser.AddOpContext)

Visit a parse tree produced by addOp().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAddOp(ErlangParser.AddOpContext context)
Parameters
Type Name Description
ErlangParser.AddOpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitArgumentList(ErlangParser.ArgumentListContext)

Visit a parse tree produced by argumentList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitArgumentList(ErlangParser.ArgumentListContext context)
Parameters
Type Name Description
ErlangParser.ArgumentListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAtomic(ErlangParser.AtomicContext)

Visit a parse tree produced by atomic().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAtomic(ErlangParser.AtomicContext context)
Parameters
Type Name Description
ErlangParser.AtomicContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAtomOrVar(ErlangParser.AtomOrVarContext)

Visit a parse tree produced by atomOrVar().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAtomOrVar(ErlangParser.AtomOrVarContext context)
Parameters
Type Name Description
ErlangParser.AtomOrVarContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttribute(ErlangParser.AttributeContext)

Visit a parse tree produced by attribute().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttribute(ErlangParser.AttributeContext context)
Parameters
Type Name Description
ErlangParser.AttributeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttrVal(ErlangParser.AttrValContext)

Visit a parse tree produced by attrVal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitAttrVal(ErlangParser.AttrValContext context)
Parameters
Type Name Description
ErlangParser.AttrValContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinary(ErlangParser.BinaryContext)

Visit a parse tree produced by binary().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinary(ErlangParser.BinaryContext context)
Parameters
Type Name Description
ErlangParser.BinaryContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinaryComprehension(ErlangParser.BinaryComprehensionContext)

Visit a parse tree produced by binaryComprehension().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinaryComprehension(ErlangParser.BinaryComprehensionContext context)
Parameters
Type Name Description
ErlangParser.BinaryComprehensionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinaryType(ErlangParser.BinaryTypeContext)

Visit a parse tree produced by binaryType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinaryType(ErlangParser.BinaryTypeContext context)
Parameters
Type Name Description
ErlangParser.BinaryTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinBaseType(ErlangParser.BinBaseTypeContext)

Visit a parse tree produced by binBaseType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinBaseType(ErlangParser.BinBaseTypeContext context)
Parameters
Type Name Description
ErlangParser.BinBaseTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinElement(ErlangParser.BinElementContext)

Visit a parse tree produced by binElement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinElement(ErlangParser.BinElementContext context)
Parameters
Type Name Description
ErlangParser.BinElementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinElements(ErlangParser.BinElementsContext)

Visit a parse tree produced by binElements().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinElements(ErlangParser.BinElementsContext context)
Parameters
Type Name Description
ErlangParser.BinElementsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBinUnitType(ErlangParser.BinUnitTypeContext)

Visit a parse tree produced by binUnitType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBinUnitType(ErlangParser.BinUnitTypeContext context)
Parameters
Type Name Description
ErlangParser.BinUnitTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBitExpr(ErlangParser.BitExprContext)

Visit a parse tree produced by bitExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBitExpr(ErlangParser.BitExprContext context)
Parameters
Type Name Description
ErlangParser.BitExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBitSizeExpr(ErlangParser.BitSizeExprContext)

Visit a parse tree produced by bitSizeExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBitSizeExpr(ErlangParser.BitSizeExprContext context)
Parameters
Type Name Description
ErlangParser.BitSizeExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBitType(ErlangParser.BitTypeContext)

Visit a parse tree produced by bitType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBitType(ErlangParser.BitTypeContext context)
Parameters
Type Name Description
ErlangParser.BitTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBitTypeList(ErlangParser.BitTypeListContext)

Visit a parse tree produced by bitTypeList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBitTypeList(ErlangParser.BitTypeListContext context)
Parameters
Type Name Description
ErlangParser.BitTypeListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCaseExpr(ErlangParser.CaseExprContext)

Visit a parse tree produced by caseExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCaseExpr(ErlangParser.CaseExprContext context)
Parameters
Type Name Description
ErlangParser.CaseExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClauseArgs(ErlangParser.ClauseArgsContext)

Visit a parse tree produced by clauseArgs().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClauseArgs(ErlangParser.ClauseArgsContext context)
Parameters
Type Name Description
ErlangParser.ClauseArgsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClauseBody(ErlangParser.ClauseBodyContext)

Visit a parse tree produced by clauseBody().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClauseBody(ErlangParser.ClauseBodyContext context)
Parameters
Type Name Description
ErlangParser.ClauseBodyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClauseGuard(ErlangParser.ClauseGuardContext)

Visit a parse tree produced by clauseGuard().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitClauseGuard(ErlangParser.ClauseGuardContext context)
Parameters
Type Name Description
ErlangParser.ClauseGuardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCompOp(ErlangParser.CompOpContext)

Visit a parse tree produced by compOp().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCompOp(ErlangParser.CompOpContext context)
Parameters
Type Name Description
ErlangParser.CompOpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCrClause(ErlangParser.CrClauseContext)

Visit a parse tree produced by crClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCrClause(ErlangParser.CrClauseContext context)
Parameters
Type Name Description
ErlangParser.CrClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCrClauses(ErlangParser.CrClausesContext)

Visit a parse tree produced by crClauses().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCrClauses(ErlangParser.CrClausesContext context)
Parameters
Type Name Description
ErlangParser.CrClausesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr(ErlangParser.ExprContext)

Visit a parse tree produced by expr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr(ErlangParser.ExprContext context)
Parameters
Type Name Description
ErlangParser.ExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr100(ErlangParser.Expr100Context)

Visit a parse tree produced by expr100().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr100(ErlangParser.Expr100Context context)
Parameters
Type Name Description
ErlangParser.Expr100Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr150(ErlangParser.Expr150Context)

Visit a parse tree produced by expr150().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr150(ErlangParser.Expr150Context context)
Parameters
Type Name Description
ErlangParser.Expr150Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr160(ErlangParser.Expr160Context)

Visit a parse tree produced by expr160().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr160(ErlangParser.Expr160Context context)
Parameters
Type Name Description
ErlangParser.Expr160Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr200(ErlangParser.Expr200Context)

Visit a parse tree produced by expr200().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr200(ErlangParser.Expr200Context context)
Parameters
Type Name Description
ErlangParser.Expr200Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr300(ErlangParser.Expr300Context)

Visit a parse tree produced by expr300().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr300(ErlangParser.Expr300Context context)
Parameters
Type Name Description
ErlangParser.Expr300Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr400(ErlangParser.Expr400Context)

Visit a parse tree produced by expr400().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr400(ErlangParser.Expr400Context context)
Parameters
Type Name Description
ErlangParser.Expr400Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr500(ErlangParser.Expr500Context)

Visit a parse tree produced by expr500().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr500(ErlangParser.Expr500Context context)
Parameters
Type Name Description
ErlangParser.Expr500Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr600(ErlangParser.Expr600Context)

Visit a parse tree produced by expr600().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr600(ErlangParser.Expr600Context context)
Parameters
Type Name Description
ErlangParser.Expr600Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr650(ErlangParser.Expr650Context)

Visit a parse tree produced by expr650().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr650(ErlangParser.Expr650Context context)
Parameters
Type Name Description
ErlangParser.Expr650Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr700(ErlangParser.Expr700Context)

Visit a parse tree produced by expr700().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr700(ErlangParser.Expr700Context context)
Parameters
Type Name Description
ErlangParser.Expr700Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpr800(ErlangParser.Expr800Context)

Visit a parse tree produced by expr800().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpr800(ErlangParser.Expr800Context context)
Parameters
Type Name Description
ErlangParser.Expr800Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExprMax(ErlangParser.ExprMaxContext)

Visit a parse tree produced by exprMax().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExprMax(ErlangParser.ExprMaxContext context)
Parameters
Type Name Description
ErlangParser.ExprMaxContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExprs(ErlangParser.ExprsContext)

Visit a parse tree produced by exprs().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExprs(ErlangParser.ExprsContext context)
Parameters
Type Name Description
ErlangParser.ExprsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFieldType(ErlangParser.FieldTypeContext)

Visit a parse tree produced by fieldType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFieldType(ErlangParser.FieldTypeContext context)
Parameters
Type Name Description
ErlangParser.FieldTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFieldTypes(ErlangParser.FieldTypesContext)

Visit a parse tree produced by fieldTypes().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFieldTypes(ErlangParser.FieldTypesContext context)
Parameters
Type Name Description
ErlangParser.FieldTypesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForm(ErlangParser.FormContext)

Visit a parse tree produced by form().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForm(ErlangParser.FormContext context)
Parameters
Type Name Description
ErlangParser.FormContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitForms(ErlangParser.FormsContext)

Visit a parse tree produced by forms().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitForms(ErlangParser.FormsContext context)
Parameters
Type Name Description
ErlangParser.FormsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunClause(ErlangParser.FunClauseContext)

Visit a parse tree produced by funClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunClause(ErlangParser.FunClauseContext context)
Parameters
Type Name Description
ErlangParser.FunClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunClauses(ErlangParser.FunClausesContext)

Visit a parse tree produced by funClauses().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunClauses(ErlangParser.FunClausesContext context)
Parameters
Type Name Description
ErlangParser.FunClausesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunction_(ErlangParser.Function_Context)

Visit a parse tree produced by function_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunction_(ErlangParser.Function_Context context)
Parameters
Type Name Description
ErlangParser.Function_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionCall(ErlangParser.FunctionCallContext)

Visit a parse tree produced by functionCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionCall(ErlangParser.FunctionCallContext context)
Parameters
Type Name Description
ErlangParser.FunctionCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionClause(ErlangParser.FunctionClauseContext)

Visit a parse tree produced by functionClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionClause(ErlangParser.FunctionClauseContext context)
Parameters
Type Name Description
ErlangParser.FunctionClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunExpr(ErlangParser.FunExprContext)

Visit a parse tree produced by funExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunExpr(ErlangParser.FunExprContext context)
Parameters
Type Name Description
ErlangParser.FunExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunType(ErlangParser.FunTypeContext)

Visit a parse tree produced by funType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunType(ErlangParser.FunTypeContext context)
Parameters
Type Name Description
ErlangParser.FunTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunType100(ErlangParser.FunType100Context)

Visit a parse tree produced by funType100().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunType100(ErlangParser.FunType100Context context)
Parameters
Type Name Description
ErlangParser.FunType100Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGuard_(ErlangParser.Guard_Context)

Visit a parse tree produced by guard_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGuard_(ErlangParser.Guard_Context context)
Parameters
Type Name Description
ErlangParser.Guard_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfClause(ErlangParser.IfClauseContext)

Visit a parse tree produced by ifClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfClause(ErlangParser.IfClauseContext context)
Parameters
Type Name Description
ErlangParser.IfClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfClauses(ErlangParser.IfClausesContext)

Visit a parse tree produced by ifClauses().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfClauses(ErlangParser.IfClausesContext context)
Parameters
Type Name Description
ErlangParser.IfClausesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfExpr(ErlangParser.IfExprContext)

Visit a parse tree produced by ifExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfExpr(ErlangParser.IfExprContext context)
Parameters
Type Name Description
ErlangParser.IfExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIntegerOrVar(ErlangParser.IntegerOrVarContext)

Visit a parse tree produced by integerOrVar().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIntegerOrVar(ErlangParser.IntegerOrVarContext context)
Parameters
Type Name Description
ErlangParser.IntegerOrVarContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLcExpr(ErlangParser.LcExprContext)

Visit a parse tree produced by lcExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLcExpr(ErlangParser.LcExprContext context)
Parameters
Type Name Description
ErlangParser.LcExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLcExprs(ErlangParser.LcExprsContext)

Visit a parse tree produced by lcExprs().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLcExprs(ErlangParser.LcExprsContext context)
Parameters
Type Name Description
ErlangParser.LcExprsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitList_(ErlangParser.List_Context)

Visit a parse tree produced by list_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitList_(ErlangParser.List_Context context)
Parameters
Type Name Description
ErlangParser.List_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitListComprehension(ErlangParser.ListComprehensionContext)

Visit a parse tree produced by listComprehension().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitListComprehension(ErlangParser.ListComprehensionContext context)
Parameters
Type Name Description
ErlangParser.ListComprehensionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitListOp(ErlangParser.ListOpContext)

Visit a parse tree produced by listOp().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitListOp(ErlangParser.ListOpContext context)
Parameters
Type Name Description
ErlangParser.ListOpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapExpr(ErlangParser.MapExprContext)

Visit a parse tree produced by mapExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapExpr(ErlangParser.MapExprContext context)
Parameters
Type Name Description
ErlangParser.MapExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapField(ErlangParser.MapFieldContext)

Visit a parse tree produced by mapField().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapField(ErlangParser.MapFieldContext context)
Parameters
Type Name Description
ErlangParser.MapFieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapFieldAssoc(ErlangParser.MapFieldAssocContext)

Visit a parse tree produced by mapFieldAssoc().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapFieldAssoc(ErlangParser.MapFieldAssocContext context)
Parameters
Type Name Description
ErlangParser.MapFieldAssocContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapFieldExact(ErlangParser.MapFieldExactContext)

Visit a parse tree produced by mapFieldExact().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapFieldExact(ErlangParser.MapFieldExactContext context)
Parameters
Type Name Description
ErlangParser.MapFieldExactContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapKey(ErlangParser.MapKeyContext)

Visit a parse tree produced by mapKey().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapKey(ErlangParser.MapKeyContext context)
Parameters
Type Name Description
ErlangParser.MapKeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapPairType(ErlangParser.MapPairTypeContext)

Visit a parse tree produced by mapPairType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapPairType(ErlangParser.MapPairTypeContext context)
Parameters
Type Name Description
ErlangParser.MapPairTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapPairTypes(ErlangParser.MapPairTypesContext)

Visit a parse tree produced by mapPairTypes().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapPairTypes(ErlangParser.MapPairTypesContext context)
Parameters
Type Name Description
ErlangParser.MapPairTypesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapPatExpr(ErlangParser.MapPatExprContext)

Visit a parse tree produced by mapPatExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapPatExpr(ErlangParser.MapPatExprContext context)
Parameters
Type Name Description
ErlangParser.MapPatExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMapTuple(ErlangParser.MapTupleContext)

Visit a parse tree produced by mapTuple().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMapTuple(ErlangParser.MapTupleContext context)
Parameters
Type Name Description
ErlangParser.MapTupleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultOp(ErlangParser.MultOpContext)

Visit a parse tree produced by multOp().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMultOp(ErlangParser.MultOpContext context)
Parameters
Type Name Description
ErlangParser.MultOpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext)

Visit a parse tree produced by optBitSizeExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext context)
Parameters
Type Name Description
ErlangParser.OptBitSizeExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOptBitTypeList(ErlangParser.OptBitTypeListContext)

Visit a parse tree produced by optBitTypeList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOptBitTypeList(ErlangParser.OptBitTypeListContext context)
Parameters
Type Name Description
ErlangParser.OptBitTypeListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatArgumentList(ErlangParser.PatArgumentListContext)

Visit a parse tree produced by patArgumentList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatArgumentList(ErlangParser.PatArgumentListContext context)
Parameters
Type Name Description
ErlangParser.PatArgumentListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr(ErlangParser.PatExprContext)

Visit a parse tree produced by patExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr(ErlangParser.PatExprContext context)
Parameters
Type Name Description
ErlangParser.PatExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr200(ErlangParser.PatExpr200Context)

Visit a parse tree produced by patExpr200().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr200(ErlangParser.PatExpr200Context context)
Parameters
Type Name Description
ErlangParser.PatExpr200Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr300(ErlangParser.PatExpr300Context)

Visit a parse tree produced by patExpr300().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr300(ErlangParser.PatExpr300Context context)
Parameters
Type Name Description
ErlangParser.PatExpr300Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr400(ErlangParser.PatExpr400Context)

Visit a parse tree produced by patExpr400().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr400(ErlangParser.PatExpr400Context context)
Parameters
Type Name Description
ErlangParser.PatExpr400Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr500(ErlangParser.PatExpr500Context)

Visit a parse tree produced by patExpr500().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr500(ErlangParser.PatExpr500Context context)
Parameters
Type Name Description
ErlangParser.PatExpr500Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr600(ErlangParser.PatExpr600Context)

Visit a parse tree produced by patExpr600().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr600(ErlangParser.PatExpr600Context context)
Parameters
Type Name Description
ErlangParser.PatExpr600Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr650(ErlangParser.PatExpr650Context)

Visit a parse tree produced by patExpr650().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr650(ErlangParser.PatExpr650Context context)
Parameters
Type Name Description
ErlangParser.PatExpr650Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr700(ErlangParser.PatExpr700Context)

Visit a parse tree produced by patExpr700().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr700(ErlangParser.PatExpr700Context context)
Parameters
Type Name Description
ErlangParser.PatExpr700Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExpr800(ErlangParser.PatExpr800Context)

Visit a parse tree produced by patExpr800().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExpr800(ErlangParser.PatExpr800Context context)
Parameters
Type Name Description
ErlangParser.PatExpr800Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExprMax(ErlangParser.PatExprMaxContext)

Visit a parse tree produced by patExprMax().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExprMax(ErlangParser.PatExprMaxContext context)
Parameters
Type Name Description
ErlangParser.PatExprMaxContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPatExprs(ErlangParser.PatExprsContext)

Visit a parse tree produced by patExprs().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPatExprs(ErlangParser.PatExprsContext context)
Parameters
Type Name Description
ErlangParser.PatExprsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPrefixOp(ErlangParser.PrefixOpContext)

Visit a parse tree produced by prefixOp().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPrefixOp(ErlangParser.PrefixOpContext context)
Parameters
Type Name Description
ErlangParser.PrefixOpContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReceiveExpr(ErlangParser.ReceiveExprContext)

Visit a parse tree produced by receiveExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReceiveExpr(ErlangParser.ReceiveExprContext context)
Parameters
Type Name Description
ErlangParser.ReceiveExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecordExpr(ErlangParser.RecordExprContext)

Visit a parse tree produced by recordExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRecordExpr(ErlangParser.RecordExprContext context)
Parameters
Type Name Description
ErlangParser.RecordExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecordField(ErlangParser.RecordFieldContext)

Visit a parse tree produced by recordField().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRecordField(ErlangParser.RecordFieldContext context)
Parameters
Type Name Description
ErlangParser.RecordFieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecordFields(ErlangParser.RecordFieldsContext)

Visit a parse tree produced by recordFields().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRecordFields(ErlangParser.RecordFieldsContext context)
Parameters
Type Name Description
ErlangParser.RecordFieldsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecordPatExpr(ErlangParser.RecordPatExprContext)

Visit a parse tree produced by recordPatExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRecordPatExpr(ErlangParser.RecordPatExprContext context)
Parameters
Type Name Description
ErlangParser.RecordPatExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRecordTuple(ErlangParser.RecordTupleContext)

Visit a parse tree produced by recordTuple().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRecordTuple(ErlangParser.RecordTupleContext context)
Parameters
Type Name Description
ErlangParser.RecordTupleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSpecFun(ErlangParser.SpecFunContext)

Visit a parse tree produced by specFun().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSpecFun(ErlangParser.SpecFunContext context)
Parameters
Type Name Description
ErlangParser.SpecFunContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTail(ErlangParser.TailContext)

Visit a parse tree produced by tail().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTail(ErlangParser.TailContext context)
Parameters
Type Name Description
ErlangParser.TailContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTokAtom(ErlangParser.TokAtomContext)

Visit a parse tree produced by tokAtom().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTokAtom(ErlangParser.TokAtomContext context)
Parameters
Type Name Description
ErlangParser.TokAtomContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTokChar(ErlangParser.TokCharContext)

Visit a parse tree produced by tokChar().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTokChar(ErlangParser.TokCharContext context)
Parameters
Type Name Description
ErlangParser.TokCharContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTokFloat(ErlangParser.TokFloatContext)

Visit a parse tree produced by tokFloat().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTokFloat(ErlangParser.TokFloatContext context)
Parameters
Type Name Description
ErlangParser.TokFloatContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTokInteger(ErlangParser.TokIntegerContext)

Visit a parse tree produced by tokInteger().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTokInteger(ErlangParser.TokIntegerContext context)
Parameters
Type Name Description
ErlangParser.TokIntegerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTokString(ErlangParser.TokStringContext)

Visit a parse tree produced by tokString().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTokString(ErlangParser.TokStringContext context)
Parameters
Type Name Description
ErlangParser.TokStringContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTokVar(ErlangParser.TokVarContext)

Visit a parse tree produced by tokVar().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTokVar(ErlangParser.TokVarContext context)
Parameters
Type Name Description
ErlangParser.TokVarContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTopType(ErlangParser.TopTypeContext)

Visit a parse tree produced by topType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTopType(ErlangParser.TopTypeContext context)
Parameters
Type Name Description
ErlangParser.TopTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTopType100(ErlangParser.TopType100Context)

Visit a parse tree produced by topType100().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTopType100(ErlangParser.TopType100Context context)
Parameters
Type Name Description
ErlangParser.TopType100Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTopTypes(ErlangParser.TopTypesContext)

Visit a parse tree produced by topTypes().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTopTypes(ErlangParser.TopTypesContext context)
Parameters
Type Name Description
ErlangParser.TopTypesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTryCatch(ErlangParser.TryCatchContext)

Visit a parse tree produced by tryCatch().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTryCatch(ErlangParser.TryCatchContext context)
Parameters
Type Name Description
ErlangParser.TryCatchContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTryClause(ErlangParser.TryClauseContext)

Visit a parse tree produced by tryClause().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTryClause(ErlangParser.TryClauseContext context)
Parameters
Type Name Description
ErlangParser.TryClauseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTryClauses(ErlangParser.TryClausesContext)

Visit a parse tree produced by tryClauses().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTryClauses(ErlangParser.TryClausesContext context)
Parameters
Type Name Description
ErlangParser.TryClausesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTryExpr(ErlangParser.TryExprContext)

Visit a parse tree produced by tryExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTryExpr(ErlangParser.TryExprContext context)
Parameters
Type Name Description
ErlangParser.TryExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTryOptStackTrace(ErlangParser.TryOptStackTraceContext)

Visit a parse tree produced by tryOptStackTrace().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTryOptStackTrace(ErlangParser.TryOptStackTraceContext context)
Parameters
Type Name Description
ErlangParser.TryOptStackTraceContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTuple_(ErlangParser.Tuple_Context)

Visit a parse tree produced by tuple_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTuple_(ErlangParser.Tuple_Context context)
Parameters
Type Name Description
ErlangParser.Tuple_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType_(ErlangParser.Type_Context)

Visit a parse tree produced by type_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitType_(ErlangParser.Type_Context context)
Parameters
Type Name Description
ErlangParser.Type_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType200(ErlangParser.Type200Context)

Visit a parse tree produced by type200().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitType200(ErlangParser.Type200Context context)
Parameters
Type Name Description
ErlangParser.Type200Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType300(ErlangParser.Type300Context)

Visit a parse tree produced by type300().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitType300(ErlangParser.Type300Context context)
Parameters
Type Name Description
ErlangParser.Type300Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType400(ErlangParser.Type400Context)

Visit a parse tree produced by type400().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitType400(ErlangParser.Type400Context context)
Parameters
Type Name Description
ErlangParser.Type400Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitType500(ErlangParser.Type500Context)

Visit a parse tree produced by type500().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitType500(ErlangParser.Type500Context context)
Parameters
Type Name Description
ErlangParser.Type500Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypedAttrVal(ErlangParser.TypedAttrValContext)

Visit a parse tree produced by typedAttrVal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypedAttrVal(ErlangParser.TypedAttrValContext context)
Parameters
Type Name Description
ErlangParser.TypedAttrValContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypedExpr(ErlangParser.TypedExprContext)

Visit a parse tree produced by typedExpr().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypedExpr(ErlangParser.TypedExprContext context)
Parameters
Type Name Description
ErlangParser.TypedExprContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypedExprs(ErlangParser.TypedExprsContext)

Visit a parse tree produced by typedExprs().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypedExprs(ErlangParser.TypedExprsContext context)
Parameters
Type Name Description
ErlangParser.TypedExprsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypedRecordFields(ErlangParser.TypedRecordFieldsContext)

Visit a parse tree produced by typedRecordFields().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypedRecordFields(ErlangParser.TypedRecordFieldsContext context)
Parameters
Type Name Description
ErlangParser.TypedRecordFieldsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeGuard(ErlangParser.TypeGuardContext)

Visit a parse tree produced by typeGuard().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeGuard(ErlangParser.TypeGuardContext context)
Parameters
Type Name Description
ErlangParser.TypeGuardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeGuards(ErlangParser.TypeGuardsContext)

Visit a parse tree produced by typeGuards().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeGuards(ErlangParser.TypeGuardsContext context)
Parameters
Type Name Description
ErlangParser.TypeGuardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeSig(ErlangParser.TypeSigContext)

Visit a parse tree produced by typeSig().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeSig(ErlangParser.TypeSigContext context)
Parameters
Type Name Description
ErlangParser.TypeSigContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeSigs(ErlangParser.TypeSigsContext)

Visit a parse tree produced by typeSigs().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeSigs(ErlangParser.TypeSigsContext context)
Parameters
Type Name Description
ErlangParser.TypeSigsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTypeSpec(ErlangParser.TypeSpecContext)

Visit a parse tree produced by typeSpec().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTypeSpec(ErlangParser.TypeSpecContext context)
Parameters
Type Name Description
ErlangParser.TypeSpecContext context

The parse tree.

Returns
Type Description
Result

Implements

IErlangVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX