public class ErlangBaseListener extends Object implements ErlangListener
ErlangListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
ErlangBaseListener() |
public void enterForms(ErlangParser.FormsContext ctx)
ErlangParser.forms().
The default implementation does nothing.
enterForms in interface ErlangListenerctx - the parse treepublic void exitForms(ErlangParser.FormsContext ctx)
ErlangParser.forms().
The default implementation does nothing.
exitForms in interface ErlangListenerctx - the parse treepublic void enterForm(ErlangParser.FormContext ctx)
ErlangParser.form().
The default implementation does nothing.
enterForm in interface ErlangListenerctx - the parse treepublic void exitForm(ErlangParser.FormContext ctx)
ErlangParser.form().
The default implementation does nothing.
exitForm in interface ErlangListenerctx - the parse treepublic void enterTokAtom(ErlangParser.TokAtomContext ctx)
ErlangParser.tokAtom().
The default implementation does nothing.
enterTokAtom in interface ErlangListenerctx - the parse treepublic void exitTokAtom(ErlangParser.TokAtomContext ctx)
ErlangParser.tokAtom().
The default implementation does nothing.
exitTokAtom in interface ErlangListenerctx - the parse treepublic void enterTokVar(ErlangParser.TokVarContext ctx)
ErlangParser.tokVar().
The default implementation does nothing.
enterTokVar in interface ErlangListenerctx - the parse treepublic void exitTokVar(ErlangParser.TokVarContext ctx)
ErlangParser.tokVar().
The default implementation does nothing.
exitTokVar in interface ErlangListenerctx - the parse treepublic void enterTokFloat(ErlangParser.TokFloatContext ctx)
ErlangParser.tokFloat().
The default implementation does nothing.
enterTokFloat in interface ErlangListenerctx - the parse treepublic void exitTokFloat(ErlangParser.TokFloatContext ctx)
ErlangParser.tokFloat().
The default implementation does nothing.
exitTokFloat in interface ErlangListenerctx - the parse treepublic void enterTokInteger(ErlangParser.TokIntegerContext ctx)
ErlangParser.tokInteger().
The default implementation does nothing.
enterTokInteger in interface ErlangListenerctx - the parse treepublic void exitTokInteger(ErlangParser.TokIntegerContext ctx)
ErlangParser.tokInteger().
The default implementation does nothing.
exitTokInteger in interface ErlangListenerctx - the parse treepublic void enterTokChar(ErlangParser.TokCharContext ctx)
ErlangParser.tokChar().
The default implementation does nothing.
enterTokChar in interface ErlangListenerctx - the parse treepublic void exitTokChar(ErlangParser.TokCharContext ctx)
ErlangParser.tokChar().
The default implementation does nothing.
exitTokChar in interface ErlangListenerctx - the parse treepublic void enterTokString(ErlangParser.TokStringContext ctx)
ErlangParser.tokString().
The default implementation does nothing.
enterTokString in interface ErlangListenerctx - the parse treepublic void exitTokString(ErlangParser.TokStringContext ctx)
ErlangParser.tokString().
The default implementation does nothing.
exitTokString in interface ErlangListenerctx - the parse treepublic void enterAttribute(ErlangParser.AttributeContext ctx)
ErlangParser.attribute().
The default implementation does nothing.
enterAttribute in interface ErlangListenerctx - the parse treepublic void exitAttribute(ErlangParser.AttributeContext ctx)
ErlangParser.attribute().
The default implementation does nothing.
exitAttribute in interface ErlangListenerctx - the parse treepublic void enterTypeSpec(ErlangParser.TypeSpecContext ctx)
ErlangParser.typeSpec().
The default implementation does nothing.
enterTypeSpec in interface ErlangListenerctx - the parse treepublic void exitTypeSpec(ErlangParser.TypeSpecContext ctx)
ErlangParser.typeSpec().
The default implementation does nothing.
exitTypeSpec in interface ErlangListenerctx - the parse treepublic void enterSpecFun(ErlangParser.SpecFunContext ctx)
ErlangParser.specFun().
The default implementation does nothing.
enterSpecFun in interface ErlangListenerctx - the parse treepublic void exitSpecFun(ErlangParser.SpecFunContext ctx)
ErlangParser.specFun().
The default implementation does nothing.
exitSpecFun in interface ErlangListenerctx - the parse treepublic void enterTypedAttrVal(ErlangParser.TypedAttrValContext ctx)
ErlangParser.typedAttrVal().
The default implementation does nothing.
enterTypedAttrVal in interface ErlangListenerctx - the parse treepublic void exitTypedAttrVal(ErlangParser.TypedAttrValContext ctx)
ErlangParser.typedAttrVal().
The default implementation does nothing.
exitTypedAttrVal in interface ErlangListenerctx - the parse treepublic void enterTypedRecordFields(ErlangParser.TypedRecordFieldsContext ctx)
ErlangParser.typedRecordFields().
The default implementation does nothing.
enterTypedRecordFields in interface ErlangListenerctx - the parse treepublic void exitTypedRecordFields(ErlangParser.TypedRecordFieldsContext ctx)
ErlangParser.typedRecordFields().
The default implementation does nothing.
exitTypedRecordFields in interface ErlangListenerctx - the parse treepublic void enterTypedExprs(ErlangParser.TypedExprsContext ctx)
ErlangParser.typedExprs().
The default implementation does nothing.
enterTypedExprs in interface ErlangListenerctx - the parse treepublic void exitTypedExprs(ErlangParser.TypedExprsContext ctx)
ErlangParser.typedExprs().
The default implementation does nothing.
exitTypedExprs in interface ErlangListenerctx - the parse treepublic void enterTypedExpr(ErlangParser.TypedExprContext ctx)
ErlangParser.typedExpr().
The default implementation does nothing.
enterTypedExpr in interface ErlangListenerctx - the parse treepublic void exitTypedExpr(ErlangParser.TypedExprContext ctx)
ErlangParser.typedExpr().
The default implementation does nothing.
exitTypedExpr in interface ErlangListenerctx - the parse treepublic void enterTypeSigs(ErlangParser.TypeSigsContext ctx)
ErlangParser.typeSigs().
The default implementation does nothing.
enterTypeSigs in interface ErlangListenerctx - the parse treepublic void exitTypeSigs(ErlangParser.TypeSigsContext ctx)
ErlangParser.typeSigs().
The default implementation does nothing.
exitTypeSigs in interface ErlangListenerctx - the parse treepublic void enterTypeSig(ErlangParser.TypeSigContext ctx)
ErlangParser.typeSig().
The default implementation does nothing.
enterTypeSig in interface ErlangListenerctx - the parse treepublic void exitTypeSig(ErlangParser.TypeSigContext ctx)
ErlangParser.typeSig().
The default implementation does nothing.
exitTypeSig in interface ErlangListenerctx - the parse treepublic void enterTypeGuards(ErlangParser.TypeGuardsContext ctx)
ErlangParser.typeGuards().
The default implementation does nothing.
enterTypeGuards in interface ErlangListenerctx - the parse treepublic void exitTypeGuards(ErlangParser.TypeGuardsContext ctx)
ErlangParser.typeGuards().
The default implementation does nothing.
exitTypeGuards in interface ErlangListenerctx - the parse treepublic void enterTypeGuard(ErlangParser.TypeGuardContext ctx)
ErlangParser.typeGuard().
The default implementation does nothing.
enterTypeGuard in interface ErlangListenerctx - the parse treepublic void exitTypeGuard(ErlangParser.TypeGuardContext ctx)
ErlangParser.typeGuard().
The default implementation does nothing.
exitTypeGuard in interface ErlangListenerctx - the parse treepublic void enterTopTypes(ErlangParser.TopTypesContext ctx)
ErlangParser.topTypes().
The default implementation does nothing.
enterTopTypes in interface ErlangListenerctx - the parse treepublic void exitTopTypes(ErlangParser.TopTypesContext ctx)
ErlangParser.topTypes().
The default implementation does nothing.
exitTopTypes in interface ErlangListenerctx - the parse treepublic void enterTopType(ErlangParser.TopTypeContext ctx)
ErlangParser.topType().
The default implementation does nothing.
enterTopType in interface ErlangListenerctx - the parse treepublic void exitTopType(ErlangParser.TopTypeContext ctx)
ErlangParser.topType().
The default implementation does nothing.
exitTopType in interface ErlangListenerctx - the parse treepublic void enterTopType100(ErlangParser.TopType100Context ctx)
ErlangParser.topType100().
The default implementation does nothing.
enterTopType100 in interface ErlangListenerctx - the parse treepublic void exitTopType100(ErlangParser.TopType100Context ctx)
ErlangParser.topType100().
The default implementation does nothing.
exitTopType100 in interface ErlangListenerctx - the parse treepublic void enterType200(ErlangParser.Type200Context ctx)
ErlangParser.type200().
The default implementation does nothing.
enterType200 in interface ErlangListenerctx - the parse treepublic void exitType200(ErlangParser.Type200Context ctx)
ErlangParser.type200().
The default implementation does nothing.
exitType200 in interface ErlangListenerctx - the parse treepublic void enterType300(ErlangParser.Type300Context ctx)
ErlangParser.type300().
The default implementation does nothing.
enterType300 in interface ErlangListenerctx - the parse treepublic void exitType300(ErlangParser.Type300Context ctx)
ErlangParser.type300().
The default implementation does nothing.
exitType300 in interface ErlangListenerctx - the parse treepublic void enterType400(ErlangParser.Type400Context ctx)
ErlangParser.type400().
The default implementation does nothing.
enterType400 in interface ErlangListenerctx - the parse treepublic void exitType400(ErlangParser.Type400Context ctx)
ErlangParser.type400().
The default implementation does nothing.
exitType400 in interface ErlangListenerctx - the parse treepublic void enterType500(ErlangParser.Type500Context ctx)
ErlangParser.type500().
The default implementation does nothing.
enterType500 in interface ErlangListenerctx - the parse treepublic void exitType500(ErlangParser.Type500Context ctx)
ErlangParser.type500().
The default implementation does nothing.
exitType500 in interface ErlangListenerctx - the parse treepublic void enterType(ErlangParser.TypeContext ctx)
ErlangParser.type().
The default implementation does nothing.
enterType in interface ErlangListenerctx - the parse treepublic void exitType(ErlangParser.TypeContext ctx)
ErlangParser.type().
The default implementation does nothing.
exitType in interface ErlangListenerctx - the parse treepublic void enterFunType100(ErlangParser.FunType100Context ctx)
ErlangParser.funType100().
The default implementation does nothing.
enterFunType100 in interface ErlangListenerctx - the parse treepublic void exitFunType100(ErlangParser.FunType100Context ctx)
ErlangParser.funType100().
The default implementation does nothing.
exitFunType100 in interface ErlangListenerctx - the parse treepublic void enterFunType(ErlangParser.FunTypeContext ctx)
ErlangParser.funType().
The default implementation does nothing.
enterFunType in interface ErlangListenerctx - the parse treepublic void exitFunType(ErlangParser.FunTypeContext ctx)
ErlangParser.funType().
The default implementation does nothing.
exitFunType in interface ErlangListenerctx - the parse treepublic void enterFieldTypes(ErlangParser.FieldTypesContext ctx)
ErlangParser.fieldTypes().
The default implementation does nothing.
enterFieldTypes in interface ErlangListenerctx - the parse treepublic void exitFieldTypes(ErlangParser.FieldTypesContext ctx)
ErlangParser.fieldTypes().
The default implementation does nothing.
exitFieldTypes in interface ErlangListenerctx - the parse treepublic void enterFieldType(ErlangParser.FieldTypeContext ctx)
ErlangParser.fieldType().
The default implementation does nothing.
enterFieldType in interface ErlangListenerctx - the parse treepublic void exitFieldType(ErlangParser.FieldTypeContext ctx)
ErlangParser.fieldType().
The default implementation does nothing.
exitFieldType in interface ErlangListenerctx - the parse treepublic void enterBinaryType(ErlangParser.BinaryTypeContext ctx)
ErlangParser.binaryType().
The default implementation does nothing.
enterBinaryType in interface ErlangListenerctx - the parse treepublic void exitBinaryType(ErlangParser.BinaryTypeContext ctx)
ErlangParser.binaryType().
The default implementation does nothing.
exitBinaryType in interface ErlangListenerctx - the parse treepublic void enterBinBaseType(ErlangParser.BinBaseTypeContext ctx)
ErlangParser.binBaseType().
The default implementation does nothing.
enterBinBaseType in interface ErlangListenerctx - the parse treepublic void exitBinBaseType(ErlangParser.BinBaseTypeContext ctx)
ErlangParser.binBaseType().
The default implementation does nothing.
exitBinBaseType in interface ErlangListenerctx - the parse treepublic void enterBinUnitType(ErlangParser.BinUnitTypeContext ctx)
ErlangParser.binUnitType().
The default implementation does nothing.
enterBinUnitType in interface ErlangListenerctx - the parse treepublic void exitBinUnitType(ErlangParser.BinUnitTypeContext ctx)
ErlangParser.binUnitType().
The default implementation does nothing.
exitBinUnitType in interface ErlangListenerctx - the parse treepublic void enterAttrVal(ErlangParser.AttrValContext ctx)
ErlangParser.attrVal().
The default implementation does nothing.
enterAttrVal in interface ErlangListenerctx - the parse treepublic void exitAttrVal(ErlangParser.AttrValContext ctx)
ErlangParser.attrVal().
The default implementation does nothing.
exitAttrVal in interface ErlangListenerctx - the parse treepublic void enterFunction_(ErlangParser.Function_Context ctx)
ErlangParser.function_().
The default implementation does nothing.
enterFunction_ in interface ErlangListenerctx - the parse treepublic void exitFunction_(ErlangParser.Function_Context ctx)
ErlangParser.function_().
The default implementation does nothing.
exitFunction_ in interface ErlangListenerctx - the parse treepublic void enterFunctionClause(ErlangParser.FunctionClauseContext ctx)
ErlangParser.functionClause().
The default implementation does nothing.
enterFunctionClause in interface ErlangListenerctx - the parse treepublic void exitFunctionClause(ErlangParser.FunctionClauseContext ctx)
ErlangParser.functionClause().
The default implementation does nothing.
exitFunctionClause in interface ErlangListenerctx - the parse treepublic void enterClauseArgs(ErlangParser.ClauseArgsContext ctx)
ErlangParser.clauseArgs().
The default implementation does nothing.
enterClauseArgs in interface ErlangListenerctx - the parse treepublic void exitClauseArgs(ErlangParser.ClauseArgsContext ctx)
ErlangParser.clauseArgs().
The default implementation does nothing.
exitClauseArgs in interface ErlangListenerctx - the parse treepublic void enterClauseGuard(ErlangParser.ClauseGuardContext ctx)
ErlangParser.clauseGuard().
The default implementation does nothing.
enterClauseGuard in interface ErlangListenerctx - the parse treepublic void exitClauseGuard(ErlangParser.ClauseGuardContext ctx)
ErlangParser.clauseGuard().
The default implementation does nothing.
exitClauseGuard in interface ErlangListenerctx - the parse treepublic void enterClauseBody(ErlangParser.ClauseBodyContext ctx)
ErlangParser.clauseBody().
The default implementation does nothing.
enterClauseBody in interface ErlangListenerctx - the parse treepublic void exitClauseBody(ErlangParser.ClauseBodyContext ctx)
ErlangParser.clauseBody().
The default implementation does nothing.
exitClauseBody in interface ErlangListenerctx - the parse treepublic void enterExpr(ErlangParser.ExprContext ctx)
ErlangParser.expr().
The default implementation does nothing.
enterExpr in interface ErlangListenerctx - the parse treepublic void exitExpr(ErlangParser.ExprContext ctx)
ErlangParser.expr().
The default implementation does nothing.
exitExpr in interface ErlangListenerctx - the parse treepublic void enterExpr100(ErlangParser.Expr100Context ctx)
ErlangParser.expr100().
The default implementation does nothing.
enterExpr100 in interface ErlangListenerctx - the parse treepublic void exitExpr100(ErlangParser.Expr100Context ctx)
ErlangParser.expr100().
The default implementation does nothing.
exitExpr100 in interface ErlangListenerctx - the parse treepublic void enterExpr150(ErlangParser.Expr150Context ctx)
ErlangParser.expr150().
The default implementation does nothing.
enterExpr150 in interface ErlangListenerctx - the parse treepublic void exitExpr150(ErlangParser.Expr150Context ctx)
ErlangParser.expr150().
The default implementation does nothing.
exitExpr150 in interface ErlangListenerctx - the parse treepublic void enterExpr160(ErlangParser.Expr160Context ctx)
ErlangParser.expr160().
The default implementation does nothing.
enterExpr160 in interface ErlangListenerctx - the parse treepublic void exitExpr160(ErlangParser.Expr160Context ctx)
ErlangParser.expr160().
The default implementation does nothing.
exitExpr160 in interface ErlangListenerctx - the parse treepublic void enterExpr200(ErlangParser.Expr200Context ctx)
ErlangParser.expr200().
The default implementation does nothing.
enterExpr200 in interface ErlangListenerctx - the parse treepublic void exitExpr200(ErlangParser.Expr200Context ctx)
ErlangParser.expr200().
The default implementation does nothing.
exitExpr200 in interface ErlangListenerctx - the parse treepublic void enterExpr300(ErlangParser.Expr300Context ctx)
ErlangParser.expr300().
The default implementation does nothing.
enterExpr300 in interface ErlangListenerctx - the parse treepublic void exitExpr300(ErlangParser.Expr300Context ctx)
ErlangParser.expr300().
The default implementation does nothing.
exitExpr300 in interface ErlangListenerctx - the parse treepublic void enterExpr400(ErlangParser.Expr400Context ctx)
ErlangParser.expr400().
The default implementation does nothing.
enterExpr400 in interface ErlangListenerctx - the parse treepublic void exitExpr400(ErlangParser.Expr400Context ctx)
ErlangParser.expr400().
The default implementation does nothing.
exitExpr400 in interface ErlangListenerctx - the parse treepublic void enterExpr500(ErlangParser.Expr500Context ctx)
ErlangParser.expr500().
The default implementation does nothing.
enterExpr500 in interface ErlangListenerctx - the parse treepublic void exitExpr500(ErlangParser.Expr500Context ctx)
ErlangParser.expr500().
The default implementation does nothing.
exitExpr500 in interface ErlangListenerctx - the parse treepublic void enterExpr600(ErlangParser.Expr600Context ctx)
ErlangParser.expr600().
The default implementation does nothing.
enterExpr600 in interface ErlangListenerctx - the parse treepublic void exitExpr600(ErlangParser.Expr600Context ctx)
ErlangParser.expr600().
The default implementation does nothing.
exitExpr600 in interface ErlangListenerctx - the parse treepublic void enterExpr700(ErlangParser.Expr700Context ctx)
ErlangParser.expr700().
The default implementation does nothing.
enterExpr700 in interface ErlangListenerctx - the parse treepublic void exitExpr700(ErlangParser.Expr700Context ctx)
ErlangParser.expr700().
The default implementation does nothing.
exitExpr700 in interface ErlangListenerctx - the parse treepublic void enterExpr800(ErlangParser.Expr800Context ctx)
ErlangParser.expr800().
The default implementation does nothing.
enterExpr800 in interface ErlangListenerctx - the parse treepublic void exitExpr800(ErlangParser.Expr800Context ctx)
ErlangParser.expr800().
The default implementation does nothing.
exitExpr800 in interface ErlangListenerctx - the parse treepublic void enterExprMax(ErlangParser.ExprMaxContext ctx)
ErlangParser.exprMax().
The default implementation does nothing.
enterExprMax in interface ErlangListenerctx - the parse treepublic void exitExprMax(ErlangParser.ExprMaxContext ctx)
ErlangParser.exprMax().
The default implementation does nothing.
exitExprMax in interface ErlangListenerctx - the parse treepublic void enterList(ErlangParser.ListContext ctx)
ErlangParser.list().
The default implementation does nothing.
enterList in interface ErlangListenerctx - the parse treepublic void exitList(ErlangParser.ListContext ctx)
ErlangParser.list().
The default implementation does nothing.
exitList in interface ErlangListenerctx - the parse treepublic void enterTail(ErlangParser.TailContext ctx)
ErlangParser.tail().
The default implementation does nothing.
enterTail in interface ErlangListenerctx - the parse treepublic void exitTail(ErlangParser.TailContext ctx)
ErlangParser.tail().
The default implementation does nothing.
exitTail in interface ErlangListenerctx - the parse treepublic void enterBinary(ErlangParser.BinaryContext ctx)
ErlangParser.binary().
The default implementation does nothing.
enterBinary in interface ErlangListenerctx - the parse treepublic void exitBinary(ErlangParser.BinaryContext ctx)
ErlangParser.binary().
The default implementation does nothing.
exitBinary in interface ErlangListenerctx - the parse treepublic void enterBinElements(ErlangParser.BinElementsContext ctx)
ErlangParser.binElements().
The default implementation does nothing.
enterBinElements in interface ErlangListenerctx - the parse treepublic void exitBinElements(ErlangParser.BinElementsContext ctx)
ErlangParser.binElements().
The default implementation does nothing.
exitBinElements in interface ErlangListenerctx - the parse treepublic void enterBinElement(ErlangParser.BinElementContext ctx)
ErlangParser.binElement().
The default implementation does nothing.
enterBinElement in interface ErlangListenerctx - the parse treepublic void exitBinElement(ErlangParser.BinElementContext ctx)
ErlangParser.binElement().
The default implementation does nothing.
exitBinElement in interface ErlangListenerctx - the parse treepublic void enterBitExpr(ErlangParser.BitExprContext ctx)
ErlangParser.bitExpr().
The default implementation does nothing.
enterBitExpr in interface ErlangListenerctx - the parse treepublic void exitBitExpr(ErlangParser.BitExprContext ctx)
ErlangParser.bitExpr().
The default implementation does nothing.
exitBitExpr in interface ErlangListenerctx - the parse treepublic void enterOptBitSizeExpr(ErlangParser.OptBitSizeExprContext ctx)
ErlangParser.optBitSizeExpr().
The default implementation does nothing.
enterOptBitSizeExpr in interface ErlangListenerctx - the parse treepublic void exitOptBitSizeExpr(ErlangParser.OptBitSizeExprContext ctx)
ErlangParser.optBitSizeExpr().
The default implementation does nothing.
exitOptBitSizeExpr in interface ErlangListenerctx - the parse treepublic void enterOptBitTypeList(ErlangParser.OptBitTypeListContext ctx)
ErlangParser.optBitTypeList().
The default implementation does nothing.
enterOptBitTypeList in interface ErlangListenerctx - the parse treepublic void exitOptBitTypeList(ErlangParser.OptBitTypeListContext ctx)
ErlangParser.optBitTypeList().
The default implementation does nothing.
exitOptBitTypeList in interface ErlangListenerctx - the parse treepublic void enterBitTypeList(ErlangParser.BitTypeListContext ctx)
ErlangParser.bitTypeList().
The default implementation does nothing.
enterBitTypeList in interface ErlangListenerctx - the parse treepublic void exitBitTypeList(ErlangParser.BitTypeListContext ctx)
ErlangParser.bitTypeList().
The default implementation does nothing.
exitBitTypeList in interface ErlangListenerctx - the parse treepublic void enterBitType(ErlangParser.BitTypeContext ctx)
ErlangParser.bitType().
The default implementation does nothing.
enterBitType in interface ErlangListenerctx - the parse treepublic void exitBitType(ErlangParser.BitTypeContext ctx)
ErlangParser.bitType().
The default implementation does nothing.
exitBitType in interface ErlangListenerctx - the parse treepublic void enterBitSizeExpr(ErlangParser.BitSizeExprContext ctx)
ErlangParser.bitSizeExpr().
The default implementation does nothing.
enterBitSizeExpr in interface ErlangListenerctx - the parse treepublic void exitBitSizeExpr(ErlangParser.BitSizeExprContext ctx)
ErlangParser.bitSizeExpr().
The default implementation does nothing.
exitBitSizeExpr in interface ErlangListenerctx - the parse treepublic void enterListComprehension(ErlangParser.ListComprehensionContext ctx)
ErlangParser.listComprehension().
The default implementation does nothing.
enterListComprehension in interface ErlangListenerctx - the parse treepublic void exitListComprehension(ErlangParser.ListComprehensionContext ctx)
ErlangParser.listComprehension().
The default implementation does nothing.
exitListComprehension in interface ErlangListenerctx - the parse treepublic void enterBinaryComprehension(ErlangParser.BinaryComprehensionContext ctx)
ErlangParser.binaryComprehension().
The default implementation does nothing.
enterBinaryComprehension in interface ErlangListenerctx - the parse treepublic void exitBinaryComprehension(ErlangParser.BinaryComprehensionContext ctx)
ErlangParser.binaryComprehension().
The default implementation does nothing.
exitBinaryComprehension in interface ErlangListenerctx - the parse treepublic void enterLcExprs(ErlangParser.LcExprsContext ctx)
ErlangParser.lcExprs().
The default implementation does nothing.
enterLcExprs in interface ErlangListenerctx - the parse treepublic void exitLcExprs(ErlangParser.LcExprsContext ctx)
ErlangParser.lcExprs().
The default implementation does nothing.
exitLcExprs in interface ErlangListenerctx - the parse treepublic void enterLcExpr(ErlangParser.LcExprContext ctx)
ErlangParser.lcExpr().
The default implementation does nothing.
enterLcExpr in interface ErlangListenerctx - the parse treepublic void exitLcExpr(ErlangParser.LcExprContext ctx)
ErlangParser.lcExpr().
The default implementation does nothing.
exitLcExpr in interface ErlangListenerctx - the parse treepublic void enterTuple(ErlangParser.TupleContext ctx)
ErlangParser.tuple().
The default implementation does nothing.
enterTuple in interface ErlangListenerctx - the parse treepublic void exitTuple(ErlangParser.TupleContext ctx)
ErlangParser.tuple().
The default implementation does nothing.
exitTuple in interface ErlangListenerctx - the parse treepublic void enterRecordExpr(ErlangParser.RecordExprContext ctx)
ErlangParser.recordExpr().
The default implementation does nothing.
enterRecordExpr in interface ErlangListenerctx - the parse treepublic void exitRecordExpr(ErlangParser.RecordExprContext ctx)
ErlangParser.recordExpr().
The default implementation does nothing.
exitRecordExpr in interface ErlangListenerctx - the parse treepublic void enterRecordTuple(ErlangParser.RecordTupleContext ctx)
ErlangParser.recordTuple().
The default implementation does nothing.
enterRecordTuple in interface ErlangListenerctx - the parse treepublic void exitRecordTuple(ErlangParser.RecordTupleContext ctx)
ErlangParser.recordTuple().
The default implementation does nothing.
exitRecordTuple in interface ErlangListenerctx - the parse treepublic void enterRecordFields(ErlangParser.RecordFieldsContext ctx)
ErlangParser.recordFields().
The default implementation does nothing.
enterRecordFields in interface ErlangListenerctx - the parse treepublic void exitRecordFields(ErlangParser.RecordFieldsContext ctx)
ErlangParser.recordFields().
The default implementation does nothing.
exitRecordFields in interface ErlangListenerctx - the parse treepublic void enterRecordField(ErlangParser.RecordFieldContext ctx)
ErlangParser.recordField().
The default implementation does nothing.
enterRecordField in interface ErlangListenerctx - the parse treepublic void exitRecordField(ErlangParser.RecordFieldContext ctx)
ErlangParser.recordField().
The default implementation does nothing.
exitRecordField in interface ErlangListenerctx - the parse treepublic void enterFunctionCall(ErlangParser.FunctionCallContext ctx)
ErlangParser.functionCall().
The default implementation does nothing.
enterFunctionCall in interface ErlangListenerctx - the parse treepublic void exitFunctionCall(ErlangParser.FunctionCallContext ctx)
ErlangParser.functionCall().
The default implementation does nothing.
exitFunctionCall in interface ErlangListenerctx - the parse treepublic void enterIfExpr(ErlangParser.IfExprContext ctx)
ErlangParser.ifExpr().
The default implementation does nothing.
enterIfExpr in interface ErlangListenerctx - the parse treepublic void exitIfExpr(ErlangParser.IfExprContext ctx)
ErlangParser.ifExpr().
The default implementation does nothing.
exitIfExpr in interface ErlangListenerctx - the parse treepublic void enterIfClauses(ErlangParser.IfClausesContext ctx)
ErlangParser.ifClauses().
The default implementation does nothing.
enterIfClauses in interface ErlangListenerctx - the parse treepublic void exitIfClauses(ErlangParser.IfClausesContext ctx)
ErlangParser.ifClauses().
The default implementation does nothing.
exitIfClauses in interface ErlangListenerctx - the parse treepublic void enterIfClause(ErlangParser.IfClauseContext ctx)
ErlangParser.ifClause().
The default implementation does nothing.
enterIfClause in interface ErlangListenerctx - the parse treepublic void exitIfClause(ErlangParser.IfClauseContext ctx)
ErlangParser.ifClause().
The default implementation does nothing.
exitIfClause in interface ErlangListenerctx - the parse treepublic void enterCaseExpr(ErlangParser.CaseExprContext ctx)
ErlangParser.caseExpr().
The default implementation does nothing.
enterCaseExpr in interface ErlangListenerctx - the parse treepublic void exitCaseExpr(ErlangParser.CaseExprContext ctx)
ErlangParser.caseExpr().
The default implementation does nothing.
exitCaseExpr in interface ErlangListenerctx - the parse treepublic void enterCrClauses(ErlangParser.CrClausesContext ctx)
ErlangParser.crClauses().
The default implementation does nothing.
enterCrClauses in interface ErlangListenerctx - the parse treepublic void exitCrClauses(ErlangParser.CrClausesContext ctx)
ErlangParser.crClauses().
The default implementation does nothing.
exitCrClauses in interface ErlangListenerctx - the parse treepublic void enterCrClause(ErlangParser.CrClauseContext ctx)
ErlangParser.crClause().
The default implementation does nothing.
enterCrClause in interface ErlangListenerctx - the parse treepublic void exitCrClause(ErlangParser.CrClauseContext ctx)
ErlangParser.crClause().
The default implementation does nothing.
exitCrClause in interface ErlangListenerctx - the parse treepublic void enterReceiveExpr(ErlangParser.ReceiveExprContext ctx)
ErlangParser.receiveExpr().
The default implementation does nothing.
enterReceiveExpr in interface ErlangListenerctx - the parse treepublic void exitReceiveExpr(ErlangParser.ReceiveExprContext ctx)
ErlangParser.receiveExpr().
The default implementation does nothing.
exitReceiveExpr in interface ErlangListenerctx - the parse treepublic void enterFunExpr(ErlangParser.FunExprContext ctx)
ErlangParser.funExpr().
The default implementation does nothing.
enterFunExpr in interface ErlangListenerctx - the parse treepublic void exitFunExpr(ErlangParser.FunExprContext ctx)
ErlangParser.funExpr().
The default implementation does nothing.
exitFunExpr in interface ErlangListenerctx - the parse treepublic void enterAtomOrVar(ErlangParser.AtomOrVarContext ctx)
ErlangParser.atomOrVar().
The default implementation does nothing.
enterAtomOrVar in interface ErlangListenerctx - the parse treepublic void exitAtomOrVar(ErlangParser.AtomOrVarContext ctx)
ErlangParser.atomOrVar().
The default implementation does nothing.
exitAtomOrVar in interface ErlangListenerctx - the parse treepublic void enterIntegerOrVar(ErlangParser.IntegerOrVarContext ctx)
ErlangParser.integerOrVar().
The default implementation does nothing.
enterIntegerOrVar in interface ErlangListenerctx - the parse treepublic void exitIntegerOrVar(ErlangParser.IntegerOrVarContext ctx)
ErlangParser.integerOrVar().
The default implementation does nothing.
exitIntegerOrVar in interface ErlangListenerctx - the parse treepublic void enterFunClauses(ErlangParser.FunClausesContext ctx)
ErlangParser.funClauses().
The default implementation does nothing.
enterFunClauses in interface ErlangListenerctx - the parse treepublic void exitFunClauses(ErlangParser.FunClausesContext ctx)
ErlangParser.funClauses().
The default implementation does nothing.
exitFunClauses in interface ErlangListenerctx - the parse treepublic void enterFunClause(ErlangParser.FunClauseContext ctx)
ErlangParser.funClause().
The default implementation does nothing.
enterFunClause in interface ErlangListenerctx - the parse treepublic void exitFunClause(ErlangParser.FunClauseContext ctx)
ErlangParser.funClause().
The default implementation does nothing.
exitFunClause in interface ErlangListenerctx - the parse treepublic void enterTryExpr(ErlangParser.TryExprContext ctx)
ErlangParser.tryExpr().
The default implementation does nothing.
enterTryExpr in interface ErlangListenerctx - the parse treepublic void exitTryExpr(ErlangParser.TryExprContext ctx)
ErlangParser.tryExpr().
The default implementation does nothing.
exitTryExpr in interface ErlangListenerctx - the parse treepublic void enterTryCatch(ErlangParser.TryCatchContext ctx)
ErlangParser.tryCatch().
The default implementation does nothing.
enterTryCatch in interface ErlangListenerctx - the parse treepublic void exitTryCatch(ErlangParser.TryCatchContext ctx)
ErlangParser.tryCatch().
The default implementation does nothing.
exitTryCatch in interface ErlangListenerctx - the parse treepublic void enterTryClauses(ErlangParser.TryClausesContext ctx)
ErlangParser.tryClauses().
The default implementation does nothing.
enterTryClauses in interface ErlangListenerctx - the parse treepublic void exitTryClauses(ErlangParser.TryClausesContext ctx)
ErlangParser.tryClauses().
The default implementation does nothing.
exitTryClauses in interface ErlangListenerctx - the parse treepublic void enterTryClause(ErlangParser.TryClauseContext ctx)
ErlangParser.tryClause().
The default implementation does nothing.
enterTryClause in interface ErlangListenerctx - the parse treepublic void exitTryClause(ErlangParser.TryClauseContext ctx)
ErlangParser.tryClause().
The default implementation does nothing.
exitTryClause in interface ErlangListenerctx - the parse treepublic void enterArgumentList(ErlangParser.ArgumentListContext ctx)
ErlangParser.argumentList().
The default implementation does nothing.
enterArgumentList in interface ErlangListenerctx - the parse treepublic void exitArgumentList(ErlangParser.ArgumentListContext ctx)
ErlangParser.argumentList().
The default implementation does nothing.
exitArgumentList in interface ErlangListenerctx - the parse treepublic void enterExprs(ErlangParser.ExprsContext ctx)
ErlangParser.exprs().
The default implementation does nothing.
enterExprs in interface ErlangListenerctx - the parse treepublic void exitExprs(ErlangParser.ExprsContext ctx)
ErlangParser.exprs().
The default implementation does nothing.
exitExprs in interface ErlangListenerctx - the parse treepublic void enterGuard(ErlangParser.GuardContext ctx)
ErlangParser.guard().
The default implementation does nothing.
enterGuard in interface ErlangListenerctx - the parse treepublic void exitGuard(ErlangParser.GuardContext ctx)
ErlangParser.guard().
The default implementation does nothing.
exitGuard in interface ErlangListenerctx - the parse treepublic void enterAtomic(ErlangParser.AtomicContext ctx)
ErlangParser.atomic().
The default implementation does nothing.
enterAtomic in interface ErlangListenerctx - the parse treepublic void exitAtomic(ErlangParser.AtomicContext ctx)
ErlangParser.atomic().
The default implementation does nothing.
exitAtomic in interface ErlangListenerctx - the parse treepublic void enterPrefixOp(ErlangParser.PrefixOpContext ctx)
ErlangParser.prefixOp().
The default implementation does nothing.
enterPrefixOp in interface ErlangListenerctx - the parse treepublic void exitPrefixOp(ErlangParser.PrefixOpContext ctx)
ErlangParser.prefixOp().
The default implementation does nothing.
exitPrefixOp in interface ErlangListenerctx - the parse treepublic void enterMultOp(ErlangParser.MultOpContext ctx)
ErlangParser.multOp().
The default implementation does nothing.
enterMultOp in interface ErlangListenerctx - the parse treepublic void exitMultOp(ErlangParser.MultOpContext ctx)
ErlangParser.multOp().
The default implementation does nothing.
exitMultOp in interface ErlangListenerctx - the parse treepublic void enterAddOp(ErlangParser.AddOpContext ctx)
ErlangParser.addOp().
The default implementation does nothing.
enterAddOp in interface ErlangListenerctx - the parse treepublic void exitAddOp(ErlangParser.AddOpContext ctx)
ErlangParser.addOp().
The default implementation does nothing.
exitAddOp in interface ErlangListenerctx - the parse treepublic void enterListOp(ErlangParser.ListOpContext ctx)
ErlangParser.listOp().
The default implementation does nothing.
enterListOp in interface ErlangListenerctx - the parse treepublic void exitListOp(ErlangParser.ListOpContext ctx)
ErlangParser.listOp().
The default implementation does nothing.
exitListOp in interface ErlangListenerctx - the parse treepublic void enterCompOp(ErlangParser.CompOpContext ctx)
ErlangParser.compOp().
The default implementation does nothing.
enterCompOp in interface ErlangListenerctx - the parse treepublic void exitCompOp(ErlangParser.CompOpContext ctx)
ErlangParser.compOp().
The default implementation does nothing.
exitCompOp in interface ErlangListenerctx - the parse treepublic void enterRuleClauses(ErlangParser.RuleClausesContext ctx)
ErlangParser.ruleClauses().
The default implementation does nothing.
enterRuleClauses in interface ErlangListenerctx - the parse treepublic void exitRuleClauses(ErlangParser.RuleClausesContext ctx)
ErlangParser.ruleClauses().
The default implementation does nothing.
exitRuleClauses in interface ErlangListenerctx - the parse treepublic void enterRuleClause(ErlangParser.RuleClauseContext ctx)
ErlangParser.ruleClause().
The default implementation does nothing.
enterRuleClause in interface ErlangListenerctx - the parse treepublic void exitRuleClause(ErlangParser.RuleClauseContext ctx)
ErlangParser.ruleClause().
The default implementation does nothing.
exitRuleClause in interface ErlangListenerctx - the parse treepublic void enterRuleBody(ErlangParser.RuleBodyContext ctx)
ErlangParser.ruleBody().
The default implementation does nothing.
enterRuleBody in interface ErlangListenerctx - the parse treepublic void exitRuleBody(ErlangParser.RuleBodyContext ctx)
ErlangParser.ruleBody().
The default implementation does nothing.
exitRuleBody in interface ErlangListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021 Markus Heberling. All rights reserved.