public class ApexParserBaseListener extends Object implements ApexParserListener
ApexParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
ApexParserBaseListener() |
public void enterTriggerUnit(ApexParser.TriggerUnitContext ctx)
ApexParser.triggerUnit().
The default implementation does nothing.
enterTriggerUnit in interface ApexParserListenerctx - the parse treepublic void exitTriggerUnit(ApexParser.TriggerUnitContext ctx)
ApexParser.triggerUnit().
The default implementation does nothing.
exitTriggerUnit in interface ApexParserListenerctx - the parse treepublic void enterTriggerCase(ApexParser.TriggerCaseContext ctx)
ApexParser.triggerCase().
The default implementation does nothing.
enterTriggerCase in interface ApexParserListenerctx - the parse treepublic void exitTriggerCase(ApexParser.TriggerCaseContext ctx)
ApexParser.triggerCase().
The default implementation does nothing.
exitTriggerCase in interface ApexParserListenerctx - the parse treepublic void enterCompilationUnit(ApexParser.CompilationUnitContext ctx)
ApexParser.compilationUnit().
The default implementation does nothing.
enterCompilationUnit in interface ApexParserListenerctx - the parse treepublic void exitCompilationUnit(ApexParser.CompilationUnitContext ctx)
ApexParser.compilationUnit().
The default implementation does nothing.
exitCompilationUnit in interface ApexParserListenerctx - the parse treepublic void enterTypeDeclaration(ApexParser.TypeDeclarationContext ctx)
ApexParser.typeDeclaration().
The default implementation does nothing.
enterTypeDeclaration in interface ApexParserListenerctx - the parse treepublic void exitTypeDeclaration(ApexParser.TypeDeclarationContext ctx)
ApexParser.typeDeclaration().
The default implementation does nothing.
exitTypeDeclaration in interface ApexParserListenerctx - the parse treepublic void enterClassDeclaration(ApexParser.ClassDeclarationContext ctx)
ApexParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration in interface ApexParserListenerctx - the parse treepublic void exitClassDeclaration(ApexParser.ClassDeclarationContext ctx)
ApexParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration in interface ApexParserListenerctx - the parse treepublic void enterEnumDeclaration(ApexParser.EnumDeclarationContext ctx)
ApexParser.enumDeclaration().
The default implementation does nothing.
enterEnumDeclaration in interface ApexParserListenerctx - the parse treepublic void exitEnumDeclaration(ApexParser.EnumDeclarationContext ctx)
ApexParser.enumDeclaration().
The default implementation does nothing.
exitEnumDeclaration in interface ApexParserListenerctx - the parse treepublic void enterEnumConstants(ApexParser.EnumConstantsContext ctx)
ApexParser.enumConstants().
The default implementation does nothing.
enterEnumConstants in interface ApexParserListenerctx - the parse treepublic void exitEnumConstants(ApexParser.EnumConstantsContext ctx)
ApexParser.enumConstants().
The default implementation does nothing.
exitEnumConstants in interface ApexParserListenerctx - the parse treepublic void enterInterfaceDeclaration(ApexParser.InterfaceDeclarationContext ctx)
ApexParser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration in interface ApexParserListenerctx - the parse treepublic void exitInterfaceDeclaration(ApexParser.InterfaceDeclarationContext ctx)
ApexParser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration in interface ApexParserListenerctx - the parse treepublic void enterTypeList(ApexParser.TypeListContext ctx)
ApexParser.typeList().
The default implementation does nothing.
enterTypeList in interface ApexParserListenerctx - the parse treepublic void exitTypeList(ApexParser.TypeListContext ctx)
ApexParser.typeList().
The default implementation does nothing.
exitTypeList in interface ApexParserListenerctx - the parse treepublic void enterClassBody(ApexParser.ClassBodyContext ctx)
ApexParser.classBody().
The default implementation does nothing.
enterClassBody in interface ApexParserListenerctx - the parse treepublic void exitClassBody(ApexParser.ClassBodyContext ctx)
ApexParser.classBody().
The default implementation does nothing.
exitClassBody in interface ApexParserListenerctx - the parse treepublic void enterInterfaceBody(ApexParser.InterfaceBodyContext ctx)
ApexParser.interfaceBody().
The default implementation does nothing.
enterInterfaceBody in interface ApexParserListenerctx - the parse treepublic void exitInterfaceBody(ApexParser.InterfaceBodyContext ctx)
ApexParser.interfaceBody().
The default implementation does nothing.
exitInterfaceBody in interface ApexParserListenerctx - the parse treepublic void enterClassBodyDeclaration(ApexParser.ClassBodyDeclarationContext ctx)
ApexParser.classBodyDeclaration().
The default implementation does nothing.
enterClassBodyDeclaration in interface ApexParserListenerctx - the parse treepublic void exitClassBodyDeclaration(ApexParser.ClassBodyDeclarationContext ctx)
ApexParser.classBodyDeclaration().
The default implementation does nothing.
exitClassBodyDeclaration in interface ApexParserListenerctx - the parse treepublic void enterModifier(ApexParser.ModifierContext ctx)
ApexParser.modifier().
The default implementation does nothing.
enterModifier in interface ApexParserListenerctx - the parse treepublic void exitModifier(ApexParser.ModifierContext ctx)
ApexParser.modifier().
The default implementation does nothing.
exitModifier in interface ApexParserListenerctx - the parse treepublic void enterMemberDeclaration(ApexParser.MemberDeclarationContext ctx)
ApexParser.memberDeclaration().
The default implementation does nothing.
enterMemberDeclaration in interface ApexParserListenerctx - the parse treepublic void exitMemberDeclaration(ApexParser.MemberDeclarationContext ctx)
ApexParser.memberDeclaration().
The default implementation does nothing.
exitMemberDeclaration in interface ApexParserListenerctx - the parse treepublic void enterMethodDeclaration(ApexParser.MethodDeclarationContext ctx)
ApexParser.methodDeclaration().
The default implementation does nothing.
enterMethodDeclaration in interface ApexParserListenerctx - the parse treepublic void exitMethodDeclaration(ApexParser.MethodDeclarationContext ctx)
ApexParser.methodDeclaration().
The default implementation does nothing.
exitMethodDeclaration in interface ApexParserListenerctx - the parse treepublic void enterConstructorDeclaration(ApexParser.ConstructorDeclarationContext ctx)
ApexParser.constructorDeclaration().
The default implementation does nothing.
enterConstructorDeclaration in interface ApexParserListenerctx - the parse treepublic void exitConstructorDeclaration(ApexParser.ConstructorDeclarationContext ctx)
ApexParser.constructorDeclaration().
The default implementation does nothing.
exitConstructorDeclaration in interface ApexParserListenerctx - the parse treepublic void enterFieldDeclaration(ApexParser.FieldDeclarationContext ctx)
ApexParser.fieldDeclaration().
The default implementation does nothing.
enterFieldDeclaration in interface ApexParserListenerctx - the parse treepublic void exitFieldDeclaration(ApexParser.FieldDeclarationContext ctx)
ApexParser.fieldDeclaration().
The default implementation does nothing.
exitFieldDeclaration in interface ApexParserListenerctx - the parse treepublic void enterPropertyDeclaration(ApexParser.PropertyDeclarationContext ctx)
ApexParser.propertyDeclaration().
The default implementation does nothing.
enterPropertyDeclaration in interface ApexParserListenerctx - the parse treepublic void exitPropertyDeclaration(ApexParser.PropertyDeclarationContext ctx)
ApexParser.propertyDeclaration().
The default implementation does nothing.
exitPropertyDeclaration in interface ApexParserListenerctx - the parse treepublic void enterInterfaceMethodDeclaration(ApexParser.InterfaceMethodDeclarationContext ctx)
ApexParser.interfaceMethodDeclaration().
The default implementation does nothing.
enterInterfaceMethodDeclaration in interface ApexParserListenerctx - the parse treepublic void exitInterfaceMethodDeclaration(ApexParser.InterfaceMethodDeclarationContext ctx)
ApexParser.interfaceMethodDeclaration().
The default implementation does nothing.
exitInterfaceMethodDeclaration in interface ApexParserListenerctx - the parse treepublic void enterVariableDeclarators(ApexParser.VariableDeclaratorsContext ctx)
ApexParser.variableDeclarators().
The default implementation does nothing.
enterVariableDeclarators in interface ApexParserListenerctx - the parse treepublic void exitVariableDeclarators(ApexParser.VariableDeclaratorsContext ctx)
ApexParser.variableDeclarators().
The default implementation does nothing.
exitVariableDeclarators in interface ApexParserListenerctx - the parse treepublic void enterVariableDeclarator(ApexParser.VariableDeclaratorContext ctx)
ApexParser.variableDeclarator().
The default implementation does nothing.
enterVariableDeclarator in interface ApexParserListenerctx - the parse treepublic void exitVariableDeclarator(ApexParser.VariableDeclaratorContext ctx)
ApexParser.variableDeclarator().
The default implementation does nothing.
exitVariableDeclarator in interface ApexParserListenerctx - the parse treepublic void enterArrayInitializer(ApexParser.ArrayInitializerContext ctx)
ApexParser.arrayInitializer().
The default implementation does nothing.
enterArrayInitializer in interface ApexParserListenerctx - the parse treepublic void exitArrayInitializer(ApexParser.ArrayInitializerContext ctx)
ApexParser.arrayInitializer().
The default implementation does nothing.
exitArrayInitializer in interface ApexParserListenerctx - the parse treepublic void enterTypeRef(ApexParser.TypeRefContext ctx)
ApexParser.typeRef().
The default implementation does nothing.
enterTypeRef in interface ApexParserListenerctx - the parse treepublic void exitTypeRef(ApexParser.TypeRefContext ctx)
ApexParser.typeRef().
The default implementation does nothing.
exitTypeRef in interface ApexParserListenerctx - the parse treepublic void enterArraySubscripts(ApexParser.ArraySubscriptsContext ctx)
ApexParser.arraySubscripts().
The default implementation does nothing.
enterArraySubscripts in interface ApexParserListenerctx - the parse treepublic void exitArraySubscripts(ApexParser.ArraySubscriptsContext ctx)
ApexParser.arraySubscripts().
The default implementation does nothing.
exitArraySubscripts in interface ApexParserListenerctx - the parse treepublic void enterTypeName(ApexParser.TypeNameContext ctx)
ApexParser.typeName().
The default implementation does nothing.
enterTypeName in interface ApexParserListenerctx - the parse treepublic void exitTypeName(ApexParser.TypeNameContext ctx)
ApexParser.typeName().
The default implementation does nothing.
exitTypeName in interface ApexParserListenerctx - the parse treepublic void enterTypeArguments(ApexParser.TypeArgumentsContext ctx)
ApexParser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface ApexParserListenerctx - the parse treepublic void exitTypeArguments(ApexParser.TypeArgumentsContext ctx)
ApexParser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface ApexParserListenerctx - the parse treepublic void enterFormalParameters(ApexParser.FormalParametersContext ctx)
ApexParser.formalParameters().
The default implementation does nothing.
enterFormalParameters in interface ApexParserListenerctx - the parse treepublic void exitFormalParameters(ApexParser.FormalParametersContext ctx)
ApexParser.formalParameters().
The default implementation does nothing.
exitFormalParameters in interface ApexParserListenerctx - the parse treepublic void enterFormalParameterList(ApexParser.FormalParameterListContext ctx)
ApexParser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList in interface ApexParserListenerctx - the parse treepublic void exitFormalParameterList(ApexParser.FormalParameterListContext ctx)
ApexParser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList in interface ApexParserListenerctx - the parse treepublic void enterFormalParameter(ApexParser.FormalParameterContext ctx)
ApexParser.formalParameter().
The default implementation does nothing.
enterFormalParameter in interface ApexParserListenerctx - the parse treepublic void exitFormalParameter(ApexParser.FormalParameterContext ctx)
ApexParser.formalParameter().
The default implementation does nothing.
exitFormalParameter in interface ApexParserListenerctx - the parse treepublic void enterQualifiedName(ApexParser.QualifiedNameContext ctx)
ApexParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName in interface ApexParserListenerctx - the parse treepublic void exitQualifiedName(ApexParser.QualifiedNameContext ctx)
ApexParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName in interface ApexParserListenerctx - the parse treepublic void enterLiteral(ApexParser.LiteralContext ctx)
ApexParser.literal().
The default implementation does nothing.
enterLiteral in interface ApexParserListenerctx - the parse treepublic void exitLiteral(ApexParser.LiteralContext ctx)
ApexParser.literal().
The default implementation does nothing.
exitLiteral in interface ApexParserListenerctx - the parse treepublic void enterAnnotation(ApexParser.AnnotationContext ctx)
ApexParser.annotation().
The default implementation does nothing.
enterAnnotation in interface ApexParserListenerctx - the parse treepublic void exitAnnotation(ApexParser.AnnotationContext ctx)
ApexParser.annotation().
The default implementation does nothing.
exitAnnotation in interface ApexParserListenerctx - the parse treepublic void enterElementValuePairs(ApexParser.ElementValuePairsContext ctx)
ApexParser.elementValuePairs().
The default implementation does nothing.
enterElementValuePairs in interface ApexParserListenerctx - the parse treepublic void exitElementValuePairs(ApexParser.ElementValuePairsContext ctx)
ApexParser.elementValuePairs().
The default implementation does nothing.
exitElementValuePairs in interface ApexParserListenerctx - the parse treepublic void enterElementValuePair(ApexParser.ElementValuePairContext ctx)
ApexParser.elementValuePair().
The default implementation does nothing.
enterElementValuePair in interface ApexParserListenerctx - the parse treepublic void exitElementValuePair(ApexParser.ElementValuePairContext ctx)
ApexParser.elementValuePair().
The default implementation does nothing.
exitElementValuePair in interface ApexParserListenerctx - the parse treepublic void enterElementValue(ApexParser.ElementValueContext ctx)
ApexParser.elementValue().
The default implementation does nothing.
enterElementValue in interface ApexParserListenerctx - the parse treepublic void exitElementValue(ApexParser.ElementValueContext ctx)
ApexParser.elementValue().
The default implementation does nothing.
exitElementValue in interface ApexParserListenerctx - the parse treepublic void enterElementValueArrayInitializer(ApexParser.ElementValueArrayInitializerContext ctx)
ApexParser.elementValueArrayInitializer().
The default implementation does nothing.
enterElementValueArrayInitializer in interface ApexParserListenerctx - the parse treepublic void exitElementValueArrayInitializer(ApexParser.ElementValueArrayInitializerContext ctx)
ApexParser.elementValueArrayInitializer().
The default implementation does nothing.
exitElementValueArrayInitializer in interface ApexParserListenerctx - the parse treepublic void enterBlock(ApexParser.BlockContext ctx)
ApexParser.block().
The default implementation does nothing.
enterBlock in interface ApexParserListenerctx - the parse treepublic void exitBlock(ApexParser.BlockContext ctx)
ApexParser.block().
The default implementation does nothing.
exitBlock in interface ApexParserListenerctx - the parse treepublic void enterLocalVariableDeclarationStatement(ApexParser.LocalVariableDeclarationStatementContext ctx)
ApexParser.localVariableDeclarationStatement().
The default implementation does nothing.
enterLocalVariableDeclarationStatement in interface ApexParserListenerctx - the parse treepublic void exitLocalVariableDeclarationStatement(ApexParser.LocalVariableDeclarationStatementContext ctx)
ApexParser.localVariableDeclarationStatement().
The default implementation does nothing.
exitLocalVariableDeclarationStatement in interface ApexParserListenerctx - the parse treepublic void enterLocalVariableDeclaration(ApexParser.LocalVariableDeclarationContext ctx)
ApexParser.localVariableDeclaration().
The default implementation does nothing.
enterLocalVariableDeclaration in interface ApexParserListenerctx - the parse treepublic void exitLocalVariableDeclaration(ApexParser.LocalVariableDeclarationContext ctx)
ApexParser.localVariableDeclaration().
The default implementation does nothing.
exitLocalVariableDeclaration in interface ApexParserListenerctx - the parse treepublic void enterStatement(ApexParser.StatementContext ctx)
ApexParser.statement().
The default implementation does nothing.
enterStatement in interface ApexParserListenerctx - the parse treepublic void exitStatement(ApexParser.StatementContext ctx)
ApexParser.statement().
The default implementation does nothing.
exitStatement in interface ApexParserListenerctx - the parse treepublic void enterIfStatement(ApexParser.IfStatementContext ctx)
ApexParser.ifStatement().
The default implementation does nothing.
enterIfStatement in interface ApexParserListenerctx - the parse treepublic void exitIfStatement(ApexParser.IfStatementContext ctx)
ApexParser.ifStatement().
The default implementation does nothing.
exitIfStatement in interface ApexParserListenerctx - the parse treepublic void enterSwitchStatement(ApexParser.SwitchStatementContext ctx)
ApexParser.switchStatement().
The default implementation does nothing.
enterSwitchStatement in interface ApexParserListenerctx - the parse treepublic void exitSwitchStatement(ApexParser.SwitchStatementContext ctx)
ApexParser.switchStatement().
The default implementation does nothing.
exitSwitchStatement in interface ApexParserListenerctx - the parse treepublic void enterWhenControl(ApexParser.WhenControlContext ctx)
ApexParser.whenControl().
The default implementation does nothing.
enterWhenControl in interface ApexParserListenerctx - the parse treepublic void exitWhenControl(ApexParser.WhenControlContext ctx)
ApexParser.whenControl().
The default implementation does nothing.
exitWhenControl in interface ApexParserListenerctx - the parse treepublic void enterWhenValue(ApexParser.WhenValueContext ctx)
ApexParser.whenValue().
The default implementation does nothing.
enterWhenValue in interface ApexParserListenerctx - the parse treepublic void exitWhenValue(ApexParser.WhenValueContext ctx)
ApexParser.whenValue().
The default implementation does nothing.
exitWhenValue in interface ApexParserListenerctx - the parse treepublic void enterWhenLiteral(ApexParser.WhenLiteralContext ctx)
ApexParser.whenLiteral().
The default implementation does nothing.
enterWhenLiteral in interface ApexParserListenerctx - the parse treepublic void exitWhenLiteral(ApexParser.WhenLiteralContext ctx)
ApexParser.whenLiteral().
The default implementation does nothing.
exitWhenLiteral in interface ApexParserListenerctx - the parse treepublic void enterForStatement(ApexParser.ForStatementContext ctx)
ApexParser.forStatement().
The default implementation does nothing.
enterForStatement in interface ApexParserListenerctx - the parse treepublic void exitForStatement(ApexParser.ForStatementContext ctx)
ApexParser.forStatement().
The default implementation does nothing.
exitForStatement in interface ApexParserListenerctx - the parse treepublic void enterWhileStatement(ApexParser.WhileStatementContext ctx)
ApexParser.whileStatement().
The default implementation does nothing.
enterWhileStatement in interface ApexParserListenerctx - the parse treepublic void exitWhileStatement(ApexParser.WhileStatementContext ctx)
ApexParser.whileStatement().
The default implementation does nothing.
exitWhileStatement in interface ApexParserListenerctx - the parse treepublic void enterDoWhileStatement(ApexParser.DoWhileStatementContext ctx)
ApexParser.doWhileStatement().
The default implementation does nothing.
enterDoWhileStatement in interface ApexParserListenerctx - the parse treepublic void exitDoWhileStatement(ApexParser.DoWhileStatementContext ctx)
ApexParser.doWhileStatement().
The default implementation does nothing.
exitDoWhileStatement in interface ApexParserListenerctx - the parse treepublic void enterTryStatement(ApexParser.TryStatementContext ctx)
ApexParser.tryStatement().
The default implementation does nothing.
enterTryStatement in interface ApexParserListenerctx - the parse treepublic void exitTryStatement(ApexParser.TryStatementContext ctx)
ApexParser.tryStatement().
The default implementation does nothing.
exitTryStatement in interface ApexParserListenerctx - the parse treepublic void enterReturnStatement(ApexParser.ReturnStatementContext ctx)
ApexParser.returnStatement().
The default implementation does nothing.
enterReturnStatement in interface ApexParserListenerctx - the parse treepublic void exitReturnStatement(ApexParser.ReturnStatementContext ctx)
ApexParser.returnStatement().
The default implementation does nothing.
exitReturnStatement in interface ApexParserListenerctx - the parse treepublic void enterThrowStatement(ApexParser.ThrowStatementContext ctx)
ApexParser.throwStatement().
The default implementation does nothing.
enterThrowStatement in interface ApexParserListenerctx - the parse treepublic void exitThrowStatement(ApexParser.ThrowStatementContext ctx)
ApexParser.throwStatement().
The default implementation does nothing.
exitThrowStatement in interface ApexParserListenerctx - the parse treepublic void enterBreakStatement(ApexParser.BreakStatementContext ctx)
ApexParser.breakStatement().
The default implementation does nothing.
enterBreakStatement in interface ApexParserListenerctx - the parse treepublic void exitBreakStatement(ApexParser.BreakStatementContext ctx)
ApexParser.breakStatement().
The default implementation does nothing.
exitBreakStatement in interface ApexParserListenerctx - the parse treepublic void enterContinueStatement(ApexParser.ContinueStatementContext ctx)
ApexParser.continueStatement().
The default implementation does nothing.
enterContinueStatement in interface ApexParserListenerctx - the parse treepublic void exitContinueStatement(ApexParser.ContinueStatementContext ctx)
ApexParser.continueStatement().
The default implementation does nothing.
exitContinueStatement in interface ApexParserListenerctx - the parse treepublic void enterInsertStatement(ApexParser.InsertStatementContext ctx)
ApexParser.insertStatement().
The default implementation does nothing.
enterInsertStatement in interface ApexParserListenerctx - the parse treepublic void exitInsertStatement(ApexParser.InsertStatementContext ctx)
ApexParser.insertStatement().
The default implementation does nothing.
exitInsertStatement in interface ApexParserListenerctx - the parse treepublic void enterUpdateStatement(ApexParser.UpdateStatementContext ctx)
ApexParser.updateStatement().
The default implementation does nothing.
enterUpdateStatement in interface ApexParserListenerctx - the parse treepublic void exitUpdateStatement(ApexParser.UpdateStatementContext ctx)
ApexParser.updateStatement().
The default implementation does nothing.
exitUpdateStatement in interface ApexParserListenerctx - the parse treepublic void enterDeleteStatement(ApexParser.DeleteStatementContext ctx)
ApexParser.deleteStatement().
The default implementation does nothing.
enterDeleteStatement in interface ApexParserListenerctx - the parse treepublic void exitDeleteStatement(ApexParser.DeleteStatementContext ctx)
ApexParser.deleteStatement().
The default implementation does nothing.
exitDeleteStatement in interface ApexParserListenerctx - the parse treepublic void enterUndeleteStatement(ApexParser.UndeleteStatementContext ctx)
ApexParser.undeleteStatement().
The default implementation does nothing.
enterUndeleteStatement in interface ApexParserListenerctx - the parse treepublic void exitUndeleteStatement(ApexParser.UndeleteStatementContext ctx)
ApexParser.undeleteStatement().
The default implementation does nothing.
exitUndeleteStatement in interface ApexParserListenerctx - the parse treepublic void enterUpsertStatement(ApexParser.UpsertStatementContext ctx)
ApexParser.upsertStatement().
The default implementation does nothing.
enterUpsertStatement in interface ApexParserListenerctx - the parse treepublic void exitUpsertStatement(ApexParser.UpsertStatementContext ctx)
ApexParser.upsertStatement().
The default implementation does nothing.
exitUpsertStatement in interface ApexParserListenerctx - the parse treepublic void enterMergeStatement(ApexParser.MergeStatementContext ctx)
ApexParser.mergeStatement().
The default implementation does nothing.
enterMergeStatement in interface ApexParserListenerctx - the parse treepublic void exitMergeStatement(ApexParser.MergeStatementContext ctx)
ApexParser.mergeStatement().
The default implementation does nothing.
exitMergeStatement in interface ApexParserListenerctx - the parse treepublic void enterRunAsStatement(ApexParser.RunAsStatementContext ctx)
ApexParser.runAsStatement().
The default implementation does nothing.
enterRunAsStatement in interface ApexParserListenerctx - the parse treepublic void exitRunAsStatement(ApexParser.RunAsStatementContext ctx)
ApexParser.runAsStatement().
The default implementation does nothing.
exitRunAsStatement in interface ApexParserListenerctx - the parse treepublic void enterExpressionStatement(ApexParser.ExpressionStatementContext ctx)
ApexParser.expressionStatement().
The default implementation does nothing.
enterExpressionStatement in interface ApexParserListenerctx - the parse treepublic void exitExpressionStatement(ApexParser.ExpressionStatementContext ctx)
ApexParser.expressionStatement().
The default implementation does nothing.
exitExpressionStatement in interface ApexParserListenerctx - the parse treepublic void enterPropertyBlock(ApexParser.PropertyBlockContext ctx)
ApexParser.propertyBlock().
The default implementation does nothing.
enterPropertyBlock in interface ApexParserListenerctx - the parse treepublic void exitPropertyBlock(ApexParser.PropertyBlockContext ctx)
ApexParser.propertyBlock().
The default implementation does nothing.
exitPropertyBlock in interface ApexParserListenerctx - the parse treepublic void enterGetter(ApexParser.GetterContext ctx)
ApexParser.getter().
The default implementation does nothing.
enterGetter in interface ApexParserListenerctx - the parse treepublic void exitGetter(ApexParser.GetterContext ctx)
ApexParser.getter().
The default implementation does nothing.
exitGetter in interface ApexParserListenerctx - the parse treepublic void enterSetter(ApexParser.SetterContext ctx)
ApexParser.setter().
The default implementation does nothing.
enterSetter in interface ApexParserListenerctx - the parse treepublic void exitSetter(ApexParser.SetterContext ctx)
ApexParser.setter().
The default implementation does nothing.
exitSetter in interface ApexParserListenerctx - the parse treepublic void enterCatchClause(ApexParser.CatchClauseContext ctx)
ApexParser.catchClause().
The default implementation does nothing.
enterCatchClause in interface ApexParserListenerctx - the parse treepublic void exitCatchClause(ApexParser.CatchClauseContext ctx)
ApexParser.catchClause().
The default implementation does nothing.
exitCatchClause in interface ApexParserListenerctx - the parse treepublic void enterFinallyBlock(ApexParser.FinallyBlockContext ctx)
ApexParser.finallyBlock().
The default implementation does nothing.
enterFinallyBlock in interface ApexParserListenerctx - the parse treepublic void exitFinallyBlock(ApexParser.FinallyBlockContext ctx)
ApexParser.finallyBlock().
The default implementation does nothing.
exitFinallyBlock in interface ApexParserListenerctx - the parse treepublic void enterForControl(ApexParser.ForControlContext ctx)
ApexParser.forControl().
The default implementation does nothing.
enterForControl in interface ApexParserListenerctx - the parse treepublic void exitForControl(ApexParser.ForControlContext ctx)
ApexParser.forControl().
The default implementation does nothing.
exitForControl in interface ApexParserListenerctx - the parse treepublic void enterForInit(ApexParser.ForInitContext ctx)
ApexParser.forInit().
The default implementation does nothing.
enterForInit in interface ApexParserListenerctx - the parse treepublic void exitForInit(ApexParser.ForInitContext ctx)
ApexParser.forInit().
The default implementation does nothing.
exitForInit in interface ApexParserListenerctx - the parse treepublic void enterEnhancedForControl(ApexParser.EnhancedForControlContext ctx)
ApexParser.enhancedForControl().
The default implementation does nothing.
enterEnhancedForControl in interface ApexParserListenerctx - the parse treepublic void exitEnhancedForControl(ApexParser.EnhancedForControlContext ctx)
ApexParser.enhancedForControl().
The default implementation does nothing.
exitEnhancedForControl in interface ApexParserListenerctx - the parse treepublic void enterForUpdate(ApexParser.ForUpdateContext ctx)
ApexParser.forUpdate().
The default implementation does nothing.
enterForUpdate in interface ApexParserListenerctx - the parse treepublic void exitForUpdate(ApexParser.ForUpdateContext ctx)
ApexParser.forUpdate().
The default implementation does nothing.
exitForUpdate in interface ApexParserListenerctx - the parse treepublic void enterParExpression(ApexParser.ParExpressionContext ctx)
ApexParser.parExpression().
The default implementation does nothing.
enterParExpression in interface ApexParserListenerctx - the parse treepublic void exitParExpression(ApexParser.ParExpressionContext ctx)
ApexParser.parExpression().
The default implementation does nothing.
exitParExpression in interface ApexParserListenerctx - the parse treepublic void enterExpressionList(ApexParser.ExpressionListContext ctx)
ApexParser.expressionList().
The default implementation does nothing.
enterExpressionList in interface ApexParserListenerctx - the parse treepublic void exitExpressionList(ApexParser.ExpressionListContext ctx)
ApexParser.expressionList().
The default implementation does nothing.
exitExpressionList in interface ApexParserListenerctx - the parse treepublic void enterPrimaryExpression(ApexParser.PrimaryExpressionContext ctx)
primaryExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterPrimaryExpression in interface ApexParserListenerctx - the parse treepublic void exitPrimaryExpression(ApexParser.PrimaryExpressionContext ctx)
primaryExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitPrimaryExpression in interface ApexParserListenerctx - the parse treepublic void enterArth1Expression(ApexParser.Arth1ExpressionContext ctx)
arth1Expression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterArth1Expression in interface ApexParserListenerctx - the parse treepublic void exitArth1Expression(ApexParser.Arth1ExpressionContext ctx)
arth1Expression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitArth1Expression in interface ApexParserListenerctx - the parse treepublic void enterDotExpression(ApexParser.DotExpressionContext ctx)
dotExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterDotExpression in interface ApexParserListenerctx - the parse treepublic void exitDotExpression(ApexParser.DotExpressionContext ctx)
dotExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitDotExpression in interface ApexParserListenerctx - the parse treepublic void enterBitOrExpression(ApexParser.BitOrExpressionContext ctx)
bitOrExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterBitOrExpression in interface ApexParserListenerctx - the parse treepublic void exitBitOrExpression(ApexParser.BitOrExpressionContext ctx)
bitOrExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitBitOrExpression in interface ApexParserListenerctx - the parse treepublic void enterArrayExpression(ApexParser.ArrayExpressionContext ctx)
arrayExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterArrayExpression in interface ApexParserListenerctx - the parse treepublic void exitArrayExpression(ApexParser.ArrayExpressionContext ctx)
arrayExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitArrayExpression in interface ApexParserListenerctx - the parse treepublic void enterNewExpression(ApexParser.NewExpressionContext ctx)
newExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterNewExpression in interface ApexParserListenerctx - the parse treepublic void exitNewExpression(ApexParser.NewExpressionContext ctx)
newExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitNewExpression in interface ApexParserListenerctx - the parse treepublic void enterAssignExpression(ApexParser.AssignExpressionContext ctx)
assignExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterAssignExpression in interface ApexParserListenerctx - the parse treepublic void exitAssignExpression(ApexParser.AssignExpressionContext ctx)
assignExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitAssignExpression in interface ApexParserListenerctx - the parse treepublic void enterMethodCallExpression(ApexParser.MethodCallExpressionContext ctx)
methodCallExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterMethodCallExpression in interface ApexParserListenerctx - the parse treepublic void exitMethodCallExpression(ApexParser.MethodCallExpressionContext ctx)
methodCallExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitMethodCallExpression in interface ApexParserListenerctx - the parse treepublic void enterBitNotExpression(ApexParser.BitNotExpressionContext ctx)
bitNotExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterBitNotExpression in interface ApexParserListenerctx - the parse treepublic void exitBitNotExpression(ApexParser.BitNotExpressionContext ctx)
bitNotExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitBitNotExpression in interface ApexParserListenerctx - the parse treepublic void enterArth2Expression(ApexParser.Arth2ExpressionContext ctx)
arth2Expression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterArth2Expression in interface ApexParserListenerctx - the parse treepublic void exitArth2Expression(ApexParser.Arth2ExpressionContext ctx)
arth2Expression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitArth2Expression in interface ApexParserListenerctx - the parse treepublic void enterLogAndExpression(ApexParser.LogAndExpressionContext ctx)
logAndExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterLogAndExpression in interface ApexParserListenerctx - the parse treepublic void exitLogAndExpression(ApexParser.LogAndExpressionContext ctx)
logAndExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitLogAndExpression in interface ApexParserListenerctx - the parse treepublic void enterCastExpression(ApexParser.CastExpressionContext ctx)
castExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterCastExpression in interface ApexParserListenerctx - the parse treepublic void exitCastExpression(ApexParser.CastExpressionContext ctx)
castExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitCastExpression in interface ApexParserListenerctx - the parse treepublic void enterBitAndExpression(ApexParser.BitAndExpressionContext ctx)
bitAndExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterBitAndExpression in interface ApexParserListenerctx - the parse treepublic void exitBitAndExpression(ApexParser.BitAndExpressionContext ctx)
bitAndExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitBitAndExpression in interface ApexParserListenerctx - the parse treepublic void enterCmpExpression(ApexParser.CmpExpressionContext ctx)
cmpExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterCmpExpression in interface ApexParserListenerctx - the parse treepublic void exitCmpExpression(ApexParser.CmpExpressionContext ctx)
cmpExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitCmpExpression in interface ApexParserListenerctx - the parse treepublic void enterBitExpression(ApexParser.BitExpressionContext ctx)
bitExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterBitExpression in interface ApexParserListenerctx - the parse treepublic void exitBitExpression(ApexParser.BitExpressionContext ctx)
bitExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitBitExpression in interface ApexParserListenerctx - the parse treepublic void enterLogOrExpression(ApexParser.LogOrExpressionContext ctx)
logOrExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterLogOrExpression in interface ApexParserListenerctx - the parse treepublic void exitLogOrExpression(ApexParser.LogOrExpressionContext ctx)
logOrExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitLogOrExpression in interface ApexParserListenerctx - the parse treepublic void enterCondExpression(ApexParser.CondExpressionContext ctx)
condExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterCondExpression in interface ApexParserListenerctx - the parse treepublic void exitCondExpression(ApexParser.CondExpressionContext ctx)
condExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitCondExpression in interface ApexParserListenerctx - the parse treepublic void enterEqualityExpression(ApexParser.EqualityExpressionContext ctx)
equalityExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterEqualityExpression in interface ApexParserListenerctx - the parse treepublic void exitEqualityExpression(ApexParser.EqualityExpressionContext ctx)
equalityExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitEqualityExpression in interface ApexParserListenerctx - the parse treepublic void enterPostOpExpression(ApexParser.PostOpExpressionContext ctx)
postOpExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterPostOpExpression in interface ApexParserListenerctx - the parse treepublic void exitPostOpExpression(ApexParser.PostOpExpressionContext ctx)
postOpExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitPostOpExpression in interface ApexParserListenerctx - the parse treepublic void enterNegExpression(ApexParser.NegExpressionContext ctx)
negExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterNegExpression in interface ApexParserListenerctx - the parse treepublic void exitNegExpression(ApexParser.NegExpressionContext ctx)
negExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitNegExpression in interface ApexParserListenerctx - the parse treepublic void enterPreOpExpression(ApexParser.PreOpExpressionContext ctx)
preOpExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterPreOpExpression in interface ApexParserListenerctx - the parse treepublic void exitPreOpExpression(ApexParser.PreOpExpressionContext ctx)
preOpExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitPreOpExpression in interface ApexParserListenerctx - the parse treepublic void enterSubExpression(ApexParser.SubExpressionContext ctx)
subExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterSubExpression in interface ApexParserListenerctx - the parse treepublic void exitSubExpression(ApexParser.SubExpressionContext ctx)
subExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitSubExpression in interface ApexParserListenerctx - the parse treepublic void enterInstanceOfExpression(ApexParser.InstanceOfExpressionContext ctx)
instanceOfExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
enterInstanceOfExpression in interface ApexParserListenerctx - the parse treepublic void exitInstanceOfExpression(ApexParser.InstanceOfExpressionContext ctx)
instanceOfExpression
labeled alternative in ApexParser.expression().
The default implementation does nothing.
exitInstanceOfExpression in interface ApexParserListenerctx - the parse treepublic void enterThisPrimary(ApexParser.ThisPrimaryContext ctx)
thisPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterThisPrimary in interface ApexParserListenerctx - the parse treepublic void exitThisPrimary(ApexParser.ThisPrimaryContext ctx)
thisPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitThisPrimary in interface ApexParserListenerctx - the parse treepublic void enterSuperPrimary(ApexParser.SuperPrimaryContext ctx)
superPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterSuperPrimary in interface ApexParserListenerctx - the parse treepublic void exitSuperPrimary(ApexParser.SuperPrimaryContext ctx)
superPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitSuperPrimary in interface ApexParserListenerctx - the parse treepublic void enterLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
literalPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterLiteralPrimary in interface ApexParserListenerctx - the parse treepublic void exitLiteralPrimary(ApexParser.LiteralPrimaryContext ctx)
literalPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitLiteralPrimary in interface ApexParserListenerctx - the parse treepublic void enterTypeRefPrimary(ApexParser.TypeRefPrimaryContext ctx)
typeRefPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterTypeRefPrimary in interface ApexParserListenerctx - the parse treepublic void exitTypeRefPrimary(ApexParser.TypeRefPrimaryContext ctx)
typeRefPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitTypeRefPrimary in interface ApexParserListenerctx - the parse treepublic void enterIdPrimary(ApexParser.IdPrimaryContext ctx)
idPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterIdPrimary in interface ApexParserListenerctx - the parse treepublic void exitIdPrimary(ApexParser.IdPrimaryContext ctx)
idPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitIdPrimary in interface ApexParserListenerctx - the parse treepublic void enterSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
soqlPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterSoqlPrimary in interface ApexParserListenerctx - the parse treepublic void exitSoqlPrimary(ApexParser.SoqlPrimaryContext ctx)
soqlPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitSoqlPrimary in interface ApexParserListenerctx - the parse treepublic void enterSoslPrimary(ApexParser.SoslPrimaryContext ctx)
soslPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
enterSoslPrimary in interface ApexParserListenerctx - the parse treepublic void exitSoslPrimary(ApexParser.SoslPrimaryContext ctx)
soslPrimary
labeled alternative in ApexParser.primary().
The default implementation does nothing.
exitSoslPrimary in interface ApexParserListenerctx - the parse treepublic void enterMethodCall(ApexParser.MethodCallContext ctx)
ApexParser.methodCall().
The default implementation does nothing.
enterMethodCall in interface ApexParserListenerctx - the parse treepublic void exitMethodCall(ApexParser.MethodCallContext ctx)
ApexParser.methodCall().
The default implementation does nothing.
exitMethodCall in interface ApexParserListenerctx - the parse treepublic void enterDotMethodCall(ApexParser.DotMethodCallContext ctx)
ApexParser.dotMethodCall().
The default implementation does nothing.
enterDotMethodCall in interface ApexParserListenerctx - the parse treepublic void exitDotMethodCall(ApexParser.DotMethodCallContext ctx)
ApexParser.dotMethodCall().
The default implementation does nothing.
exitDotMethodCall in interface ApexParserListenerctx - the parse treepublic void enterCreator(ApexParser.CreatorContext ctx)
ApexParser.creator().
The default implementation does nothing.
enterCreator in interface ApexParserListenerctx - the parse treepublic void exitCreator(ApexParser.CreatorContext ctx)
ApexParser.creator().
The default implementation does nothing.
exitCreator in interface ApexParserListenerctx - the parse treepublic void enterCreatedName(ApexParser.CreatedNameContext ctx)
ApexParser.createdName().
The default implementation does nothing.
enterCreatedName in interface ApexParserListenerctx - the parse treepublic void exitCreatedName(ApexParser.CreatedNameContext ctx)
ApexParser.createdName().
The default implementation does nothing.
exitCreatedName in interface ApexParserListenerctx - the parse treepublic void enterIdCreatedNamePair(ApexParser.IdCreatedNamePairContext ctx)
ApexParser.idCreatedNamePair().
The default implementation does nothing.
enterIdCreatedNamePair in interface ApexParserListenerctx - the parse treepublic void exitIdCreatedNamePair(ApexParser.IdCreatedNamePairContext ctx)
ApexParser.idCreatedNamePair().
The default implementation does nothing.
exitIdCreatedNamePair in interface ApexParserListenerctx - the parse treepublic void enterNoRest(ApexParser.NoRestContext ctx)
ApexParser.noRest().
The default implementation does nothing.
enterNoRest in interface ApexParserListenerctx - the parse treepublic void exitNoRest(ApexParser.NoRestContext ctx)
ApexParser.noRest().
The default implementation does nothing.
exitNoRest in interface ApexParserListenerctx - the parse treepublic void enterClassCreatorRest(ApexParser.ClassCreatorRestContext ctx)
ApexParser.classCreatorRest().
The default implementation does nothing.
enterClassCreatorRest in interface ApexParserListenerctx - the parse treepublic void exitClassCreatorRest(ApexParser.ClassCreatorRestContext ctx)
ApexParser.classCreatorRest().
The default implementation does nothing.
exitClassCreatorRest in interface ApexParserListenerctx - the parse treepublic void enterArrayCreatorRest(ApexParser.ArrayCreatorRestContext ctx)
ApexParser.arrayCreatorRest().
The default implementation does nothing.
enterArrayCreatorRest in interface ApexParserListenerctx - the parse treepublic void exitArrayCreatorRest(ApexParser.ArrayCreatorRestContext ctx)
ApexParser.arrayCreatorRest().
The default implementation does nothing.
exitArrayCreatorRest in interface ApexParserListenerctx - the parse treepublic void enterMapCreatorRest(ApexParser.MapCreatorRestContext ctx)
ApexParser.mapCreatorRest().
The default implementation does nothing.
enterMapCreatorRest in interface ApexParserListenerctx - the parse treepublic void exitMapCreatorRest(ApexParser.MapCreatorRestContext ctx)
ApexParser.mapCreatorRest().
The default implementation does nothing.
exitMapCreatorRest in interface ApexParserListenerctx - the parse treepublic void enterMapCreatorRestPair(ApexParser.MapCreatorRestPairContext ctx)
ApexParser.mapCreatorRestPair().
The default implementation does nothing.
enterMapCreatorRestPair in interface ApexParserListenerctx - the parse treepublic void exitMapCreatorRestPair(ApexParser.MapCreatorRestPairContext ctx)
ApexParser.mapCreatorRestPair().
The default implementation does nothing.
exitMapCreatorRestPair in interface ApexParserListenerctx - the parse treepublic void enterSetCreatorRest(ApexParser.SetCreatorRestContext ctx)
ApexParser.setCreatorRest().
The default implementation does nothing.
enterSetCreatorRest in interface ApexParserListenerctx - the parse treepublic void exitSetCreatorRest(ApexParser.SetCreatorRestContext ctx)
ApexParser.setCreatorRest().
The default implementation does nothing.
exitSetCreatorRest in interface ApexParserListenerctx - the parse treepublic void enterArguments(ApexParser.ArgumentsContext ctx)
ApexParser.arguments().
The default implementation does nothing.
enterArguments in interface ApexParserListenerctx - the parse treepublic void exitArguments(ApexParser.ArgumentsContext ctx)
ApexParser.arguments().
The default implementation does nothing.
exitArguments in interface ApexParserListenerctx - the parse treepublic void enterSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
ApexParser.soqlLiteral().
The default implementation does nothing.
enterSoqlLiteral in interface ApexParserListenerctx - the parse treepublic void exitSoqlLiteral(ApexParser.SoqlLiteralContext ctx)
ApexParser.soqlLiteral().
The default implementation does nothing.
exitSoqlLiteral in interface ApexParserListenerctx - the parse treepublic void enterQuery(ApexParser.QueryContext ctx)
ApexParser.query().
The default implementation does nothing.
enterQuery in interface ApexParserListenerctx - the parse treepublic void exitQuery(ApexParser.QueryContext ctx)
ApexParser.query().
The default implementation does nothing.
exitQuery in interface ApexParserListenerctx - the parse treepublic void enterSubQuery(ApexParser.SubQueryContext ctx)
ApexParser.subQuery().
The default implementation does nothing.
enterSubQuery in interface ApexParserListenerctx - the parse treepublic void exitSubQuery(ApexParser.SubQueryContext ctx)
ApexParser.subQuery().
The default implementation does nothing.
exitSubQuery in interface ApexParserListenerctx - the parse treepublic void enterSelectList(ApexParser.SelectListContext ctx)
ApexParser.selectList().
The default implementation does nothing.
enterSelectList in interface ApexParserListenerctx - the parse treepublic void exitSelectList(ApexParser.SelectListContext ctx)
ApexParser.selectList().
The default implementation does nothing.
exitSelectList in interface ApexParserListenerctx - the parse treepublic void enterSelectEntry(ApexParser.SelectEntryContext ctx)
ApexParser.selectEntry().
The default implementation does nothing.
enterSelectEntry in interface ApexParserListenerctx - the parse treepublic void exitSelectEntry(ApexParser.SelectEntryContext ctx)
ApexParser.selectEntry().
The default implementation does nothing.
exitSelectEntry in interface ApexParserListenerctx - the parse treepublic void enterFieldName(ApexParser.FieldNameContext ctx)
ApexParser.fieldName().
The default implementation does nothing.
enterFieldName in interface ApexParserListenerctx - the parse treepublic void exitFieldName(ApexParser.FieldNameContext ctx)
ApexParser.fieldName().
The default implementation does nothing.
exitFieldName in interface ApexParserListenerctx - the parse treepublic void enterFromNameList(ApexParser.FromNameListContext ctx)
ApexParser.fromNameList().
The default implementation does nothing.
enterFromNameList in interface ApexParserListenerctx - the parse treepublic void exitFromNameList(ApexParser.FromNameListContext ctx)
ApexParser.fromNameList().
The default implementation does nothing.
exitFromNameList in interface ApexParserListenerctx - the parse treepublic void enterSubFieldList(ApexParser.SubFieldListContext ctx)
ApexParser.subFieldList().
The default implementation does nothing.
enterSubFieldList in interface ApexParserListenerctx - the parse treepublic void exitSubFieldList(ApexParser.SubFieldListContext ctx)
ApexParser.subFieldList().
The default implementation does nothing.
exitSubFieldList in interface ApexParserListenerctx - the parse treepublic void enterSubFieldEntry(ApexParser.SubFieldEntryContext ctx)
ApexParser.subFieldEntry().
The default implementation does nothing.
enterSubFieldEntry in interface ApexParserListenerctx - the parse treepublic void exitSubFieldEntry(ApexParser.SubFieldEntryContext ctx)
ApexParser.subFieldEntry().
The default implementation does nothing.
exitSubFieldEntry in interface ApexParserListenerctx - the parse treepublic void enterSoqlFieldsParameter(ApexParser.SoqlFieldsParameterContext ctx)
ApexParser.soqlFieldsParameter().
The default implementation does nothing.
enterSoqlFieldsParameter in interface ApexParserListenerctx - the parse treepublic void exitSoqlFieldsParameter(ApexParser.SoqlFieldsParameterContext ctx)
ApexParser.soqlFieldsParameter().
The default implementation does nothing.
exitSoqlFieldsParameter in interface ApexParserListenerctx - the parse treepublic void enterSoqlFunction(ApexParser.SoqlFunctionContext ctx)
ApexParser.soqlFunction().
The default implementation does nothing.
enterSoqlFunction in interface ApexParserListenerctx - the parse treepublic void exitSoqlFunction(ApexParser.SoqlFunctionContext ctx)
ApexParser.soqlFunction().
The default implementation does nothing.
exitSoqlFunction in interface ApexParserListenerctx - the parse treepublic void enterDateFieldName(ApexParser.DateFieldNameContext ctx)
ApexParser.dateFieldName().
The default implementation does nothing.
enterDateFieldName in interface ApexParserListenerctx - the parse treepublic void exitDateFieldName(ApexParser.DateFieldNameContext ctx)
ApexParser.dateFieldName().
The default implementation does nothing.
exitDateFieldName in interface ApexParserListenerctx - the parse treepublic void enterTypeOf(ApexParser.TypeOfContext ctx)
ApexParser.typeOf().
The default implementation does nothing.
enterTypeOf in interface ApexParserListenerctx - the parse treepublic void exitTypeOf(ApexParser.TypeOfContext ctx)
ApexParser.typeOf().
The default implementation does nothing.
exitTypeOf in interface ApexParserListenerctx - the parse treepublic void enterWhenClause(ApexParser.WhenClauseContext ctx)
ApexParser.whenClause().
The default implementation does nothing.
enterWhenClause in interface ApexParserListenerctx - the parse treepublic void exitWhenClause(ApexParser.WhenClauseContext ctx)
ApexParser.whenClause().
The default implementation does nothing.
exitWhenClause in interface ApexParserListenerctx - the parse treepublic void enterElseClause(ApexParser.ElseClauseContext ctx)
ApexParser.elseClause().
The default implementation does nothing.
enterElseClause in interface ApexParserListenerctx - the parse treepublic void exitElseClause(ApexParser.ElseClauseContext ctx)
ApexParser.elseClause().
The default implementation does nothing.
exitElseClause in interface ApexParserListenerctx - the parse treepublic void enterFieldNameList(ApexParser.FieldNameListContext ctx)
ApexParser.fieldNameList().
The default implementation does nothing.
enterFieldNameList in interface ApexParserListenerctx - the parse treepublic void exitFieldNameList(ApexParser.FieldNameListContext ctx)
ApexParser.fieldNameList().
The default implementation does nothing.
exitFieldNameList in interface ApexParserListenerctx - the parse treepublic void enterUsingScope(ApexParser.UsingScopeContext ctx)
ApexParser.usingScope().
The default implementation does nothing.
enterUsingScope in interface ApexParserListenerctx - the parse treepublic void exitUsingScope(ApexParser.UsingScopeContext ctx)
ApexParser.usingScope().
The default implementation does nothing.
exitUsingScope in interface ApexParserListenerctx - the parse treepublic void enterWhereClause(ApexParser.WhereClauseContext ctx)
ApexParser.whereClause().
The default implementation does nothing.
enterWhereClause in interface ApexParserListenerctx - the parse treepublic void exitWhereClause(ApexParser.WhereClauseContext ctx)
ApexParser.whereClause().
The default implementation does nothing.
exitWhereClause in interface ApexParserListenerctx - the parse treepublic void enterLogicalExpression(ApexParser.LogicalExpressionContext ctx)
ApexParser.logicalExpression().
The default implementation does nothing.
enterLogicalExpression in interface ApexParserListenerctx - the parse treepublic void exitLogicalExpression(ApexParser.LogicalExpressionContext ctx)
ApexParser.logicalExpression().
The default implementation does nothing.
exitLogicalExpression in interface ApexParserListenerctx - the parse treepublic void enterConditionalExpression(ApexParser.ConditionalExpressionContext ctx)
ApexParser.conditionalExpression().
The default implementation does nothing.
enterConditionalExpression in interface ApexParserListenerctx - the parse treepublic void exitConditionalExpression(ApexParser.ConditionalExpressionContext ctx)
ApexParser.conditionalExpression().
The default implementation does nothing.
exitConditionalExpression in interface ApexParserListenerctx - the parse treepublic void enterFieldExpression(ApexParser.FieldExpressionContext ctx)
ApexParser.fieldExpression().
The default implementation does nothing.
enterFieldExpression in interface ApexParserListenerctx - the parse treepublic void exitFieldExpression(ApexParser.FieldExpressionContext ctx)
ApexParser.fieldExpression().
The default implementation does nothing.
exitFieldExpression in interface ApexParserListenerctx - the parse treepublic void enterComparisonOperator(ApexParser.ComparisonOperatorContext ctx)
ApexParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator in interface ApexParserListenerctx - the parse treepublic void exitComparisonOperator(ApexParser.ComparisonOperatorContext ctx)
ApexParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator in interface ApexParserListenerctx - the parse treepublic void enterValue(ApexParser.ValueContext ctx)
ApexParser.value().
The default implementation does nothing.
enterValue in interface ApexParserListenerctx - the parse treepublic void exitValue(ApexParser.ValueContext ctx)
ApexParser.value().
The default implementation does nothing.
exitValue in interface ApexParserListenerctx - the parse treepublic void enterValueList(ApexParser.ValueListContext ctx)
ApexParser.valueList().
The default implementation does nothing.
enterValueList in interface ApexParserListenerctx - the parse treepublic void exitValueList(ApexParser.ValueListContext ctx)
ApexParser.valueList().
The default implementation does nothing.
exitValueList in interface ApexParserListenerctx - the parse treepublic void enterSignedNumber(ApexParser.SignedNumberContext ctx)
ApexParser.signedNumber().
The default implementation does nothing.
enterSignedNumber in interface ApexParserListenerctx - the parse treepublic void exitSignedNumber(ApexParser.SignedNumberContext ctx)
ApexParser.signedNumber().
The default implementation does nothing.
exitSignedNumber in interface ApexParserListenerctx - the parse treepublic void enterWithClause(ApexParser.WithClauseContext ctx)
ApexParser.withClause().
The default implementation does nothing.
enterWithClause in interface ApexParserListenerctx - the parse treepublic void exitWithClause(ApexParser.WithClauseContext ctx)
ApexParser.withClause().
The default implementation does nothing.
exitWithClause in interface ApexParserListenerctx - the parse treepublic void enterFilteringExpression(ApexParser.FilteringExpressionContext ctx)
ApexParser.filteringExpression().
The default implementation does nothing.
enterFilteringExpression in interface ApexParserListenerctx - the parse treepublic void exitFilteringExpression(ApexParser.FilteringExpressionContext ctx)
ApexParser.filteringExpression().
The default implementation does nothing.
exitFilteringExpression in interface ApexParserListenerctx - the parse treepublic void enterDataCategorySelection(ApexParser.DataCategorySelectionContext ctx)
ApexParser.dataCategorySelection().
The default implementation does nothing.
enterDataCategorySelection in interface ApexParserListenerctx - the parse treepublic void exitDataCategorySelection(ApexParser.DataCategorySelectionContext ctx)
ApexParser.dataCategorySelection().
The default implementation does nothing.
exitDataCategorySelection in interface ApexParserListenerctx - the parse treepublic void enterDataCategoryName(ApexParser.DataCategoryNameContext ctx)
ApexParser.dataCategoryName().
The default implementation does nothing.
enterDataCategoryName in interface ApexParserListenerctx - the parse treepublic void exitDataCategoryName(ApexParser.DataCategoryNameContext ctx)
ApexParser.dataCategoryName().
The default implementation does nothing.
exitDataCategoryName in interface ApexParserListenerctx - the parse treepublic void enterFilteringSelector(ApexParser.FilteringSelectorContext ctx)
ApexParser.filteringSelector().
The default implementation does nothing.
enterFilteringSelector in interface ApexParserListenerctx - the parse treepublic void exitFilteringSelector(ApexParser.FilteringSelectorContext ctx)
ApexParser.filteringSelector().
The default implementation does nothing.
exitFilteringSelector in interface ApexParserListenerctx - the parse treepublic void enterGroupByClause(ApexParser.GroupByClauseContext ctx)
ApexParser.groupByClause().
The default implementation does nothing.
enterGroupByClause in interface ApexParserListenerctx - the parse treepublic void exitGroupByClause(ApexParser.GroupByClauseContext ctx)
ApexParser.groupByClause().
The default implementation does nothing.
exitGroupByClause in interface ApexParserListenerctx - the parse treepublic void enterOrderByClause(ApexParser.OrderByClauseContext ctx)
ApexParser.orderByClause().
The default implementation does nothing.
enterOrderByClause in interface ApexParserListenerctx - the parse treepublic void exitOrderByClause(ApexParser.OrderByClauseContext ctx)
ApexParser.orderByClause().
The default implementation does nothing.
exitOrderByClause in interface ApexParserListenerctx - the parse treepublic void enterFieldOrderList(ApexParser.FieldOrderListContext ctx)
ApexParser.fieldOrderList().
The default implementation does nothing.
enterFieldOrderList in interface ApexParserListenerctx - the parse treepublic void exitFieldOrderList(ApexParser.FieldOrderListContext ctx)
ApexParser.fieldOrderList().
The default implementation does nothing.
exitFieldOrderList in interface ApexParserListenerctx - the parse treepublic void enterFieldOrder(ApexParser.FieldOrderContext ctx)
ApexParser.fieldOrder().
The default implementation does nothing.
enterFieldOrder in interface ApexParserListenerctx - the parse treepublic void exitFieldOrder(ApexParser.FieldOrderContext ctx)
ApexParser.fieldOrder().
The default implementation does nothing.
exitFieldOrder in interface ApexParserListenerctx - the parse treepublic void enterLimitClause(ApexParser.LimitClauseContext ctx)
ApexParser.limitClause().
The default implementation does nothing.
enterLimitClause in interface ApexParserListenerctx - the parse treepublic void exitLimitClause(ApexParser.LimitClauseContext ctx)
ApexParser.limitClause().
The default implementation does nothing.
exitLimitClause in interface ApexParserListenerctx - the parse treepublic void enterOffsetClause(ApexParser.OffsetClauseContext ctx)
ApexParser.offsetClause().
The default implementation does nothing.
enterOffsetClause in interface ApexParserListenerctx - the parse treepublic void exitOffsetClause(ApexParser.OffsetClauseContext ctx)
ApexParser.offsetClause().
The default implementation does nothing.
exitOffsetClause in interface ApexParserListenerctx - the parse treepublic void enterAllRowsClause(ApexParser.AllRowsClauseContext ctx)
ApexParser.allRowsClause().
The default implementation does nothing.
enterAllRowsClause in interface ApexParserListenerctx - the parse treepublic void exitAllRowsClause(ApexParser.AllRowsClauseContext ctx)
ApexParser.allRowsClause().
The default implementation does nothing.
exitAllRowsClause in interface ApexParserListenerctx - the parse treepublic void enterForClauses(ApexParser.ForClausesContext ctx)
ApexParser.forClauses().
The default implementation does nothing.
enterForClauses in interface ApexParserListenerctx - the parse treepublic void exitForClauses(ApexParser.ForClausesContext ctx)
ApexParser.forClauses().
The default implementation does nothing.
exitForClauses in interface ApexParserListenerctx - the parse treepublic void enterBoundExpression(ApexParser.BoundExpressionContext ctx)
ApexParser.boundExpression().
The default implementation does nothing.
enterBoundExpression in interface ApexParserListenerctx - the parse treepublic void exitBoundExpression(ApexParser.BoundExpressionContext ctx)
ApexParser.boundExpression().
The default implementation does nothing.
exitBoundExpression in interface ApexParserListenerctx - the parse treepublic void enterDateFormula(ApexParser.DateFormulaContext ctx)
ApexParser.dateFormula().
The default implementation does nothing.
enterDateFormula in interface ApexParserListenerctx - the parse treepublic void exitDateFormula(ApexParser.DateFormulaContext ctx)
ApexParser.dateFormula().
The default implementation does nothing.
exitDateFormula in interface ApexParserListenerctx - the parse treepublic void enterSignedInteger(ApexParser.SignedIntegerContext ctx)
ApexParser.signedInteger().
The default implementation does nothing.
enterSignedInteger in interface ApexParserListenerctx - the parse treepublic void exitSignedInteger(ApexParser.SignedIntegerContext ctx)
ApexParser.signedInteger().
The default implementation does nothing.
exitSignedInteger in interface ApexParserListenerctx - the parse treepublic void enterSoqlId(ApexParser.SoqlIdContext ctx)
ApexParser.soqlId().
The default implementation does nothing.
enterSoqlId in interface ApexParserListenerctx - the parse treepublic void exitSoqlId(ApexParser.SoqlIdContext ctx)
ApexParser.soqlId().
The default implementation does nothing.
exitSoqlId in interface ApexParserListenerctx - the parse treepublic void enterSoslLiteral(ApexParser.SoslLiteralContext ctx)
ApexParser.soslLiteral().
The default implementation does nothing.
enterSoslLiteral in interface ApexParserListenerctx - the parse treepublic void exitSoslLiteral(ApexParser.SoslLiteralContext ctx)
ApexParser.soslLiteral().
The default implementation does nothing.
exitSoslLiteral in interface ApexParserListenerctx - the parse treepublic void enterSoslClauses(ApexParser.SoslClausesContext ctx)
ApexParser.soslClauses().
The default implementation does nothing.
enterSoslClauses in interface ApexParserListenerctx - the parse treepublic void exitSoslClauses(ApexParser.SoslClausesContext ctx)
ApexParser.soslClauses().
The default implementation does nothing.
exitSoslClauses in interface ApexParserListenerctx - the parse treepublic void enterSearchGroup(ApexParser.SearchGroupContext ctx)
ApexParser.searchGroup().
The default implementation does nothing.
enterSearchGroup in interface ApexParserListenerctx - the parse treepublic void exitSearchGroup(ApexParser.SearchGroupContext ctx)
ApexParser.searchGroup().
The default implementation does nothing.
exitSearchGroup in interface ApexParserListenerctx - the parse treepublic void enterFieldSpecList(ApexParser.FieldSpecListContext ctx)
ApexParser.fieldSpecList().
The default implementation does nothing.
enterFieldSpecList in interface ApexParserListenerctx - the parse treepublic void exitFieldSpecList(ApexParser.FieldSpecListContext ctx)
ApexParser.fieldSpecList().
The default implementation does nothing.
exitFieldSpecList in interface ApexParserListenerctx - the parse treepublic void enterFieldSpec(ApexParser.FieldSpecContext ctx)
ApexParser.fieldSpec().
The default implementation does nothing.
enterFieldSpec in interface ApexParserListenerctx - the parse treepublic void exitFieldSpec(ApexParser.FieldSpecContext ctx)
ApexParser.fieldSpec().
The default implementation does nothing.
exitFieldSpec in interface ApexParserListenerctx - the parse treepublic void enterFieldList(ApexParser.FieldListContext ctx)
ApexParser.fieldList().
The default implementation does nothing.
enterFieldList in interface ApexParserListenerctx - the parse treepublic void exitFieldList(ApexParser.FieldListContext ctx)
ApexParser.fieldList().
The default implementation does nothing.
exitFieldList in interface ApexParserListenerctx - the parse treepublic void enterUpdateList(ApexParser.UpdateListContext ctx)
ApexParser.updateList().
The default implementation does nothing.
enterUpdateList in interface ApexParserListenerctx - the parse treepublic void exitUpdateList(ApexParser.UpdateListContext ctx)
ApexParser.updateList().
The default implementation does nothing.
exitUpdateList in interface ApexParserListenerctx - the parse treepublic void enterUpdateType(ApexParser.UpdateTypeContext ctx)
ApexParser.updateType().
The default implementation does nothing.
enterUpdateType in interface ApexParserListenerctx - the parse treepublic void exitUpdateType(ApexParser.UpdateTypeContext ctx)
ApexParser.updateType().
The default implementation does nothing.
exitUpdateType in interface ApexParserListenerctx - the parse treepublic void enterNetworkList(ApexParser.NetworkListContext ctx)
ApexParser.networkList().
The default implementation does nothing.
enterNetworkList in interface ApexParserListenerctx - the parse treepublic void exitNetworkList(ApexParser.NetworkListContext ctx)
ApexParser.networkList().
The default implementation does nothing.
exitNetworkList in interface ApexParserListenerctx - the parse treepublic void enterSoslId(ApexParser.SoslIdContext ctx)
ApexParser.soslId().
The default implementation does nothing.
enterSoslId in interface ApexParserListenerctx - the parse treepublic void exitSoslId(ApexParser.SoslIdContext ctx)
ApexParser.soslId().
The default implementation does nothing.
exitSoslId in interface ApexParserListenerctx - the parse treepublic void enterId(ApexParser.IdContext ctx)
ApexParser.id().
The default implementation does nothing.
enterId in interface ApexParserListenerctx - the parse treepublic void exitId(ApexParser.IdContext ctx)
ApexParser.id().
The default implementation does nothing.
exitId in interface ApexParserListenerctx - the parse treepublic void enterAnyId(ApexParser.AnyIdContext ctx)
ApexParser.anyId().
The default implementation does nothing.
enterAnyId in interface ApexParserListenerctx - the parse treepublic void exitAnyId(ApexParser.AnyIdContext ctx)
ApexParser.anyId().
The default implementation does nothing.
exitAnyId in interface ApexParserListenerctx - 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 © 2022. All rights reserved.