Class TeamAppsDtoBaseListener
- java.lang.Object
-
- org.teamapps.dto.TeamAppsDtoBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,TeamAppsDtoListener
public class TeamAppsDtoBaseListener extends java.lang.Object implements TeamAppsDtoListener
This class provides an empty implementation ofTeamAppsDtoListener, 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
-
-
-
Method Detail
-
enterClassCollection
public void enterClassCollection(TeamAppsDtoParser.ClassCollectionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classCollection().The default implementation does nothing.
- Specified by:
enterClassCollectionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassCollection
public void exitClassCollection(TeamAppsDtoParser.ClassCollectionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classCollection().The default implementation does nothing.
- Specified by:
exitClassCollectionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeDeclaration
public void enterTypeDeclaration(TeamAppsDtoParser.TypeDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeDeclaration().The default implementation does nothing.
- Specified by:
enterTypeDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeDeclaration
public void exitTypeDeclaration(TeamAppsDtoParser.TypeDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeDeclaration().The default implementation does nothing.
- Specified by:
exitTypeDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
public void enterEnumDeclaration(TeamAppsDtoParser.EnumDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.enumDeclaration().The default implementation does nothing.
- Specified by:
enterEnumDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
public void exitEnumDeclaration(TeamAppsDtoParser.EnumDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.enumDeclaration().The default implementation does nothing.
- Specified by:
exitEnumDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEnumConstant
public void enterEnumConstant(TeamAppsDtoParser.EnumConstantContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.enumConstant().The default implementation does nothing.
- Specified by:
enterEnumConstantin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitEnumConstant
public void exitEnumConstant(TeamAppsDtoParser.EnumConstantContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.enumConstant().The default implementation does nothing.
- Specified by:
exitEnumConstantin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterClassDeclaration
public void enterClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classDeclaration().The default implementation does nothing.
- Specified by:
enterClassDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassDeclaration
public void exitClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classDeclaration().The default implementation does nothing.
- Specified by:
exitClassDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
public void enterInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
public void exitInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSuperClassDecl
public void enterSuperClassDecl(TeamAppsDtoParser.SuperClassDeclContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.superClassDecl().The default implementation does nothing.
- Specified by:
enterSuperClassDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSuperClassDecl
public void exitSuperClassDecl(TeamAppsDtoParser.SuperClassDeclContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.superClassDecl().The default implementation does nothing.
- Specified by:
exitSuperClassDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSuperInterfaceDecl
public void enterSuperInterfaceDecl(TeamAppsDtoParser.SuperInterfaceDeclContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.superInterfaceDecl().The default implementation does nothing.
- Specified by:
enterSuperInterfaceDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSuperInterfaceDecl
public void exitSuperInterfaceDecl(TeamAppsDtoParser.SuperInterfaceDeclContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.superInterfaceDecl().The default implementation does nothing.
- Specified by:
exitSuperInterfaceDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterImplementsDecl
public void enterImplementsDecl(TeamAppsDtoParser.ImplementsDeclContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.implementsDecl().The default implementation does nothing.
- Specified by:
enterImplementsDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitImplementsDecl
public void exitImplementsDecl(TeamAppsDtoParser.ImplementsDeclContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.implementsDecl().The default implementation does nothing.
- Specified by:
exitImplementsDeclin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterClassList
public void enterClassList(TeamAppsDtoParser.ClassListContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classList().The default implementation does nothing.
- Specified by:
enterClassListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassList
public void exitClassList(TeamAppsDtoParser.ClassListContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classList().The default implementation does nothing.
- Specified by:
exitClassListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterPropertyDeclaration
public void enterPropertyDeclaration(TeamAppsDtoParser.PropertyDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.propertyDeclaration().The default implementation does nothing.
- Specified by:
enterPropertyDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitPropertyDeclaration
public void exitPropertyDeclaration(TeamAppsDtoParser.PropertyDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.propertyDeclaration().The default implementation does nothing.
- Specified by:
exitPropertyDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterCommandDeclaration
public void enterCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.commandDeclaration().The default implementation does nothing.
- Specified by:
enterCommandDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitCommandDeclaration
public void exitCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.commandDeclaration().The default implementation does nothing.
- Specified by:
exitCommandDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterEventDeclaration
public void enterEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.eventDeclaration().The default implementation does nothing.
- Specified by:
enterEventDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitEventDeclaration
public void exitEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.eventDeclaration().The default implementation does nothing.
- Specified by:
exitEventDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterQueryDeclaration
public void enterQueryDeclaration(TeamAppsDtoParser.QueryDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.queryDeclaration().The default implementation does nothing.
- Specified by:
enterQueryDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitQueryDeclaration
public void exitQueryDeclaration(TeamAppsDtoParser.QueryDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.queryDeclaration().The default implementation does nothing.
- Specified by:
exitQueryDeclarationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterFormalParameter
public void enterFormalParameter(TeamAppsDtoParser.FormalParameterContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.formalParameter().The default implementation does nothing.
- Specified by:
enterFormalParameterin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitFormalParameter
public void exitFormalParameter(TeamAppsDtoParser.FormalParameterContext ctx)
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
public void enterDefaultValueAssignment(TeamAppsDtoParser.DefaultValueAssignmentContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.defaultValueAssignment().The default implementation does nothing.
- Specified by:
enterDefaultValueAssignmentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitDefaultValueAssignment
public void exitDefaultValueAssignment(TeamAppsDtoParser.DefaultValueAssignmentContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.defaultValueAssignment().The default implementation does nothing.
- Specified by:
exitDefaultValueAssignmentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterType
public void enterType(TeamAppsDtoParser.TypeContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitType
public void exitType(TeamAppsDtoParser.TypeContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterInlineEnum
public void enterInlineEnum(TeamAppsDtoParser.InlineEnumContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.inlineEnum().The default implementation does nothing.
- Specified by:
enterInlineEnumin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitInlineEnum
public void exitInlineEnum(TeamAppsDtoParser.InlineEnumContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.inlineEnum().The default implementation does nothing.
- Specified by:
exitInlineEnumin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeReference
public void enterTypeReference(TeamAppsDtoParser.TypeReferenceContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeReference().The default implementation does nothing.
- Specified by:
enterTypeReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeReference
public void exitTypeReference(TeamAppsDtoParser.TypeReferenceContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeReference().The default implementation does nothing.
- Specified by:
exitTypeReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterReferenceTypeModifier
public void enterReferenceTypeModifier(TeamAppsDtoParser.ReferenceTypeModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.referenceTypeModifier().The default implementation does nothing.
- Specified by:
enterReferenceTypeModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitReferenceTypeModifier
public void exitReferenceTypeModifier(TeamAppsDtoParser.ReferenceTypeModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.referenceTypeModifier().The default implementation does nothing.
- Specified by:
exitReferenceTypeModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeArguments
public void enterTypeArguments(TeamAppsDtoParser.TypeArgumentsContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeArguments().The default implementation does nothing.
- Specified by:
enterTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeArguments
public void exitTypeArguments(TeamAppsDtoParser.TypeArgumentsContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeArguments().The default implementation does nothing.
- Specified by:
exitTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeArgument
public void enterTypeArgument(TeamAppsDtoParser.TypeArgumentContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeArgument().The default implementation does nothing.
- Specified by:
enterTypeArgumentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeArgument
public void exitTypeArgument(TeamAppsDtoParser.TypeArgumentContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeArgument().The default implementation does nothing.
- Specified by:
exitTypeArgumentin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSubCommandReference
public void enterSubCommandReference(TeamAppsDtoParser.SubCommandReferenceContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.subCommandReference().The default implementation does nothing.
- Specified by:
enterSubCommandReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSubCommandReference
public void exitSubCommandReference(TeamAppsDtoParser.SubCommandReferenceContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.subCommandReference().The default implementation does nothing.
- Specified by:
exitSubCommandReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterSubEventReference
public void enterSubEventReference(TeamAppsDtoParser.SubEventReferenceContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.subEventReference().The default implementation does nothing.
- Specified by:
enterSubEventReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSubEventReference
public void exitSubEventReference(TeamAppsDtoParser.SubEventReferenceContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.subEventReference().The default implementation does nothing.
- Specified by:
exitSubEventReferencein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterPrimitiveType
public void enterPrimitiveType(TeamAppsDtoParser.PrimitiveTypeContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.primitiveType().The default implementation does nothing.
- Specified by:
enterPrimitiveTypein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitPrimitiveType
public void exitPrimitiveType(TeamAppsDtoParser.PrimitiveTypeContext ctx)
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
public void enterReferenceableAnnotation(TeamAppsDtoParser.ReferenceableAnnotationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.referenceableAnnotation().The default implementation does nothing.
- Specified by:
enterReferenceableAnnotationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitReferenceableAnnotation
public void exitReferenceableAnnotation(TeamAppsDtoParser.ReferenceableAnnotationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.referenceableAnnotation().The default implementation does nothing.
- Specified by:
exitReferenceableAnnotationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterAbstractModifier
public void enterAbstractModifier(TeamAppsDtoParser.AbstractModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.abstractModifier().The default implementation does nothing.
- Specified by:
enterAbstractModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitAbstractModifier
public void exitAbstractModifier(TeamAppsDtoParser.AbstractModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.abstractModifier().The default implementation does nothing.
- Specified by:
exitAbstractModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterRequiredModifier
public void enterRequiredModifier(TeamAppsDtoParser.RequiredModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.requiredModifier().The default implementation does nothing.
- Specified by:
enterRequiredModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitRequiredModifier
public void exitRequiredModifier(TeamAppsDtoParser.RequiredModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.requiredModifier().The default implementation does nothing.
- Specified by:
exitRequiredModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterStaticModifier
public void enterStaticModifier(TeamAppsDtoParser.StaticModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.staticModifier().The default implementation does nothing.
- Specified by:
enterStaticModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitStaticModifier
public void exitStaticModifier(TeamAppsDtoParser.StaticModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.staticModifier().The default implementation does nothing.
- Specified by:
exitStaticModifierin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterParExpression
public void enterParExpression(TeamAppsDtoParser.ParExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.parExpression().The default implementation does nothing.
- Specified by:
enterParExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitParExpression
public void exitParExpression(TeamAppsDtoParser.ParExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.parExpression().The default implementation does nothing.
- Specified by:
exitParExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExpressionList
public void enterExpressionList(TeamAppsDtoParser.ExpressionListContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExpressionList
public void exitExpressionList(TeamAppsDtoParser.ExpressionListContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterStatementExpression
public void enterStatementExpression(TeamAppsDtoParser.StatementExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.statementExpression().The default implementation does nothing.
- Specified by:
enterStatementExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitStatementExpression
public void exitStatementExpression(TeamAppsDtoParser.StatementExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.statementExpression().The default implementation does nothing.
- Specified by:
exitStatementExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterConstantExpression
public void enterConstantExpression(TeamAppsDtoParser.ConstantExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.constantExpression().The default implementation does nothing.
- Specified by:
enterConstantExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitConstantExpression
public void exitConstantExpression(TeamAppsDtoParser.ConstantExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.constantExpression().The default implementation does nothing.
- Specified by:
exitConstantExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(TeamAppsDtoParser.ExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(TeamAppsDtoParser.ExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterPrimary
public void enterPrimary(TeamAppsDtoParser.PrimaryContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitPrimary
public void exitPrimary(TeamAppsDtoParser.PrimaryContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterCreator
public void enterCreator(TeamAppsDtoParser.CreatorContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.creator().The default implementation does nothing.
- Specified by:
enterCreatorin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitCreator
public void exitCreator(TeamAppsDtoParser.CreatorContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.creator().The default implementation does nothing.
- Specified by:
exitCreatorin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterCreatedName
public void enterCreatedName(TeamAppsDtoParser.CreatedNameContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.createdName().The default implementation does nothing.
- Specified by:
enterCreatedNamein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitCreatedName
public void exitCreatedName(TeamAppsDtoParser.CreatedNameContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.createdName().The default implementation does nothing.
- Specified by:
exitCreatedNamein interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterArrayCreatorRest
public void enterArrayCreatorRest(TeamAppsDtoParser.ArrayCreatorRestContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.arrayCreatorRest().The default implementation does nothing.
- Specified by:
enterArrayCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitArrayCreatorRest
public void exitArrayCreatorRest(TeamAppsDtoParser.ArrayCreatorRestContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.arrayCreatorRest().The default implementation does nothing.
- Specified by:
exitArrayCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterClassCreatorRest
public void enterClassCreatorRest(TeamAppsDtoParser.ClassCreatorRestContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classCreatorRest().The default implementation does nothing.
- Specified by:
enterClassCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitClassCreatorRest
public void exitClassCreatorRest(TeamAppsDtoParser.ClassCreatorRestContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classCreatorRest().The default implementation does nothing.
- Specified by:
exitClassCreatorRestin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocation
public void enterExplicitGenericInvocation(TeamAppsDtoParser.ExplicitGenericInvocationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.explicitGenericInvocation().The default implementation does nothing.
- Specified by:
enterExplicitGenericInvocationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocation
public void exitExplicitGenericInvocation(TeamAppsDtoParser.ExplicitGenericInvocationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.explicitGenericInvocation().The default implementation does nothing.
- Specified by:
exitExplicitGenericInvocationin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArguments
public void enterNonWildcardTypeArguments(TeamAppsDtoParser.NonWildcardTypeArgumentsContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArguments().The default implementation does nothing.
- Specified by:
enterNonWildcardTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArguments
public void exitNonWildcardTypeArguments(TeamAppsDtoParser.NonWildcardTypeArgumentsContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArguments().The default implementation does nothing.
- Specified by:
exitNonWildcardTypeArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeList
public void enterTypeList(TeamAppsDtoParser.TypeListContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeList().The default implementation does nothing.
- Specified by:
enterTypeListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeList
public void exitTypeList(TeamAppsDtoParser.TypeListContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeList().The default implementation does nothing.
- Specified by:
exitTypeListin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterTypeArgumentsOrDiamond
public void enterTypeArgumentsOrDiamond(TeamAppsDtoParser.TypeArgumentsOrDiamondContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeArgumentsOrDiamond().The default implementation does nothing.
- Specified by:
enterTypeArgumentsOrDiamondin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitTypeArgumentsOrDiamond
public void exitTypeArgumentsOrDiamond(TeamAppsDtoParser.TypeArgumentsOrDiamondContext ctx)
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
public void enterSuperSuffix(TeamAppsDtoParser.SuperSuffixContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.superSuffix().The default implementation does nothing.
- Specified by:
enterSuperSuffixin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitSuperSuffix
public void exitSuperSuffix(TeamAppsDtoParser.SuperSuffixContext ctx)
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
public void enterArguments(TeamAppsDtoParser.ArgumentsContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitArguments
public void exitArguments(TeamAppsDtoParser.ArgumentsContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterVariableInitializer
public void enterVariableInitializer(TeamAppsDtoParser.VariableInitializerContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.variableInitializer().The default implementation does nothing.
- Specified by:
enterVariableInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitVariableInitializer
public void exitVariableInitializer(TeamAppsDtoParser.VariableInitializerContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.variableInitializer().The default implementation does nothing.
- Specified by:
exitVariableInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterArrayInitializer
public void enterArrayInitializer(TeamAppsDtoParser.ArrayInitializerContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.arrayInitializer().The default implementation does nothing.
- Specified by:
enterArrayInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitArrayInitializer
public void exitArrayInitializer(TeamAppsDtoParser.ArrayInitializerContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.arrayInitializer().The default implementation does nothing.
- Specified by:
exitArrayInitializerin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(TeamAppsDtoParser.LiteralContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceTeamAppsDtoListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(TeamAppsDtoParser.LiteralContext ctx)
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
-
-