Package org.teamapps.dto
Interface TeamAppsDtoListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
TeamAppsDtoBaseListener
public interface TeamAppsDtoListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byTeamAppsDtoParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterClassCollection
void enterClassCollection(TeamAppsDtoParser.ClassCollectionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classCollection().- Parameters:
ctx- the parse tree
-
exitClassCollection
void exitClassCollection(TeamAppsDtoParser.ClassCollectionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classCollection().- Parameters:
ctx- the parse tree
-
enterTypeDeclaration
void enterTypeDeclaration(TeamAppsDtoParser.TypeDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeDeclaration().- Parameters:
ctx- the parse tree
-
exitTypeDeclaration
void exitTypeDeclaration(TeamAppsDtoParser.TypeDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeDeclaration().- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
void enterEnumDeclaration(TeamAppsDtoParser.EnumDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.enumDeclaration().- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
void exitEnumDeclaration(TeamAppsDtoParser.EnumDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.enumDeclaration().- Parameters:
ctx- the parse tree
-
enterEnumConstant
void enterEnumConstant(TeamAppsDtoParser.EnumConstantContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.enumConstant().- Parameters:
ctx- the parse tree
-
exitEnumConstant
void exitEnumConstant(TeamAppsDtoParser.EnumConstantContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.enumConstant().- Parameters:
ctx- the parse tree
-
enterClassDeclaration
void enterClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classDeclaration().- Parameters:
ctx- the parse tree
-
exitClassDeclaration
void exitClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classDeclaration().- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
void enterInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
void exitInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.interfaceDeclaration().- Parameters:
ctx- the parse tree
-
enterSuperClassDecl
void enterSuperClassDecl(TeamAppsDtoParser.SuperClassDeclContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.superClassDecl().- Parameters:
ctx- the parse tree
-
exitSuperClassDecl
void exitSuperClassDecl(TeamAppsDtoParser.SuperClassDeclContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.superClassDecl().- Parameters:
ctx- the parse tree
-
enterSuperInterfaceDecl
void enterSuperInterfaceDecl(TeamAppsDtoParser.SuperInterfaceDeclContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.superInterfaceDecl().- Parameters:
ctx- the parse tree
-
exitSuperInterfaceDecl
void exitSuperInterfaceDecl(TeamAppsDtoParser.SuperInterfaceDeclContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.superInterfaceDecl().- Parameters:
ctx- the parse tree
-
enterImplementsDecl
void enterImplementsDecl(TeamAppsDtoParser.ImplementsDeclContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.implementsDecl().- Parameters:
ctx- the parse tree
-
exitImplementsDecl
void exitImplementsDecl(TeamAppsDtoParser.ImplementsDeclContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.implementsDecl().- Parameters:
ctx- the parse tree
-
enterClassList
void enterClassList(TeamAppsDtoParser.ClassListContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classList().- Parameters:
ctx- the parse tree
-
exitClassList
void exitClassList(TeamAppsDtoParser.ClassListContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classList().- Parameters:
ctx- the parse tree
-
enterPropertyDeclaration
void enterPropertyDeclaration(TeamAppsDtoParser.PropertyDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.propertyDeclaration().- Parameters:
ctx- the parse tree
-
exitPropertyDeclaration
void exitPropertyDeclaration(TeamAppsDtoParser.PropertyDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.propertyDeclaration().- Parameters:
ctx- the parse tree
-
enterCommandDeclaration
void enterCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.commandDeclaration().- Parameters:
ctx- the parse tree
-
exitCommandDeclaration
void exitCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.commandDeclaration().- Parameters:
ctx- the parse tree
-
enterEventDeclaration
void enterEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.eventDeclaration().- Parameters:
ctx- the parse tree
-
exitEventDeclaration
void exitEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.eventDeclaration().- Parameters:
ctx- the parse tree
-
enterQueryDeclaration
void enterQueryDeclaration(TeamAppsDtoParser.QueryDeclarationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.queryDeclaration().- Parameters:
ctx- the parse tree
-
exitQueryDeclaration
void exitQueryDeclaration(TeamAppsDtoParser.QueryDeclarationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.queryDeclaration().- Parameters:
ctx- the parse tree
-
enterFormalParameter
void enterFormalParameter(TeamAppsDtoParser.FormalParameterContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.formalParameter().- Parameters:
ctx- the parse tree
-
exitFormalParameter
void exitFormalParameter(TeamAppsDtoParser.FormalParameterContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.formalParameter().- Parameters:
ctx- the parse tree
-
enterFormalParameterWithDefault
void enterFormalParameterWithDefault(TeamAppsDtoParser.FormalParameterWithDefaultContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.formalParameterWithDefault().- Parameters:
ctx- the parse tree
-
exitFormalParameterWithDefault
void exitFormalParameterWithDefault(TeamAppsDtoParser.FormalParameterWithDefaultContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.formalParameterWithDefault().- Parameters:
ctx- the parse tree
-
enterDefaultValueAssignment
void enterDefaultValueAssignment(TeamAppsDtoParser.DefaultValueAssignmentContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.defaultValueAssignment().- Parameters:
ctx- the parse tree
-
exitDefaultValueAssignment
void exitDefaultValueAssignment(TeamAppsDtoParser.DefaultValueAssignmentContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.defaultValueAssignment().- Parameters:
ctx- the parse tree
-
enterType
void enterType(TeamAppsDtoParser.TypeContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.type().- Parameters:
ctx- the parse tree
-
exitType
void exitType(TeamAppsDtoParser.TypeContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.type().- Parameters:
ctx- the parse tree
-
enterInlineEnum
void enterInlineEnum(TeamAppsDtoParser.InlineEnumContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.inlineEnum().- Parameters:
ctx- the parse tree
-
exitInlineEnum
void exitInlineEnum(TeamAppsDtoParser.InlineEnumContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.inlineEnum().- Parameters:
ctx- the parse tree
-
enterTypeReference
void enterTypeReference(TeamAppsDtoParser.TypeReferenceContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeReference().- Parameters:
ctx- the parse tree
-
exitTypeReference
void exitTypeReference(TeamAppsDtoParser.TypeReferenceContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeReference().- Parameters:
ctx- the parse tree
-
enterReferenceTypeModifier
void enterReferenceTypeModifier(TeamAppsDtoParser.ReferenceTypeModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.referenceTypeModifier().- Parameters:
ctx- the parse tree
-
exitReferenceTypeModifier
void exitReferenceTypeModifier(TeamAppsDtoParser.ReferenceTypeModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.referenceTypeModifier().- Parameters:
ctx- the parse tree
-
enterTypeArguments
void enterTypeArguments(TeamAppsDtoParser.TypeArgumentsContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeArguments().- Parameters:
ctx- the parse tree
-
exitTypeArguments
void exitTypeArguments(TeamAppsDtoParser.TypeArgumentsContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeArguments().- Parameters:
ctx- the parse tree
-
enterTypeArgument
void enterTypeArgument(TeamAppsDtoParser.TypeArgumentContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeArgument().- Parameters:
ctx- the parse tree
-
exitTypeArgument
void exitTypeArgument(TeamAppsDtoParser.TypeArgumentContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeArgument().- Parameters:
ctx- the parse tree
-
enterSubCommandReference
void enterSubCommandReference(TeamAppsDtoParser.SubCommandReferenceContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.subCommandReference().- Parameters:
ctx- the parse tree
-
exitSubCommandReference
void exitSubCommandReference(TeamAppsDtoParser.SubCommandReferenceContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.subCommandReference().- Parameters:
ctx- the parse tree
-
enterSubEventReference
void enterSubEventReference(TeamAppsDtoParser.SubEventReferenceContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.subEventReference().- Parameters:
ctx- the parse tree
-
exitSubEventReference
void exitSubEventReference(TeamAppsDtoParser.SubEventReferenceContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.subEventReference().- Parameters:
ctx- the parse tree
-
enterPrimitiveType
void enterPrimitiveType(TeamAppsDtoParser.PrimitiveTypeContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.primitiveType().- Parameters:
ctx- the parse tree
-
exitPrimitiveType
void exitPrimitiveType(TeamAppsDtoParser.PrimitiveTypeContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.primitiveType().- Parameters:
ctx- the parse tree
-
enterTypescriptFactoryAnnotation
void enterTypescriptFactoryAnnotation(TeamAppsDtoParser.TypescriptFactoryAnnotationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typescriptFactoryAnnotation().- Parameters:
ctx- the parse tree
-
exitTypescriptFactoryAnnotation
void exitTypescriptFactoryAnnotation(TeamAppsDtoParser.TypescriptFactoryAnnotationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typescriptFactoryAnnotation().- Parameters:
ctx- the parse tree
-
enterReferenceableAnnotation
void enterReferenceableAnnotation(TeamAppsDtoParser.ReferenceableAnnotationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.referenceableAnnotation().- Parameters:
ctx- the parse tree
-
exitReferenceableAnnotation
void exitReferenceableAnnotation(TeamAppsDtoParser.ReferenceableAnnotationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.referenceableAnnotation().- Parameters:
ctx- the parse tree
-
enterAbstractModifier
void enterAbstractModifier(TeamAppsDtoParser.AbstractModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.abstractModifier().- Parameters:
ctx- the parse tree
-
exitAbstractModifier
void exitAbstractModifier(TeamAppsDtoParser.AbstractModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.abstractModifier().- Parameters:
ctx- the parse tree
-
enterRequiredModifier
void enterRequiredModifier(TeamAppsDtoParser.RequiredModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.requiredModifier().- Parameters:
ctx- the parse tree
-
exitRequiredModifier
void exitRequiredModifier(TeamAppsDtoParser.RequiredModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.requiredModifier().- Parameters:
ctx- the parse tree
-
enterStaticModifier
void enterStaticModifier(TeamAppsDtoParser.StaticModifierContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.staticModifier().- Parameters:
ctx- the parse tree
-
exitStaticModifier
void exitStaticModifier(TeamAppsDtoParser.StaticModifierContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.staticModifier().- Parameters:
ctx- the parse tree
-
enterParExpression
void enterParExpression(TeamAppsDtoParser.ParExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.parExpression().- Parameters:
ctx- the parse tree
-
exitParExpression
void exitParExpression(TeamAppsDtoParser.ParExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.parExpression().- Parameters:
ctx- the parse tree
-
enterExpressionList
void enterExpressionList(TeamAppsDtoParser.ExpressionListContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.expressionList().- Parameters:
ctx- the parse tree
-
exitExpressionList
void exitExpressionList(TeamAppsDtoParser.ExpressionListContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.expressionList().- Parameters:
ctx- the parse tree
-
enterStatementExpression
void enterStatementExpression(TeamAppsDtoParser.StatementExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.statementExpression().- Parameters:
ctx- the parse tree
-
exitStatementExpression
void exitStatementExpression(TeamAppsDtoParser.StatementExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.statementExpression().- Parameters:
ctx- the parse tree
-
enterConstantExpression
void enterConstantExpression(TeamAppsDtoParser.ConstantExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.constantExpression().- Parameters:
ctx- the parse tree
-
exitConstantExpression
void exitConstantExpression(TeamAppsDtoParser.ConstantExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.constantExpression().- Parameters:
ctx- the parse tree
-
enterExpression
void enterExpression(TeamAppsDtoParser.ExpressionContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
void exitExpression(TeamAppsDtoParser.ExpressionContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.expression().- Parameters:
ctx- the parse tree
-
enterPrimary
void enterPrimary(TeamAppsDtoParser.PrimaryContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.primary().- Parameters:
ctx- the parse tree
-
exitPrimary
void exitPrimary(TeamAppsDtoParser.PrimaryContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.primary().- Parameters:
ctx- the parse tree
-
enterCreator
void enterCreator(TeamAppsDtoParser.CreatorContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.creator().- Parameters:
ctx- the parse tree
-
exitCreator
void exitCreator(TeamAppsDtoParser.CreatorContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.creator().- Parameters:
ctx- the parse tree
-
enterCreatedName
void enterCreatedName(TeamAppsDtoParser.CreatedNameContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.createdName().- Parameters:
ctx- the parse tree
-
exitCreatedName
void exitCreatedName(TeamAppsDtoParser.CreatedNameContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.createdName().- Parameters:
ctx- the parse tree
-
enterArrayCreatorRest
void enterArrayCreatorRest(TeamAppsDtoParser.ArrayCreatorRestContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.arrayCreatorRest().- Parameters:
ctx- the parse tree
-
exitArrayCreatorRest
void exitArrayCreatorRest(TeamAppsDtoParser.ArrayCreatorRestContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.arrayCreatorRest().- Parameters:
ctx- the parse tree
-
enterClassCreatorRest
void enterClassCreatorRest(TeamAppsDtoParser.ClassCreatorRestContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.classCreatorRest().- Parameters:
ctx- the parse tree
-
exitClassCreatorRest
void exitClassCreatorRest(TeamAppsDtoParser.ClassCreatorRestContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.classCreatorRest().- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocation
void enterExplicitGenericInvocation(TeamAppsDtoParser.ExplicitGenericInvocationContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.explicitGenericInvocation().- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocation
void exitExplicitGenericInvocation(TeamAppsDtoParser.ExplicitGenericInvocationContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.explicitGenericInvocation().- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArguments
void enterNonWildcardTypeArguments(TeamAppsDtoParser.NonWildcardTypeArgumentsContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArguments().- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArguments
void exitNonWildcardTypeArguments(TeamAppsDtoParser.NonWildcardTypeArgumentsContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArguments().- Parameters:
ctx- the parse tree
-
enterTypeList
void enterTypeList(TeamAppsDtoParser.TypeListContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeList().- Parameters:
ctx- the parse tree
-
exitTypeList
void exitTypeList(TeamAppsDtoParser.TypeListContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeList().- Parameters:
ctx- the parse tree
-
enterTypeArgumentsOrDiamond
void enterTypeArgumentsOrDiamond(TeamAppsDtoParser.TypeArgumentsOrDiamondContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.typeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
exitTypeArgumentsOrDiamond
void exitTypeArgumentsOrDiamond(TeamAppsDtoParser.TypeArgumentsOrDiamondContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.typeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
enterNonWildcardTypeArgumentsOrDiamond
void enterNonWildcardTypeArgumentsOrDiamond(TeamAppsDtoParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
exitNonWildcardTypeArgumentsOrDiamond
void exitNonWildcardTypeArgumentsOrDiamond(TeamAppsDtoParser.NonWildcardTypeArgumentsOrDiamondContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.nonWildcardTypeArgumentsOrDiamond().- Parameters:
ctx- the parse tree
-
enterSuperSuffix
void enterSuperSuffix(TeamAppsDtoParser.SuperSuffixContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.superSuffix().- Parameters:
ctx- the parse tree
-
exitSuperSuffix
void exitSuperSuffix(TeamAppsDtoParser.SuperSuffixContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.superSuffix().- Parameters:
ctx- the parse tree
-
enterExplicitGenericInvocationSuffix
void enterExplicitGenericInvocationSuffix(TeamAppsDtoParser.ExplicitGenericInvocationSuffixContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.explicitGenericInvocationSuffix().- Parameters:
ctx- the parse tree
-
exitExplicitGenericInvocationSuffix
void exitExplicitGenericInvocationSuffix(TeamAppsDtoParser.ExplicitGenericInvocationSuffixContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.explicitGenericInvocationSuffix().- Parameters:
ctx- the parse tree
-
enterArguments
void enterArguments(TeamAppsDtoParser.ArgumentsContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.arguments().- Parameters:
ctx- the parse tree
-
exitArguments
void exitArguments(TeamAppsDtoParser.ArgumentsContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.arguments().- Parameters:
ctx- the parse tree
-
enterVariableInitializer
void enterVariableInitializer(TeamAppsDtoParser.VariableInitializerContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.variableInitializer().- Parameters:
ctx- the parse tree
-
exitVariableInitializer
void exitVariableInitializer(TeamAppsDtoParser.VariableInitializerContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.variableInitializer().- Parameters:
ctx- the parse tree
-
enterArrayInitializer
void enterArrayInitializer(TeamAppsDtoParser.ArrayInitializerContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.arrayInitializer().- Parameters:
ctx- the parse tree
-
exitArrayInitializer
void exitArrayInitializer(TeamAppsDtoParser.ArrayInitializerContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.arrayInitializer().- Parameters:
ctx- the parse tree
-
enterLiteral
void enterLiteral(TeamAppsDtoParser.LiteralContext ctx)
Enter a parse tree produced byTeamAppsDtoParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
void exitLiteral(TeamAppsDtoParser.LiteralContext ctx)
Exit a parse tree produced byTeamAppsDtoParser.literal().- Parameters:
ctx- the parse tree
-
-