teamapps-ui-dsl.0.9.190.source-code.TeamAppsDtoBaseListener Maven / Gradle / Ivy
/*-
* ========================LICENSE_START=================================
* TeamApps
* ---
* Copyright (C) 2014 - 2024 TeamApps.org
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
// Generated from TeamAppsDto.g4 by ANTLR 4.12.0
package org.teamapps.dto;
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
/**
* This class provides an empty implementation of {@link TeamAppsDtoListener},
* which can be extended to create a listener which only needs to handle a subset
* of the available methods.
*/
@SuppressWarnings("CheckReturnValue")
public class TeamAppsDtoBaseListener implements TeamAppsDtoListener {
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterClassCollection(TeamAppsDtoParser.ClassCollectionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitClassCollection(TeamAppsDtoParser.ClassCollectionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypeDeclaration(TeamAppsDtoParser.TypeDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypeDeclaration(TeamAppsDtoParser.TypeDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterEnumDeclaration(TeamAppsDtoParser.EnumDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitEnumDeclaration(TeamAppsDtoParser.EnumDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterEnumConstant(TeamAppsDtoParser.EnumConstantContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitEnumConstant(TeamAppsDtoParser.EnumConstantContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitClassDeclaration(TeamAppsDtoParser.ClassDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitInterfaceDeclaration(TeamAppsDtoParser.InterfaceDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSuperClassDecl(TeamAppsDtoParser.SuperClassDeclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSuperClassDecl(TeamAppsDtoParser.SuperClassDeclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSuperInterfaceDecl(TeamAppsDtoParser.SuperInterfaceDeclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSuperInterfaceDecl(TeamAppsDtoParser.SuperInterfaceDeclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterImplementsDecl(TeamAppsDtoParser.ImplementsDeclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitImplementsDecl(TeamAppsDtoParser.ImplementsDeclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterClassList(TeamAppsDtoParser.ClassListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitClassList(TeamAppsDtoParser.ClassListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterPropertyDeclaration(TeamAppsDtoParser.PropertyDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitPropertyDeclaration(TeamAppsDtoParser.PropertyDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitCommandDeclaration(TeamAppsDtoParser.CommandDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitEventDeclaration(TeamAppsDtoParser.EventDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterQueryDeclaration(TeamAppsDtoParser.QueryDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitQueryDeclaration(TeamAppsDtoParser.QueryDeclarationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterFormalParameter(TeamAppsDtoParser.FormalParameterContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitFormalParameter(TeamAppsDtoParser.FormalParameterContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterFormalParameterWithDefault(TeamAppsDtoParser.FormalParameterWithDefaultContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitFormalParameterWithDefault(TeamAppsDtoParser.FormalParameterWithDefaultContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterDefaultValueAssignment(TeamAppsDtoParser.DefaultValueAssignmentContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitDefaultValueAssignment(TeamAppsDtoParser.DefaultValueAssignmentContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterType(TeamAppsDtoParser.TypeContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitType(TeamAppsDtoParser.TypeContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterInlineEnum(TeamAppsDtoParser.InlineEnumContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitInlineEnum(TeamAppsDtoParser.InlineEnumContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypeReference(TeamAppsDtoParser.TypeReferenceContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypeReference(TeamAppsDtoParser.TypeReferenceContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterReferenceTypeModifier(TeamAppsDtoParser.ReferenceTypeModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitReferenceTypeModifier(TeamAppsDtoParser.ReferenceTypeModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypeArguments(TeamAppsDtoParser.TypeArgumentsContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypeArguments(TeamAppsDtoParser.TypeArgumentsContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypeArgument(TeamAppsDtoParser.TypeArgumentContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypeArgument(TeamAppsDtoParser.TypeArgumentContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSubCommandReference(TeamAppsDtoParser.SubCommandReferenceContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSubCommandReference(TeamAppsDtoParser.SubCommandReferenceContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSubEventReference(TeamAppsDtoParser.SubEventReferenceContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSubEventReference(TeamAppsDtoParser.SubEventReferenceContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterPrimitiveType(TeamAppsDtoParser.PrimitiveTypeContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitPrimitiveType(TeamAppsDtoParser.PrimitiveTypeContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypescriptFactoryAnnotation(TeamAppsDtoParser.TypescriptFactoryAnnotationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypescriptFactoryAnnotation(TeamAppsDtoParser.TypescriptFactoryAnnotationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterReferenceableAnnotation(TeamAppsDtoParser.ReferenceableAnnotationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitReferenceableAnnotation(TeamAppsDtoParser.ReferenceableAnnotationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterAbstractModifier(TeamAppsDtoParser.AbstractModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitAbstractModifier(TeamAppsDtoParser.AbstractModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterRequiredModifier(TeamAppsDtoParser.RequiredModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitRequiredModifier(TeamAppsDtoParser.RequiredModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterStaticModifier(TeamAppsDtoParser.StaticModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitStaticModifier(TeamAppsDtoParser.StaticModifierContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterParExpression(TeamAppsDtoParser.ParExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitParExpression(TeamAppsDtoParser.ParExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterExpressionList(TeamAppsDtoParser.ExpressionListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitExpressionList(TeamAppsDtoParser.ExpressionListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterStatementExpression(TeamAppsDtoParser.StatementExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitStatementExpression(TeamAppsDtoParser.StatementExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterConstantExpression(TeamAppsDtoParser.ConstantExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitConstantExpression(TeamAppsDtoParser.ConstantExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterExpression(TeamAppsDtoParser.ExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitExpression(TeamAppsDtoParser.ExpressionContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterPrimary(TeamAppsDtoParser.PrimaryContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitPrimary(TeamAppsDtoParser.PrimaryContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterCreator(TeamAppsDtoParser.CreatorContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitCreator(TeamAppsDtoParser.CreatorContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterCreatedName(TeamAppsDtoParser.CreatedNameContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitCreatedName(TeamAppsDtoParser.CreatedNameContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterArrayCreatorRest(TeamAppsDtoParser.ArrayCreatorRestContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitArrayCreatorRest(TeamAppsDtoParser.ArrayCreatorRestContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterClassCreatorRest(TeamAppsDtoParser.ClassCreatorRestContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitClassCreatorRest(TeamAppsDtoParser.ClassCreatorRestContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterExplicitGenericInvocation(TeamAppsDtoParser.ExplicitGenericInvocationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitExplicitGenericInvocation(TeamAppsDtoParser.ExplicitGenericInvocationContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterNonWildcardTypeArguments(TeamAppsDtoParser.NonWildcardTypeArgumentsContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitNonWildcardTypeArguments(TeamAppsDtoParser.NonWildcardTypeArgumentsContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypeList(TeamAppsDtoParser.TypeListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypeList(TeamAppsDtoParser.TypeListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTypeArgumentsOrDiamond(TeamAppsDtoParser.TypeArgumentsOrDiamondContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTypeArgumentsOrDiamond(TeamAppsDtoParser.TypeArgumentsOrDiamondContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterNonWildcardTypeArgumentsOrDiamond(TeamAppsDtoParser.NonWildcardTypeArgumentsOrDiamondContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitNonWildcardTypeArgumentsOrDiamond(TeamAppsDtoParser.NonWildcardTypeArgumentsOrDiamondContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSuperSuffix(TeamAppsDtoParser.SuperSuffixContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSuperSuffix(TeamAppsDtoParser.SuperSuffixContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterExplicitGenericInvocationSuffix(TeamAppsDtoParser.ExplicitGenericInvocationSuffixContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitExplicitGenericInvocationSuffix(TeamAppsDtoParser.ExplicitGenericInvocationSuffixContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterArguments(TeamAppsDtoParser.ArgumentsContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitArguments(TeamAppsDtoParser.ArgumentsContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterVariableInitializer(TeamAppsDtoParser.VariableInitializerContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitVariableInitializer(TeamAppsDtoParser.VariableInitializerContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterArrayInitializer(TeamAppsDtoParser.ArrayInitializerContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitArrayInitializer(TeamAppsDtoParser.ArrayInitializerContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterLiteral(TeamAppsDtoParser.LiteralContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitLiteral(TeamAppsDtoParser.LiteralContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterEveryRule(ParserRuleContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitEveryRule(ParserRuleContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void visitTerminal(TerminalNode node) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void visitErrorNode(ErrorNode node) { }
}