Class TeamAppsDtoBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,TeamAppsDtoListener
public class TeamAppsDtoBaseListener extends java.lang.Object implements TeamAppsDtoListener
TeamAppsDtoListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors Constructor Description TeamAppsDtoBaseListener() -
Method Summary
-
Constructor Details
-
TeamAppsDtoBaseListener
public TeamAppsDtoBaseListener()
-
-
Method Details
-
enterClassCollection
Enter a parse tree produced byTeamAppsDtoParser.classCollection().The default implementation does nothing.
- Specified by:
enterClassCollectionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassCollection
Exit a parse tree produced byTeamAppsDtoParser.classCollection().The default implementation does nothing.
- Specified by:
exitClassCollectionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeDeclaration
Enter a parse tree produced byTeamAppsDtoParser.typeDeclaration().The default implementation does nothing.
- Specified by:
enterTypeDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeDeclaration
Exit a parse tree produced byTeamAppsDtoParser.typeDeclaration().The default implementation does nothing.
- Specified by:
exitTypeDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
Enter a parse tree produced byTeamAppsDtoParser.enumDeclaration().The default implementation does nothing.
- Specified by:
enterEnumDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
Exit a parse tree produced byTeamAppsDtoParser.enumDeclaration().The default implementation does nothing.
- Specified by:
exitEnumDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEnumConstant
Enter a parse tree produced byTeamAppsDtoParser.enumConstant().The default implementation does nothing.
- Specified by:
enterEnumConstantin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitEnumConstant
Exit a parse tree produced byTeamAppsDtoParser.enumConstant().The default implementation does nothing.
- Specified by:
exitEnumConstantin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterClassDeclaration
Enter a parse tree produced byTeamAppsDtoParser.classDeclaration().The default implementation does nothing.
- Specified by:
enterClassDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassDeclaration
Exit a parse tree produced byTeamAppsDtoParser.classDeclaration().The default implementation does nothing.
- Specified by:
exitClassDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
Enter a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
Exit a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSuperClassDecl
Enter a parse tree produced byTeamAppsDtoParser.superClassDecl().The default implementation does nothing.
- Specified by:
enterSuperClassDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSuperClassDecl
Exit a parse tree produced byTeamAppsDtoParser.superClassDecl().The default implementation does nothing.
- Specified by:
exitSuperClassDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSuperInterfaceDecl
Enter a parse tree produced byTeamAppsDtoParser.superInterfaceDecl().The default implementation does nothing.
- Specified by:
enterSuperInterfaceDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSuperInterfaceDecl
Exit a parse tree produced byTeamAppsDtoParser.superInterfaceDecl().The default implementation does nothing.
- Specified by:
exitSuperInterfaceDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterImplementsDecl
Enter a parse tree produced byTeamAppsDtoParser.implementsDecl().The default implementation does nothing.
- Specified by:
enterImplementsDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitImplementsDecl
Exit a parse tree produced byTeamAppsDtoParser.implementsDecl().The default implementation does nothing.
- Specified by:
exitImplementsDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterClassList
Enter a parse tree produced byTeamAppsDtoParser.classList().The default implementation does nothing.
- Specified by:
enterClassListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassList
Exit a parse tree produced byTeamAppsDtoParser.classList().The default implementation does nothing.
- Specified by:
exitClassListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterPropertyDeclaration
Enter a parse tree produced byTeamAppsDtoParser.propertyDeclaration().The default implementation does nothing.
- Specified by:
enterPropertyDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitPropertyDeclaration
Exit a parse tree produced byTeamAppsDtoParser.propertyDeclaration().The default implementation does nothing.
- Specified by:
exitPropertyDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterCommandDeclaration
Enter a parse tree produced byTeamAppsDtoParser.commandDeclaration().The default implementation does nothing.
- Specified by:
enterCommandDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitCommandDeclaration
Exit a parse tree produced byTeamAppsDtoParser.commandDeclaration().The default implementation does nothing.
- Specified by:
exitCommandDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEventDeclaration
Enter a parse tree produced byTeamAppsDtoParser.eventDeclaration().The default implementation does nothing.
- Specified by:
enterEventDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitEventDeclaration
Exit a parse tree produced byTeamAppsDtoParser.eventDeclaration().The default implementation does nothing.
- Specified by:
exitEventDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterQueryDeclaration
Enter a parse tree produced byTeamAppsDtoParser.queryDeclaration().The default implementation does nothing.
- Specified by:
enterQueryDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitQueryDeclaration
Exit a parse tree produced byTeamAppsDtoParser.queryDeclaration().The default implementation does nothing.
- Specified by:
exitQueryDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterFormalParameter
Enter a parse tree produced byTeamAppsDtoParser.formalParameter().The default implementation does nothing.
- Specified by:
enterFormalParameterin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitFormalParameter
Exit a parse tree produced byTeamAppsDtoParser.formalParameter().The default implementation does nothing.
- Specified by:
exitFormalParameterin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterFormalParameterWithDefault
public void enterFormalParameterWithDefault(TeamAppsDtoParser.FormalParameterWithDefaultContext ctx)Enter a parse tree produced byTeamAppsDtoParser.formalParameterWithDefault().The default implementation does nothing.
- Specified by:
enterFormalParameterWithDefaultin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitFormalParameterWithDefault
public void exitFormalParameterWithDefault(TeamAppsDtoParser.FormalParameterWithDefaultContext ctx)Exit a parse tree produced byTeamAppsDtoParser.formalParameterWithDefault().The default implementation does nothing.
- Specified by:
exitFormalParameterWithDefaultin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterDefaultValueAssignment
Enter a parse tree produced byTeamAppsDtoParser.defaultValueAssignment().The default implementation does nothing.
- Specified by:
enterDefaultValueAssignmentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitDefaultValueAssignment
Exit a parse tree produced byTeamAppsDtoParser.defaultValueAssignment().The default implementation does nothing.
- Specified by:
exitDefaultValueAssignmentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byTeamAppsDtoParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byTeamAppsDtoParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterInlineEnum
Enter a parse tree produced byTeamAppsDtoParser.inlineEnum().The default implementation does nothing.
- Specified by:
enterInlineEnumin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitInlineEnum
Exit a parse tree produced byTeamAppsDtoParser.inlineEnum().The default implementation does nothing.
- Specified by:
exitInlineEnumin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeReference
Enter a parse tree produced byTeamAppsDtoParser.typeReference().The default implementation does nothing.
- Specified by:
enterTypeReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeReference
Exit a parse tree produced byTeamAppsDtoParser.typeReference().The default implementation does nothing.
- Specified by:
exitTypeReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterReferenceTypeModifier
Enter a parse tree produced byTeamAppsDtoParser.referenceTypeModifier().The default implementation does nothing.
- Specified by:
enterReferenceTypeModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitReferenceTypeModifier
Exit a parse tree produced byTeamAppsDtoParser.referenceTypeModifier().The default implementation does nothing.
- Specified by:
exitReferenceTypeModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeArguments
Enter a parse tree produced byTeamAppsDtoParser.typeArguments().The default implementation does nothing.
- Specified by:
enterTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeArguments
Exit a parse tree produced byTeamAppsDtoParser.typeArguments().The default implementation does nothing.
- Specified by:
exitTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeArgument
Enter a parse tree produced byTeamAppsDtoParser.typeArgument().The default implementation does nothing.
- Specified by:
enterTypeArgumentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeArgument
Exit a parse tree produced byTeamAppsDtoParser.typeArgument().The default implementation does nothing.
- Specified by:
exitTypeArgumentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSubCommandReference
Enter a parse tree produced byTeamAppsDtoParser.subCommandReference().The default implementation does nothing.
- Specified by:
enterSubCommandReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSubCommandReference
Exit a parse tree produced byTeamAppsDtoParser.subCommandReference().The default implementation does nothing.
- Specified by:
exitSubCommandReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSubEventReference
Enter a parse tree produced byTeamAppsDtoParser.subEventReference().The default implementation does nothing.
- Specified by:
enterSubEventReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSubEventReference
Exit a parse tree produced byTeamAppsDtoParser.subEventReference().The default implementation does nothing.
- Specified by:
exitSubEventReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterPrimitiveType
Enter a parse tree produced byTeamAppsDtoParser.primitiveType().The default implementation does nothing.
- Specified by:
enterPrimitiveTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitPrimitiveType
Exit a parse tree produced byTeamAppsDtoParser.primitiveType().The default implementation does nothing.
- Specified by:
exitPrimitiveTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypescriptFactoryAnnotation
public void enterTypescriptFactoryAnnotation(TeamAppsDtoParser.TypescriptFactoryAnnotationContext ctx)Enter a parse tree produced byTeamAppsDtoParser.typescriptFactoryAnnotation().The default implementation does nothing.
- Specified by:
enterTypescriptFactoryAnnotationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypescriptFactoryAnnotation
public void exitTypescriptFactoryAnnotation(TeamAppsDtoParser.TypescriptFactoryAnnotationContext ctx)Exit a parse tree produced byTeamAppsDtoParser.typescriptFactoryAnnotation().The default implementation does nothing.
- Specified by:
exitTypescriptFactoryAnnotationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterReferenceableAnnotation
Enter a parse tree produced byTeamAppsDtoParser.referenceableAnnotation().The default implementation does nothing.
- Specified by:
enterReferenceableAnnotationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitReferenceableAnnotation
Exit a parse tree produced byTeamAppsDtoParser.referenceableAnnotation().The default implementation does nothing.
- Specified by:
exitReferenceableAnnotationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterAbstractModifier
Enter a parse tree produced byTeamAppsDtoParser.abstractModifier().The default implementation does nothing.
- Specified by:
enterAbstractModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitAbstractModifier
Exit a parse tree produced byTeamAppsDtoParser.abstractModifier().The default implementation does nothing.
- Specified by:
exitAbstractModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterRequiredModifier
Enter a parse tree produced byTeamAppsDtoParser.requiredModifier().The default implementation does nothing.
- Specified by:
enterRequiredModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitRequiredModifier
Exit a parse tree produced byTeamAppsDtoParser.requiredModifier().The default implementation does nothing.
- Specified by:
exitRequiredModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterStaticModifier
Enter a parse tree produced byTeamAppsDtoParser.staticModifier().The default implementation does nothing.
- Specified by:
enterStaticModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitStaticModifier
Exit a parse tree produced byTeamAppsDtoParser.staticModifier().The default implementation does nothing.
- Specified by:
exitStaticModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterParExpression
Enter a parse tree produced byTeamAppsDtoParser.parExpression().The default implementation does nothing.
- Specified by:
enterParExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitParExpression
Exit a parse tree produced byTeamAppsDtoParser.parExpression().The default implementation does nothing.
- Specified by:
exitParExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExpressionList
Enter a parse tree produced byTeamAppsDtoParser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExpressionList
Exit a parse tree produced byTeamAppsDtoParser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterStatementExpression
Enter a parse tree produced byTeamAppsDtoParser.statementExpression().The default implementation does nothing.
- Specified by:
enterStatementExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitStatementExpression
Exit a parse tree produced byTeamAppsDtoParser.statementExpression().The default implementation does nothing.
- Specified by:
exitStatementExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterConstantExpression
Enter a parse tree produced byTeamAppsDtoParser.constantExpression().The default implementation does nothing.
- Specified by:
enterConstantExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitConstantExpression
Exit a parse tree produced byTeamAppsDtoParser.constantExpression().The default implementation does nothing.
- Specified by:
exitConstantExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byTeamAppsDtoParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byTeamAppsDtoParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byTeamAppsDtoParser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byTeamAppsDtoParser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterCreator
Enter a parse tree produced byTeamAppsDtoParser.creator().The default implementation does nothing.
- Specified by:
enterCreatorin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitCreator
Exit a parse tree produced byTeamAppsDtoParser.creator().The default implementation does nothing.
- Specified by:
exitCreatorin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterCreatedName
Enter a parse tree produced byTeamAppsDtoParser.createdName().The default implementation does nothing.
- Specified by:
enterCreatedNamein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitCreatedName
Exit a parse tree produced byTeamAppsDtoParser.createdName().The default implementation does nothing.
- Specified by:
exitCreatedNamein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterArrayCreatorRest
Enter a parse tree produced byTeamAppsDtoParser.arrayCreatorRest().The default implementation does nothing.
- Specified by:
enterArrayCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitArrayCreatorRest
Exit a parse tree produced byTeamAppsDtoParser.arrayCreatorRest().The default implementation does nothing.
- Specified by:
exitArrayCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterClassCreatorRest
Enter a parse tree produced byTeamAppsDtoParser.classCreatorRest().The default implementation does nothing.
- Specified by:
enterClassCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassCreatorRest
Exit a parse tree produced byTeamAppsDtoParser.classCreatorRest().The default implementation does nothing.
- Specified by:
exitClassCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocation
Enter a parse tree produced byTeamAppsDtoParser.explicitGenericInvocation().The default implementation does nothing.
- Specified by:
enterExplicitGenericInvocationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocation
Exit a parse tree produced byTeamAppsDtoParser.explicitGenericInvocation().The default implementation does nothing.
- Specified by:
exitExplicitGenericInvocationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArguments
Enter a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArguments().The default implementation does nothing.
- Specified by:
enterNonWildcardTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArguments
Exit a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArguments().The default implementation does nothing.
- Specified by:
exitNonWildcardTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeList
Enter a parse tree produced byTeamAppsDtoParser.typeList().The default implementation does nothing.
- Specified by:
enterTypeListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeList
Exit a parse tree produced byTeamAppsDtoParser.typeList().The default implementation does nothing.
- Specified by:
exitTypeListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeArgumentsOrDiamond
Enter a parse tree produced byTeamAppsDtoParser.typeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
enterTypeArgumentsOrDiamondin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeArgumentsOrDiamond
Exit a parse tree produced byTeamAppsDtoParser.typeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
exitTypeArgumentsOrDiamondin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArgumentsOrDiamond
public void enterNonWildcardTypeArgumentsOrDiamond(TeamAppsDtoParser.NonWildcardTypeArgumentsOrDiamondContext ctx)Enter a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
enterNonWildcardTypeArgumentsOrDiamondin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArgumentsOrDiamond
public void exitNonWildcardTypeArgumentsOrDiamond(TeamAppsDtoParser.NonWildcardTypeArgumentsOrDiamondContext ctx)Exit a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
exitNonWildcardTypeArgumentsOrDiamondin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSuperSuffix
Enter a parse tree produced byTeamAppsDtoParser.superSuffix().The default implementation does nothing.
- Specified by:
enterSuperSuffixin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSuperSuffix
Exit a parse tree produced byTeamAppsDtoParser.superSuffix().The default implementation does nothing.
- Specified by:
exitSuperSuffixin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocationSuffix
public void enterExplicitGenericInvocationSuffix(TeamAppsDtoParser.ExplicitGenericInvocationSuffixContext ctx)Enter a parse tree produced byTeamAppsDtoParser.explicitGenericInvocationSuffix().The default implementation does nothing.
- Specified by:
enterExplicitGenericInvocationSuffixin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocationSuffix
public void exitExplicitGenericInvocationSuffix(TeamAppsDtoParser.ExplicitGenericInvocationSuffixContext ctx)Exit a parse tree produced byTeamAppsDtoParser.explicitGenericInvocationSuffix().The default implementation does nothing.
- Specified by:
exitExplicitGenericInvocationSuffixin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterArguments
Enter a parse tree produced byTeamAppsDtoParser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitArguments
Exit a parse tree produced byTeamAppsDtoParser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterVariableInitializer
Enter a parse tree produced byTeamAppsDtoParser.variableInitializer().The default implementation does nothing.
- Specified by:
enterVariableInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitVariableInitializer
Exit a parse tree produced byTeamAppsDtoParser.variableInitializer().The default implementation does nothing.
- Specified by:
exitVariableInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterArrayInitializer
Enter a parse tree produced byTeamAppsDtoParser.arrayInitializer().The default implementation does nothing.
- Specified by:
enterArrayInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitArrayInitializer
Exit a parse tree produced byTeamAppsDtoParser.arrayInitializer().The default implementation does nothing.
- Specified by:
exitArrayInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byTeamAppsDtoParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byTeamAppsDtoParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-