Class TypeScriptParserBaseListener
- java.lang.Object
-
- one.gfw.antlr4.js.typescript.TypeScriptParserBaseListener
-
- All Implemented Interfaces:
TypeScriptParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class TypeScriptParserBaseListener extends Object implements TypeScriptParserListener
This class provides an empty implementation ofTypeScriptParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description TypeScriptParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterInitializer
public void enterInitializer(TypeScriptParser.InitializerContext ctx)
Enter a parse tree produced byTypeScriptParser.initializer().The default implementation does nothing.
- Specified by:
enterInitializerin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitInitializer
public void exitInitializer(TypeScriptParser.InitializerContext ctx)
Exit a parse tree produced byTypeScriptParser.initializer().The default implementation does nothing.
- Specified by:
exitInitializerin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBindingPattern
public void enterBindingPattern(TypeScriptParser.BindingPatternContext ctx)
Enter a parse tree produced byTypeScriptParser.bindingPattern().The default implementation does nothing.
- Specified by:
enterBindingPatternin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBindingPattern
public void exitBindingPattern(TypeScriptParser.BindingPatternContext ctx)
Exit a parse tree produced byTypeScriptParser.bindingPattern().The default implementation does nothing.
- Specified by:
exitBindingPatternin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeParameters
public void enterTypeParameters(TypeScriptParser.TypeParametersContext ctx)
Enter a parse tree produced byTypeScriptParser.typeParameters().The default implementation does nothing.
- Specified by:
enterTypeParametersin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeParameters
public void exitTypeParameters(TypeScriptParser.TypeParametersContext ctx)
Exit a parse tree produced byTypeScriptParser.typeParameters().The default implementation does nothing.
- Specified by:
exitTypeParametersin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeParameterList
public void enterTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.typeParameterList().The default implementation does nothing.
- Specified by:
enterTypeParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeParameterList
public void exitTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.typeParameterList().The default implementation does nothing.
- Specified by:
exitTypeParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeParameter
public void enterTypeParameter(TypeScriptParser.TypeParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.typeParameter().The default implementation does nothing.
- Specified by:
enterTypeParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeParameter
public void exitTypeParameter(TypeScriptParser.TypeParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.typeParameter().The default implementation does nothing.
- Specified by:
exitTypeParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterConstraint
public void enterConstraint(TypeScriptParser.ConstraintContext ctx)
Enter a parse tree produced byTypeScriptParser.constraint().The default implementation does nothing.
- Specified by:
enterConstraintin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitConstraint
public void exitConstraint(TypeScriptParser.ConstraintContext ctx)
Exit a parse tree produced byTypeScriptParser.constraint().The default implementation does nothing.
- Specified by:
exitConstraintin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeArguments
public void enterTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
Enter a parse tree produced byTypeScriptParser.typeArguments().The default implementation does nothing.
- Specified by:
enterTypeArgumentsin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeArguments
public void exitTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
Exit a parse tree produced byTypeScriptParser.typeArguments().The default implementation does nothing.
- Specified by:
exitTypeArgumentsin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeArgumentList
public void enterTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
Enter a parse tree produced byTypeScriptParser.typeArgumentList().The default implementation does nothing.
- Specified by:
enterTypeArgumentListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeArgumentList
public void exitTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
Exit a parse tree produced byTypeScriptParser.typeArgumentList().The default implementation does nothing.
- Specified by:
exitTypeArgumentListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeArgument
public void enterTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
Enter a parse tree produced byTypeScriptParser.typeArgument().The default implementation does nothing.
- Specified by:
enterTypeArgumentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeArgument
public void exitTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
Exit a parse tree produced byTypeScriptParser.typeArgument().The default implementation does nothing.
- Specified by:
exitTypeArgumentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterType_
public void enterType_(TypeScriptParser.Type_Context ctx)
Enter a parse tree produced byTypeScriptParser.type_().The default implementation does nothing.
- Specified by:
enterType_in interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitType_
public void exitType_(TypeScriptParser.Type_Context ctx)
Exit a parse tree produced byTypeScriptParser.type_().The default implementation does nothing.
- Specified by:
exitType_in interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIntersection
public void enterIntersection(TypeScriptParser.IntersectionContext ctx)
Enter a parse tree produced by theIntersectionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().The default implementation does nothing.
- Specified by:
enterIntersectionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIntersection
public void exitIntersection(TypeScriptParser.IntersectionContext ctx)
Exit a parse tree produced by theIntersectionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().The default implementation does nothing.
- Specified by:
exitIntersectionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPrimary
public void enterPrimary(TypeScriptParser.PrimaryContext ctx)
Enter a parse tree produced by thePrimarylabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPrimary
public void exitPrimary(TypeScriptParser.PrimaryContext ctx)
Exit a parse tree produced by thePrimarylabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterUnion
public void enterUnion(TypeScriptParser.UnionContext ctx)
Enter a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().The default implementation does nothing.
- Specified by:
enterUnionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitUnion
public void exitUnion(TypeScriptParser.UnionContext ctx)
Exit a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().The default implementation does nothing.
- Specified by:
exitUnionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterRedefinitionOfType
public void enterRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
Enter a parse tree produced by theRedefinitionOfTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterRedefinitionOfTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitRedefinitionOfType
public void exitRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
Exit a parse tree produced by theRedefinitionOfTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitRedefinitionOfTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPredefinedPrimType
public void enterPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
Enter a parse tree produced by thePredefinedPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterPredefinedPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPredefinedPrimType
public void exitPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
Exit a parse tree produced by thePredefinedPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitPredefinedPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayPrimType
public void enterArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
Enter a parse tree produced by theArrayPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterArrayPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayPrimType
public void exitArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
Exit a parse tree produced by theArrayPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitArrayPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterParenthesizedPrimType
public void enterParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
Enter a parse tree produced by theParenthesizedPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterParenthesizedPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitParenthesizedPrimType
public void exitParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
Exit a parse tree produced by theParenthesizedPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitParenthesizedPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterThisPrimType
public void enterThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
Enter a parse tree produced by theThisPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterThisPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitThisPrimType
public void exitThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
Exit a parse tree produced by theThisPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitThisPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTuplePrimType
public void enterTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
Enter a parse tree produced by theTuplePrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterTuplePrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTuplePrimType
public void exitTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
Exit a parse tree produced by theTuplePrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitTuplePrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterObjectPrimType
public void enterObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
Enter a parse tree produced by theObjectPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterObjectPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitObjectPrimType
public void exitObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
Exit a parse tree produced by theObjectPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitObjectPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterReferencePrimType
public void enterReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
Enter a parse tree produced by theReferencePrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterReferencePrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitReferencePrimType
public void exitReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
Exit a parse tree produced by theReferencePrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitReferencePrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterQueryPrimType
public void enterQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
Enter a parse tree produced by theQueryPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
enterQueryPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitQueryPrimType
public void exitQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
Exit a parse tree produced by theQueryPrimTypelabeled alternative inTypeScriptParser.primaryType().The default implementation does nothing.
- Specified by:
exitQueryPrimTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPredefinedType
public void enterPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.predefinedType().The default implementation does nothing.
- Specified by:
enterPredefinedTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPredefinedType
public void exitPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.predefinedType().The default implementation does nothing.
- Specified by:
exitPredefinedTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeReference
public void enterTypeReference(TypeScriptParser.TypeReferenceContext ctx)
Enter a parse tree produced byTypeScriptParser.typeReference().The default implementation does nothing.
- Specified by:
enterTypeReferencein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeReference
public void exitTypeReference(TypeScriptParser.TypeReferenceContext ctx)
Exit a parse tree produced byTypeScriptParser.typeReference().The default implementation does nothing.
- Specified by:
exitTypeReferencein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterNestedTypeGeneric
public void enterNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
Enter a parse tree produced byTypeScriptParser.nestedTypeGeneric().The default implementation does nothing.
- Specified by:
enterNestedTypeGenericin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitNestedTypeGeneric
public void exitNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
Exit a parse tree produced byTypeScriptParser.nestedTypeGeneric().The default implementation does nothing.
- Specified by:
exitNestedTypeGenericin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeGeneric
public void enterTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
Enter a parse tree produced byTypeScriptParser.typeGeneric().The default implementation does nothing.
- Specified by:
enterTypeGenericin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeGeneric
public void exitTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
Exit a parse tree produced byTypeScriptParser.typeGeneric().The default implementation does nothing.
- Specified by:
exitTypeGenericin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeIncludeGeneric
public void enterTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
Enter a parse tree produced byTypeScriptParser.typeIncludeGeneric().The default implementation does nothing.
- Specified by:
enterTypeIncludeGenericin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeIncludeGeneric
public void exitTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
Exit a parse tree produced byTypeScriptParser.typeIncludeGeneric().The default implementation does nothing.
- Specified by:
exitTypeIncludeGenericin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeName
public void enterTypeName(TypeScriptParser.TypeNameContext ctx)
Enter a parse tree produced byTypeScriptParser.typeName().The default implementation does nothing.
- Specified by:
enterTypeNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeName
public void exitTypeName(TypeScriptParser.TypeNameContext ctx)
Exit a parse tree produced byTypeScriptParser.typeName().The default implementation does nothing.
- Specified by:
exitTypeNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterObjectType
public void enterObjectType(TypeScriptParser.ObjectTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.objectType().The default implementation does nothing.
- Specified by:
enterObjectTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitObjectType
public void exitObjectType(TypeScriptParser.ObjectTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.objectType().The default implementation does nothing.
- Specified by:
exitObjectTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeBody
public void enterTypeBody(TypeScriptParser.TypeBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.typeBody().The default implementation does nothing.
- Specified by:
enterTypeBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeBody
public void exitTypeBody(TypeScriptParser.TypeBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.typeBody().The default implementation does nothing.
- Specified by:
exitTypeBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeMemberList
public void enterTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
Enter a parse tree produced byTypeScriptParser.typeMemberList().The default implementation does nothing.
- Specified by:
enterTypeMemberListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeMemberList
public void exitTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
Exit a parse tree produced byTypeScriptParser.typeMemberList().The default implementation does nothing.
- Specified by:
exitTypeMemberListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeMember
public void enterTypeMember(TypeScriptParser.TypeMemberContext ctx)
Enter a parse tree produced byTypeScriptParser.typeMember().The default implementation does nothing.
- Specified by:
enterTypeMemberin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeMember
public void exitTypeMember(TypeScriptParser.TypeMemberContext ctx)
Exit a parse tree produced byTypeScriptParser.typeMember().The default implementation does nothing.
- Specified by:
exitTypeMemberin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayType
public void enterArrayType(TypeScriptParser.ArrayTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.arrayType().The default implementation does nothing.
- Specified by:
enterArrayTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayType
public void exitArrayType(TypeScriptParser.ArrayTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.arrayType().The default implementation does nothing.
- Specified by:
exitArrayTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTupleType
public void enterTupleType(TypeScriptParser.TupleTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.tupleType().The default implementation does nothing.
- Specified by:
enterTupleTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTupleType
public void exitTupleType(TypeScriptParser.TupleTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.tupleType().The default implementation does nothing.
- Specified by:
exitTupleTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTupleElementTypes
public void enterTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
Enter a parse tree produced byTypeScriptParser.tupleElementTypes().The default implementation does nothing.
- Specified by:
enterTupleElementTypesin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTupleElementTypes
public void exitTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
Exit a parse tree produced byTypeScriptParser.tupleElementTypes().The default implementation does nothing.
- Specified by:
exitTupleElementTypesin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionType
public void enterFunctionType(TypeScriptParser.FunctionTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.functionType().The default implementation does nothing.
- Specified by:
enterFunctionTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionType
public void exitFunctionType(TypeScriptParser.FunctionTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.functionType().The default implementation does nothing.
- Specified by:
exitFunctionTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterConstructorType
public void enterConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.constructorType().The default implementation does nothing.
- Specified by:
enterConstructorTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitConstructorType
public void exitConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.constructorType().The default implementation does nothing.
- Specified by:
exitConstructorTypein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeQuery
public void enterTypeQuery(TypeScriptParser.TypeQueryContext ctx)
Enter a parse tree produced byTypeScriptParser.typeQuery().The default implementation does nothing.
- Specified by:
enterTypeQueryin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeQuery
public void exitTypeQuery(TypeScriptParser.TypeQueryContext ctx)
Exit a parse tree produced byTypeScriptParser.typeQuery().The default implementation does nothing.
- Specified by:
exitTypeQueryin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeQueryExpression
public void enterTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.typeQueryExpression().The default implementation does nothing.
- Specified by:
enterTypeQueryExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeQueryExpression
public void exitTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.typeQueryExpression().The default implementation does nothing.
- Specified by:
exitTypeQueryExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertySignatur
public void enterPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
Enter a parse tree produced byTypeScriptParser.propertySignatur().The default implementation does nothing.
- Specified by:
enterPropertySignaturin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertySignatur
public void exitPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
Exit a parse tree produced byTypeScriptParser.propertySignatur().The default implementation does nothing.
- Specified by:
exitPropertySignaturin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeAnnotation
public void enterTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
Enter a parse tree produced byTypeScriptParser.typeAnnotation().The default implementation does nothing.
- Specified by:
enterTypeAnnotationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeAnnotation
public void exitTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
Exit a parse tree produced byTypeScriptParser.typeAnnotation().The default implementation does nothing.
- Specified by:
exitTypeAnnotationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterCallSignature
public void enterCallSignature(TypeScriptParser.CallSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.callSignature().The default implementation does nothing.
- Specified by:
enterCallSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitCallSignature
public void exitCallSignature(TypeScriptParser.CallSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.callSignature().The default implementation does nothing.
- Specified by:
exitCallSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterParameterList
public void enterParameterList(TypeScriptParser.ParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.parameterList().The default implementation does nothing.
- Specified by:
enterParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitParameterList
public void exitParameterList(TypeScriptParser.ParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.parameterList().The default implementation does nothing.
- Specified by:
exitParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterRequiredParameterList
public void enterRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.requiredParameterList().The default implementation does nothing.
- Specified by:
enterRequiredParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitRequiredParameterList
public void exitRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.requiredParameterList().The default implementation does nothing.
- Specified by:
exitRequiredParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterParameter
public void enterParameter(TypeScriptParser.ParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.parameter().The default implementation does nothing.
- Specified by:
enterParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitParameter
public void exitParameter(TypeScriptParser.ParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.parameter().The default implementation does nothing.
- Specified by:
exitParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterOptionalParameter
public void enterOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.optionalParameter().The default implementation does nothing.
- Specified by:
enterOptionalParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitOptionalParameter
public void exitOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.optionalParameter().The default implementation does nothing.
- Specified by:
exitOptionalParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterRestParameter
public void enterRestParameter(TypeScriptParser.RestParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.restParameter().The default implementation does nothing.
- Specified by:
enterRestParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitRestParameter
public void exitRestParameter(TypeScriptParser.RestParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.restParameter().The default implementation does nothing.
- Specified by:
exitRestParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterRequiredParameter
public void enterRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.requiredParameter().The default implementation does nothing.
- Specified by:
enterRequiredParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitRequiredParameter
public void exitRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.requiredParameter().The default implementation does nothing.
- Specified by:
exitRequiredParameterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAccessibilityModifier
public void enterAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
Enter a parse tree produced byTypeScriptParser.accessibilityModifier().The default implementation does nothing.
- Specified by:
enterAccessibilityModifierin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAccessibilityModifier
public void exitAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
Exit a parse tree produced byTypeScriptParser.accessibilityModifier().The default implementation does nothing.
- Specified by:
exitAccessibilityModifierin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierOrPattern
public void enterIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
Enter a parse tree produced byTypeScriptParser.identifierOrPattern().The default implementation does nothing.
- Specified by:
enterIdentifierOrPatternin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierOrPattern
public void exitIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
Exit a parse tree produced byTypeScriptParser.identifierOrPattern().The default implementation does nothing.
- Specified by:
exitIdentifierOrPatternin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterConstructSignature
public void enterConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.constructSignature().The default implementation does nothing.
- Specified by:
enterConstructSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitConstructSignature
public void exitConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.constructSignature().The default implementation does nothing.
- Specified by:
exitConstructSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIndexSignature
public void enterIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.indexSignature().The default implementation does nothing.
- Specified by:
enterIndexSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIndexSignature
public void exitIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.indexSignature().The default implementation does nothing.
- Specified by:
exitIndexSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMethodSignature
public void enterMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.methodSignature().The default implementation does nothing.
- Specified by:
enterMethodSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMethodSignature
public void exitMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.methodSignature().The default implementation does nothing.
- Specified by:
exitMethodSignaturein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeAliasDeclaration
public void enterTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.typeAliasDeclaration().The default implementation does nothing.
- Specified by:
enterTypeAliasDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeAliasDeclaration
public void exitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.typeAliasDeclaration().The default implementation does nothing.
- Specified by:
exitTypeAliasDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterConstructorDeclaration
public void enterConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.constructorDeclaration().The default implementation does nothing.
- Specified by:
enterConstructorDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitConstructorDeclaration
public void exitConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.constructorDeclaration().The default implementation does nothing.
- Specified by:
exitConstructorDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
public void enterInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
enterInterfaceDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
public void exitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.interfaceDeclaration().The default implementation does nothing.
- Specified by:
exitInterfaceDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterInterfaceExtendsClause
public void enterInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.interfaceExtendsClause().The default implementation does nothing.
- Specified by:
enterInterfaceExtendsClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitInterfaceExtendsClause
public void exitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.interfaceExtendsClause().The default implementation does nothing.
- Specified by:
exitInterfaceExtendsClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceTypeList
public void enterClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
Enter a parse tree produced byTypeScriptParser.classOrInterfaceTypeList().The default implementation does nothing.
- Specified by:
enterClassOrInterfaceTypeListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceTypeList
public void exitClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
Exit a parse tree produced byTypeScriptParser.classOrInterfaceTypeList().The default implementation does nothing.
- Specified by:
exitClassOrInterfaceTypeListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
public void enterEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.enumDeclaration().The default implementation does nothing.
- Specified by:
enterEnumDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
public void exitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.enumDeclaration().The default implementation does nothing.
- Specified by:
exitEnumDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEnumBody
public void enterEnumBody(TypeScriptParser.EnumBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.enumBody().The default implementation does nothing.
- Specified by:
enterEnumBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEnumBody
public void exitEnumBody(TypeScriptParser.EnumBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.enumBody().The default implementation does nothing.
- Specified by:
exitEnumBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEnumMemberList
public void enterEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
Enter a parse tree produced byTypeScriptParser.enumMemberList().The default implementation does nothing.
- Specified by:
enterEnumMemberListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEnumMemberList
public void exitEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
Exit a parse tree produced byTypeScriptParser.enumMemberList().The default implementation does nothing.
- Specified by:
exitEnumMemberListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEnumMember
public void enterEnumMember(TypeScriptParser.EnumMemberContext ctx)
Enter a parse tree produced byTypeScriptParser.enumMember().The default implementation does nothing.
- Specified by:
enterEnumMemberin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEnumMember
public void exitEnumMember(TypeScriptParser.EnumMemberContext ctx)
Exit a parse tree produced byTypeScriptParser.enumMember().The default implementation does nothing.
- Specified by:
exitEnumMemberin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterNamespaceDeclaration
public void enterNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.namespaceDeclaration().The default implementation does nothing.
- Specified by:
enterNamespaceDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitNamespaceDeclaration
public void exitNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.namespaceDeclaration().The default implementation does nothing.
- Specified by:
exitNamespaceDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterNamespaceName
public void enterNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
Enter a parse tree produced byTypeScriptParser.namespaceName().The default implementation does nothing.
- Specified by:
enterNamespaceNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitNamespaceName
public void exitNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
Exit a parse tree produced byTypeScriptParser.namespaceName().The default implementation does nothing.
- Specified by:
exitNamespaceNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportAliasDeclaration
public void enterImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.importAliasDeclaration().The default implementation does nothing.
- Specified by:
enterImportAliasDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportAliasDeclaration
public void exitImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.importAliasDeclaration().The default implementation does nothing.
- Specified by:
exitImportAliasDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDecoratorList
public void enterDecoratorList(TypeScriptParser.DecoratorListContext ctx)
Enter a parse tree produced byTypeScriptParser.decoratorList().The default implementation does nothing.
- Specified by:
enterDecoratorListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDecoratorList
public void exitDecoratorList(TypeScriptParser.DecoratorListContext ctx)
Exit a parse tree produced byTypeScriptParser.decoratorList().The default implementation does nothing.
- Specified by:
exitDecoratorListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDecorator
public void enterDecorator(TypeScriptParser.DecoratorContext ctx)
Enter a parse tree produced byTypeScriptParser.decorator().The default implementation does nothing.
- Specified by:
enterDecoratorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDecorator
public void exitDecorator(TypeScriptParser.DecoratorContext ctx)
Exit a parse tree produced byTypeScriptParser.decorator().The default implementation does nothing.
- Specified by:
exitDecoratorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDecoratorMemberExpression
public void enterDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.decoratorMemberExpression().The default implementation does nothing.
- Specified by:
enterDecoratorMemberExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDecoratorMemberExpression
public void exitDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.decoratorMemberExpression().The default implementation does nothing.
- Specified by:
exitDecoratorMemberExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDecoratorCallExpression
public void enterDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.decoratorCallExpression().The default implementation does nothing.
- Specified by:
enterDecoratorCallExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDecoratorCallExpression
public void exitDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.decoratorCallExpression().The default implementation does nothing.
- Specified by:
exitDecoratorCallExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterProgram
public void enterProgram(TypeScriptParser.ProgramContext ctx)
Enter a parse tree produced byTypeScriptParser.program().The default implementation does nothing.
- Specified by:
enterProgramin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitProgram
public void exitProgram(TypeScriptParser.ProgramContext ctx)
Exit a parse tree produced byTypeScriptParser.program().The default implementation does nothing.
- Specified by:
exitProgramin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterSourceElement
public void enterSourceElement(TypeScriptParser.SourceElementContext ctx)
Enter a parse tree produced byTypeScriptParser.sourceElement().The default implementation does nothing.
- Specified by:
enterSourceElementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitSourceElement
public void exitSourceElement(TypeScriptParser.SourceElementContext ctx)
Exit a parse tree produced byTypeScriptParser.sourceElement().The default implementation does nothing.
- Specified by:
exitSourceElementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(TypeScriptParser.StatementContext ctx)
Enter a parse tree produced byTypeScriptParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(TypeScriptParser.StatementContext ctx)
Exit a parse tree produced byTypeScriptParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(TypeScriptParser.BlockContext ctx)
Enter a parse tree produced byTypeScriptParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(TypeScriptParser.BlockContext ctx)
Exit a parse tree produced byTypeScriptParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterStatementList
public void enterStatementList(TypeScriptParser.StatementListContext ctx)
Enter a parse tree produced byTypeScriptParser.statementList().The default implementation does nothing.
- Specified by:
enterStatementListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitStatementList
public void exitStatementList(TypeScriptParser.StatementListContext ctx)
Exit a parse tree produced byTypeScriptParser.statementList().The default implementation does nothing.
- Specified by:
exitStatementListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAbstractDeclaration
public void enterAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.abstractDeclaration().The default implementation does nothing.
- Specified by:
enterAbstractDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAbstractDeclaration
public void exitAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.abstractDeclaration().The default implementation does nothing.
- Specified by:
exitAbstractDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportStatement
public void enterImportStatement(TypeScriptParser.ImportStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.importStatement().The default implementation does nothing.
- Specified by:
enterImportStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportStatement
public void exitImportStatement(TypeScriptParser.ImportStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.importStatement().The default implementation does nothing.
- Specified by:
exitImportStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFromBlock
public void enterFromBlock(TypeScriptParser.FromBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.fromBlock().The default implementation does nothing.
- Specified by:
enterFromBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFromBlock
public void exitFromBlock(TypeScriptParser.FromBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.fromBlock().The default implementation does nothing.
- Specified by:
exitFromBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMultipleImportStatement
public void enterMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.multipleImportStatement().The default implementation does nothing.
- Specified by:
enterMultipleImportStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMultipleImportStatement
public void exitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.multipleImportStatement().The default implementation does nothing.
- Specified by:
exitMultipleImportStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterExportStatement
public void enterExportStatement(TypeScriptParser.ExportStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.exportStatement().The default implementation does nothing.
- Specified by:
enterExportStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitExportStatement
public void exitExportStatement(TypeScriptParser.ExportStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.exportStatement().The default implementation does nothing.
- Specified by:
exitExportStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterVariableStatement
public void enterVariableStatement(TypeScriptParser.VariableStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.variableStatement().The default implementation does nothing.
- Specified by:
enterVariableStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitVariableStatement
public void exitVariableStatement(TypeScriptParser.VariableStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.variableStatement().The default implementation does nothing.
- Specified by:
exitVariableStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclarationList
public void enterVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
Enter a parse tree produced byTypeScriptParser.variableDeclarationList().The default implementation does nothing.
- Specified by:
enterVariableDeclarationListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclarationList
public void exitVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
Exit a parse tree produced byTypeScriptParser.variableDeclarationList().The default implementation does nothing.
- Specified by:
exitVariableDeclarationListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclaration
public void enterVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.variableDeclaration().The default implementation does nothing.
- Specified by:
enterVariableDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclaration
public void exitVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.variableDeclaration().The default implementation does nothing.
- Specified by:
exitVariableDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEmptyStatement_
public void enterEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
Enter a parse tree produced byTypeScriptParser.emptyStatement_().The default implementation does nothing.
- Specified by:
enterEmptyStatement_in interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEmptyStatement_
public void exitEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
Exit a parse tree produced byTypeScriptParser.emptyStatement_().The default implementation does nothing.
- Specified by:
exitEmptyStatement_in interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterExpressionStatement
public void enterExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.expressionStatement().The default implementation does nothing.
- Specified by:
enterExpressionStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitExpressionStatement
public void exitExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.expressionStatement().The default implementation does nothing.
- Specified by:
exitExpressionStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIfStatement
public void enterIfStatement(TypeScriptParser.IfStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.ifStatement().The default implementation does nothing.
- Specified by:
enterIfStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIfStatement
public void exitIfStatement(TypeScriptParser.IfStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.ifStatement().The default implementation does nothing.
- Specified by:
exitIfStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDoStatement
public void enterDoStatement(TypeScriptParser.DoStatementContext ctx)
Enter a parse tree produced by theDoStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterDoStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDoStatement
public void exitDoStatement(TypeScriptParser.DoStatementContext ctx)
Exit a parse tree produced by theDoStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitDoStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterWhileStatement
public void enterWhileStatement(TypeScriptParser.WhileStatementContext ctx)
Enter a parse tree produced by theWhileStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterWhileStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitWhileStatement
public void exitWhileStatement(TypeScriptParser.WhileStatementContext ctx)
Exit a parse tree produced by theWhileStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitWhileStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterForStatement
public void enterForStatement(TypeScriptParser.ForStatementContext ctx)
Enter a parse tree produced by theForStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitForStatement
public void exitForStatement(TypeScriptParser.ForStatementContext ctx)
Exit a parse tree produced by theForStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterForVarStatement
public void enterForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
Enter a parse tree produced by theForVarStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForVarStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitForVarStatement
public void exitForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
Exit a parse tree produced by theForVarStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForVarStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterForInStatement
public void enterForInStatement(TypeScriptParser.ForInStatementContext ctx)
Enter a parse tree produced by theForInStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForInStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitForInStatement
public void exitForInStatement(TypeScriptParser.ForInStatementContext ctx)
Exit a parse tree produced by theForInStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForInStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterForVarInStatement
public void enterForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
Enter a parse tree produced by theForVarInStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForVarInStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitForVarInStatement
public void exitForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
Exit a parse tree produced by theForVarInStatementlabeled alternative inTypeScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForVarInStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterVarModifier
public void enterVarModifier(TypeScriptParser.VarModifierContext ctx)
Enter a parse tree produced byTypeScriptParser.varModifier().The default implementation does nothing.
- Specified by:
enterVarModifierin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitVarModifier
public void exitVarModifier(TypeScriptParser.VarModifierContext ctx)
Exit a parse tree produced byTypeScriptParser.varModifier().The default implementation does nothing.
- Specified by:
exitVarModifierin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterContinueStatement
public void enterContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.continueStatement().The default implementation does nothing.
- Specified by:
enterContinueStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitContinueStatement
public void exitContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.continueStatement().The default implementation does nothing.
- Specified by:
exitContinueStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBreakStatement
public void enterBreakStatement(TypeScriptParser.BreakStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.breakStatement().The default implementation does nothing.
- Specified by:
enterBreakStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBreakStatement
public void exitBreakStatement(TypeScriptParser.BreakStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.breakStatement().The default implementation does nothing.
- Specified by:
exitBreakStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterReturnStatement
public void enterReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.returnStatement().The default implementation does nothing.
- Specified by:
enterReturnStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitReturnStatement
public void exitReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.returnStatement().The default implementation does nothing.
- Specified by:
exitReturnStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterYieldStatement
public void enterYieldStatement(TypeScriptParser.YieldStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.yieldStatement().The default implementation does nothing.
- Specified by:
enterYieldStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitYieldStatement
public void exitYieldStatement(TypeScriptParser.YieldStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.yieldStatement().The default implementation does nothing.
- Specified by:
exitYieldStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterWithStatement
public void enterWithStatement(TypeScriptParser.WithStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.withStatement().The default implementation does nothing.
- Specified by:
enterWithStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitWithStatement
public void exitWithStatement(TypeScriptParser.WithStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.withStatement().The default implementation does nothing.
- Specified by:
exitWithStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterSwitchStatement
public void enterSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.switchStatement().The default implementation does nothing.
- Specified by:
enterSwitchStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitSwitchStatement
public void exitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.switchStatement().The default implementation does nothing.
- Specified by:
exitSwitchStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterCaseBlock
public void enterCaseBlock(TypeScriptParser.CaseBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.caseBlock().The default implementation does nothing.
- Specified by:
enterCaseBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitCaseBlock
public void exitCaseBlock(TypeScriptParser.CaseBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.caseBlock().The default implementation does nothing.
- Specified by:
exitCaseBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterCaseClauses
public void enterCaseClauses(TypeScriptParser.CaseClausesContext ctx)
Enter a parse tree produced byTypeScriptParser.caseClauses().The default implementation does nothing.
- Specified by:
enterCaseClausesin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitCaseClauses
public void exitCaseClauses(TypeScriptParser.CaseClausesContext ctx)
Exit a parse tree produced byTypeScriptParser.caseClauses().The default implementation does nothing.
- Specified by:
exitCaseClausesin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterCaseClause
public void enterCaseClause(TypeScriptParser.CaseClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.caseClause().The default implementation does nothing.
- Specified by:
enterCaseClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitCaseClause
public void exitCaseClause(TypeScriptParser.CaseClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.caseClause().The default implementation does nothing.
- Specified by:
exitCaseClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDefaultClause
public void enterDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.defaultClause().The default implementation does nothing.
- Specified by:
enterDefaultClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDefaultClause
public void exitDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.defaultClause().The default implementation does nothing.
- Specified by:
exitDefaultClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterLabelledStatement
public void enterLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.labelledStatement().The default implementation does nothing.
- Specified by:
enterLabelledStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitLabelledStatement
public void exitLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.labelledStatement().The default implementation does nothing.
- Specified by:
exitLabelledStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterThrowStatement
public void enterThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.throwStatement().The default implementation does nothing.
- Specified by:
enterThrowStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitThrowStatement
public void exitThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.throwStatement().The default implementation does nothing.
- Specified by:
exitThrowStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTryStatement
public void enterTryStatement(TypeScriptParser.TryStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.tryStatement().The default implementation does nothing.
- Specified by:
enterTryStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTryStatement
public void exitTryStatement(TypeScriptParser.TryStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.tryStatement().The default implementation does nothing.
- Specified by:
exitTryStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterCatchProduction
public void enterCatchProduction(TypeScriptParser.CatchProductionContext ctx)
Enter a parse tree produced byTypeScriptParser.catchProduction().The default implementation does nothing.
- Specified by:
enterCatchProductionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitCatchProduction
public void exitCatchProduction(TypeScriptParser.CatchProductionContext ctx)
Exit a parse tree produced byTypeScriptParser.catchProduction().The default implementation does nothing.
- Specified by:
exitCatchProductionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFinallyProduction
public void enterFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
Enter a parse tree produced byTypeScriptParser.finallyProduction().The default implementation does nothing.
- Specified by:
enterFinallyProductionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFinallyProduction
public void exitFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
Exit a parse tree produced byTypeScriptParser.finallyProduction().The default implementation does nothing.
- Specified by:
exitFinallyProductionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDebuggerStatement
public void enterDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.debuggerStatement().The default implementation does nothing.
- Specified by:
enterDebuggerStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDebuggerStatement
public void exitDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.debuggerStatement().The default implementation does nothing.
- Specified by:
exitDebuggerStatementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
public void enterFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.functionDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
public void exitFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.functionDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassDeclaration
public void enterClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.classDeclaration().The default implementation does nothing.
- Specified by:
enterClassDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassDeclaration
public void exitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.classDeclaration().The default implementation does nothing.
- Specified by:
exitClassDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassHeritage
public void enterClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
Enter a parse tree produced byTypeScriptParser.classHeritage().The default implementation does nothing.
- Specified by:
enterClassHeritagein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassHeritage
public void exitClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
Exit a parse tree produced byTypeScriptParser.classHeritage().The default implementation does nothing.
- Specified by:
exitClassHeritagein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassTail
public void enterClassTail(TypeScriptParser.ClassTailContext ctx)
Enter a parse tree produced byTypeScriptParser.classTail().The default implementation does nothing.
- Specified by:
enterClassTailin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassTail
public void exitClassTail(TypeScriptParser.ClassTailContext ctx)
Exit a parse tree produced byTypeScriptParser.classTail().The default implementation does nothing.
- Specified by:
exitClassTailin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassExtendsClause
public void enterClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.classExtendsClause().The default implementation does nothing.
- Specified by:
enterClassExtendsClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassExtendsClause
public void exitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.classExtendsClause().The default implementation does nothing.
- Specified by:
exitClassExtendsClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterImplementsClause
public void enterImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.implementsClause().The default implementation does nothing.
- Specified by:
enterImplementsClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitImplementsClause
public void exitImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.implementsClause().The default implementation does nothing.
- Specified by:
exitImplementsClausein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassElement
public void enterClassElement(TypeScriptParser.ClassElementContext ctx)
Enter a parse tree produced byTypeScriptParser.classElement().The default implementation does nothing.
- Specified by:
enterClassElementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassElement
public void exitClassElement(TypeScriptParser.ClassElementContext ctx)
Exit a parse tree produced byTypeScriptParser.classElement().The default implementation does nothing.
- Specified by:
exitClassElementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyDeclarationExpression
public void enterPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
Enter a parse tree produced by thePropertyDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
enterPropertyDeclarationExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyDeclarationExpression
public void exitPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
Exit a parse tree produced by thePropertyDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
exitPropertyDeclarationExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMethodDeclarationExpression
public void enterMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
Enter a parse tree produced by theMethodDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
enterMethodDeclarationExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMethodDeclarationExpression
public void exitMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
Exit a parse tree produced by theMethodDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
exitMethodDeclarationExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGetterSetterDeclarationExpression
public void enterGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
Enter a parse tree produced by theGetterSetterDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
enterGetterSetterDeclarationExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGetterSetterDeclarationExpression
public void exitGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
Exit a parse tree produced by theGetterSetterDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
exitGetterSetterDeclarationExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAbstractMemberDeclaration
public void enterAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
Enter a parse tree produced by theAbstractMemberDeclarationlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
enterAbstractMemberDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAbstractMemberDeclaration
public void exitAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
Exit a parse tree produced by theAbstractMemberDeclarationlabeled alternative inTypeScriptParser.propertyMemberDeclaration().The default implementation does nothing.
- Specified by:
exitAbstractMemberDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyMemberBase
public void enterPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
Enter a parse tree produced byTypeScriptParser.propertyMemberBase().The default implementation does nothing.
- Specified by:
enterPropertyMemberBasein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyMemberBase
public void exitPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
Exit a parse tree produced byTypeScriptParser.propertyMemberBase().The default implementation does nothing.
- Specified by:
exitPropertyMemberBasein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIndexMemberDeclaration
public void enterIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.indexMemberDeclaration().The default implementation does nothing.
- Specified by:
enterIndexMemberDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIndexMemberDeclaration
public void exitIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.indexMemberDeclaration().The default implementation does nothing.
- Specified by:
exitIndexMemberDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGeneratorMethod
public void enterGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorMethod().The default implementation does nothing.
- Specified by:
enterGeneratorMethodin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGeneratorMethod
public void exitGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorMethod().The default implementation does nothing.
- Specified by:
exitGeneratorMethodin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGeneratorFunctionDeclaration
public void enterGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorFunctionDeclaration().The default implementation does nothing.
- Specified by:
enterGeneratorFunctionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGeneratorFunctionDeclaration
public void exitGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorFunctionDeclaration().The default implementation does nothing.
- Specified by:
exitGeneratorFunctionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGeneratorBlock
public void enterGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorBlock().The default implementation does nothing.
- Specified by:
enterGeneratorBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGeneratorBlock
public void exitGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorBlock().The default implementation does nothing.
- Specified by:
exitGeneratorBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGeneratorDefinition
public void enterGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorDefinition().The default implementation does nothing.
- Specified by:
enterGeneratorDefinitionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGeneratorDefinition
public void exitGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorDefinition().The default implementation does nothing.
- Specified by:
exitGeneratorDefinitionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIteratorBlock
public void enterIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.iteratorBlock().The default implementation does nothing.
- Specified by:
enterIteratorBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIteratorBlock
public void exitIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.iteratorBlock().The default implementation does nothing.
- Specified by:
exitIteratorBlockin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIteratorDefinition
public void enterIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
Enter a parse tree produced byTypeScriptParser.iteratorDefinition().The default implementation does nothing.
- Specified by:
enterIteratorDefinitionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIteratorDefinition
public void exitIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
Exit a parse tree produced byTypeScriptParser.iteratorDefinition().The default implementation does nothing.
- Specified by:
exitIteratorDefinitionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameterList
public void enterFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.formalParameterList().The default implementation does nothing.
- Specified by:
enterFormalParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameterList
public void exitFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.formalParameterList().The default implementation does nothing.
- Specified by:
exitFormalParameterListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameterArg
public void enterFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
Enter a parse tree produced byTypeScriptParser.formalParameterArg().The default implementation does nothing.
- Specified by:
enterFormalParameterArgin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameterArg
public void exitFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
Exit a parse tree produced byTypeScriptParser.formalParameterArg().The default implementation does nothing.
- Specified by:
exitFormalParameterArgin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterLastFormalParameterArg
public void enterLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
Enter a parse tree produced byTypeScriptParser.lastFormalParameterArg().The default implementation does nothing.
- Specified by:
enterLastFormalParameterArgin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitLastFormalParameterArg
public void exitLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
Exit a parse tree produced byTypeScriptParser.lastFormalParameterArg().The default implementation does nothing.
- Specified by:
exitLastFormalParameterArgin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionBody
public void enterFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.functionBody().The default implementation does nothing.
- Specified by:
enterFunctionBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionBody
public void exitFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.functionBody().The default implementation does nothing.
- Specified by:
exitFunctionBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterSourceElements
public void enterSourceElements(TypeScriptParser.SourceElementsContext ctx)
Enter a parse tree produced byTypeScriptParser.sourceElements().The default implementation does nothing.
- Specified by:
enterSourceElementsin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitSourceElements
public void exitSourceElements(TypeScriptParser.SourceElementsContext ctx)
Exit a parse tree produced byTypeScriptParser.sourceElements().The default implementation does nothing.
- Specified by:
exitSourceElementsin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayLiteral
public void enterArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.arrayLiteral().The default implementation does nothing.
- Specified by:
enterArrayLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayLiteral
public void exitArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.arrayLiteral().The default implementation does nothing.
- Specified by:
exitArrayLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterElementList
public void enterElementList(TypeScriptParser.ElementListContext ctx)
Enter a parse tree produced byTypeScriptParser.elementList().The default implementation does nothing.
- Specified by:
enterElementListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitElementList
public void exitElementList(TypeScriptParser.ElementListContext ctx)
Exit a parse tree produced byTypeScriptParser.elementList().The default implementation does nothing.
- Specified by:
exitElementListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayElement
public void enterArrayElement(TypeScriptParser.ArrayElementContext ctx)
Enter a parse tree produced byTypeScriptParser.arrayElement().The default implementation does nothing.
- Specified by:
enterArrayElementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayElement
public void exitArrayElement(TypeScriptParser.ArrayElementContext ctx)
Exit a parse tree produced byTypeScriptParser.arrayElement().The default implementation does nothing.
- Specified by:
exitArrayElementin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterObjectLiteral
public void enterObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.objectLiteral().The default implementation does nothing.
- Specified by:
enterObjectLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitObjectLiteral
public void exitObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.objectLiteral().The default implementation does nothing.
- Specified by:
exitObjectLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyExpressionAssignment
public void enterPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
Enter a parse tree produced by thePropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertyExpressionAssignmentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyExpressionAssignment
public void exitPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
Exit a parse tree produced by thePropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertyExpressionAssignmentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterComputedPropertyExpressionAssignment
public void enterComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
Enter a parse tree produced by theComputedPropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterComputedPropertyExpressionAssignmentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitComputedPropertyExpressionAssignment
public void exitComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
Exit a parse tree produced by theComputedPropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitComputedPropertyExpressionAssignmentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyGetter
public void enterPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
Enter a parse tree produced by thePropertyGetterlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertyGetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyGetter
public void exitPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
Exit a parse tree produced by thePropertyGetterlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertyGetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertySetter
public void enterPropertySetter(TypeScriptParser.PropertySetterContext ctx)
Enter a parse tree produced by thePropertySetterlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertySetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertySetter
public void exitPropertySetter(TypeScriptParser.PropertySetterContext ctx)
Exit a parse tree produced by thePropertySetterlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertySetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMethodProperty
public void enterMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
Enter a parse tree produced by theMethodPropertylabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterMethodPropertyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMethodProperty
public void exitMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
Exit a parse tree produced by theMethodPropertylabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitMethodPropertyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyShorthand
public void enterPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
Enter a parse tree produced by thePropertyShorthandlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertyShorthandin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyShorthand
public void exitPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
Exit a parse tree produced by thePropertyShorthandlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertyShorthandin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterRestParameterInObject
public void enterRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
Enter a parse tree produced by theRestParameterInObjectlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterRestParameterInObjectin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitRestParameterInObject
public void exitRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
Exit a parse tree produced by theRestParameterInObjectlabeled alternative inTypeScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitRestParameterInObjectin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGetAccessor
public void enterGetAccessor(TypeScriptParser.GetAccessorContext ctx)
Enter a parse tree produced byTypeScriptParser.getAccessor().The default implementation does nothing.
- Specified by:
enterGetAccessorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGetAccessor
public void exitGetAccessor(TypeScriptParser.GetAccessorContext ctx)
Exit a parse tree produced byTypeScriptParser.getAccessor().The default implementation does nothing.
- Specified by:
exitGetAccessorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterSetAccessor
public void enterSetAccessor(TypeScriptParser.SetAccessorContext ctx)
Enter a parse tree produced byTypeScriptParser.setAccessor().The default implementation does nothing.
- Specified by:
enterSetAccessorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitSetAccessor
public void exitSetAccessor(TypeScriptParser.SetAccessorContext ctx)
Exit a parse tree produced byTypeScriptParser.setAccessor().The default implementation does nothing.
- Specified by:
exitSetAccessorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyName
public void enterPropertyName(TypeScriptParser.PropertyNameContext ctx)
Enter a parse tree produced byTypeScriptParser.propertyName().The default implementation does nothing.
- Specified by:
enterPropertyNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyName
public void exitPropertyName(TypeScriptParser.PropertyNameContext ctx)
Exit a parse tree produced byTypeScriptParser.propertyName().The default implementation does nothing.
- Specified by:
exitPropertyNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArguments
public void enterArguments(TypeScriptParser.ArgumentsContext ctx)
Enter a parse tree produced byTypeScriptParser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArguments
public void exitArguments(TypeScriptParser.ArgumentsContext ctx)
Exit a parse tree produced byTypeScriptParser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArgumentList
public void enterArgumentList(TypeScriptParser.ArgumentListContext ctx)
Enter a parse tree produced byTypeScriptParser.argumentList().The default implementation does nothing.
- Specified by:
enterArgumentListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArgumentList
public void exitArgumentList(TypeScriptParser.ArgumentListContext ctx)
Exit a parse tree produced byTypeScriptParser.argumentList().The default implementation does nothing.
- Specified by:
exitArgumentListin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArgument
public void enterArgument(TypeScriptParser.ArgumentContext ctx)
Enter a parse tree produced byTypeScriptParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArgument
public void exitArgument(TypeScriptParser.ArgumentContext ctx)
Exit a parse tree produced byTypeScriptParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterExpressionSequence
public void enterExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
Enter a parse tree produced byTypeScriptParser.expressionSequence().The default implementation does nothing.
- Specified by:
enterExpressionSequencein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitExpressionSequence
public void exitExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
Exit a parse tree produced byTypeScriptParser.expressionSequence().The default implementation does nothing.
- Specified by:
exitExpressionSequencein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionExpressionDeclaration
public void enterFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.functionExpressionDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionExpressionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionExpressionDeclaration
public void exitFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.functionExpressionDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionExpressionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTemplateStringExpression
public void enterTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
Enter a parse tree produced by theTemplateStringExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterTemplateStringExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTemplateStringExpression
public void exitTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
Exit a parse tree produced by theTemplateStringExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitTemplateStringExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTernaryExpression
public void enterTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
Enter a parse tree produced by theTernaryExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterTernaryExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTernaryExpression
public void exitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
Exit a parse tree produced by theTernaryExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitTernaryExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterLogicalAndExpression
public void enterLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
Enter a parse tree produced by theLogicalAndExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterLogicalAndExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitLogicalAndExpression
public void exitLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
Exit a parse tree produced by theLogicalAndExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitLogicalAndExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGeneratorsExpression
public void enterGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
Enter a parse tree produced by theGeneratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterGeneratorsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGeneratorsExpression
public void exitGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
Exit a parse tree produced by theGeneratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitGeneratorsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPreIncrementExpression
public void enterPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
Enter a parse tree produced by thePreIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPreIncrementExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPreIncrementExpression
public void exitPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
Exit a parse tree produced by thePreIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPreIncrementExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterObjectLiteralExpression
public void enterObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
Enter a parse tree produced by theObjectLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterObjectLiteralExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitObjectLiteralExpression
public void exitObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
Exit a parse tree produced by theObjectLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitObjectLiteralExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterInExpression
public void enterInExpression(TypeScriptParser.InExpressionContext ctx)
Enter a parse tree produced by theInExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterInExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitInExpression
public void exitInExpression(TypeScriptParser.InExpressionContext ctx)
Exit a parse tree produced by theInExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitInExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterLogicalOrExpression
public void enterLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
Enter a parse tree produced by theLogicalOrExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterLogicalOrExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitLogicalOrExpression
public void exitLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
Exit a parse tree produced by theLogicalOrExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitLogicalOrExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGenericTypes
public void enterGenericTypes(TypeScriptParser.GenericTypesContext ctx)
Enter a parse tree produced by theGenericTypeslabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterGenericTypesin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGenericTypes
public void exitGenericTypes(TypeScriptParser.GenericTypesContext ctx)
Exit a parse tree produced by theGenericTypeslabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitGenericTypesin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterNotExpression
public void enterNotExpression(TypeScriptParser.NotExpressionContext ctx)
Enter a parse tree produced by theNotExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterNotExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitNotExpression
public void exitNotExpression(TypeScriptParser.NotExpressionContext ctx)
Exit a parse tree produced by theNotExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitNotExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPreDecreaseExpression
public void enterPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
Enter a parse tree produced by thePreDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPreDecreaseExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPreDecreaseExpression
public void exitPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
Exit a parse tree produced by thePreDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPreDecreaseExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArgumentsExpression
public void enterArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
Enter a parse tree produced by theArgumentsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterArgumentsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArgumentsExpression
public void exitArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
Exit a parse tree produced by theArgumentsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitArgumentsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterThisExpression
public void enterThisExpression(TypeScriptParser.ThisExpressionContext ctx)
Enter a parse tree produced by theThisExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterThisExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitThisExpression
public void exitThisExpression(TypeScriptParser.ThisExpressionContext ctx)
Exit a parse tree produced by theThisExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitThisExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionExpression
public void enterFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterFunctionExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionExpression
public void exitFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitFunctionExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
public void enterUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theUnaryMinusExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterUnaryMinusExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
public void exitUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theUnaryMinusExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitUnaryMinusExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentExpression
public void enterAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
Enter a parse tree produced by theAssignmentExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAssignmentExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentExpression
public void exitAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
Exit a parse tree produced by theAssignmentExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAssignmentExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPostDecreaseExpression
public void enterPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
Enter a parse tree produced by thePostDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPostDecreaseExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPostDecreaseExpression
public void exitPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
Exit a parse tree produced by thePostDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPostDecreaseExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeofExpression
public void enterTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
Enter a parse tree produced by theTypeofExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterTypeofExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeofExpression
public void exitTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
Exit a parse tree produced by theTypeofExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitTypeofExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterInstanceofExpression
public void enterInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
Enter a parse tree produced by theInstanceofExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterInstanceofExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitInstanceofExpression
public void exitInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
Exit a parse tree produced by theInstanceofExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitInstanceofExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterUnaryPlusExpression
public void enterUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by theUnaryPlusExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterUnaryPlusExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitUnaryPlusExpression
public void exitUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by theUnaryPlusExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitUnaryPlusExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterDeleteExpression
public void enterDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
Enter a parse tree produced by theDeleteExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterDeleteExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitDeleteExpression
public void exitDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
Exit a parse tree produced by theDeleteExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitDeleteExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGeneratorsFunctionExpression
public void enterGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
Enter a parse tree produced by theGeneratorsFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterGeneratorsFunctionExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGeneratorsFunctionExpression
public void exitGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
Exit a parse tree produced by theGeneratorsFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitGeneratorsFunctionExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunctionExpression
public void enterArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
Enter a parse tree produced by theArrowFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterArrowFunctionExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunctionExpression
public void exitArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
Exit a parse tree produced by theArrowFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitArrowFunctionExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIteratorsExpression
public void enterIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
Enter a parse tree produced by theIteratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterIteratorsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIteratorsExpression
public void exitIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
Exit a parse tree produced by theIteratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitIteratorsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEqualityExpression
public void enterEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
Enter a parse tree produced by theEqualityExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterEqualityExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEqualityExpression
public void exitEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
Exit a parse tree produced by theEqualityExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitEqualityExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitXOrExpression
public void enterBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
Enter a parse tree produced by theBitXOrExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitXOrExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitXOrExpression
public void exitBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
Exit a parse tree produced by theBitXOrExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitXOrExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterCastAsExpression
public void enterCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
Enter a parse tree produced by theCastAsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterCastAsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitCastAsExpression
public void exitCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
Exit a parse tree produced by theCastAsExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitCastAsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterSuperExpression
public void enterSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
Enter a parse tree produced by theSuperExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterSuperExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitSuperExpression
public void exitSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
Exit a parse tree produced by theSuperExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitSuperExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMultiplicativeExpression
public void enterMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
Enter a parse tree produced by theMultiplicativeExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMultiplicativeExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMultiplicativeExpression
public void exitMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
Exit a parse tree produced by theMultiplicativeExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMultiplicativeExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitShiftExpression
public void enterBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
Enter a parse tree produced by theBitShiftExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitShiftExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitShiftExpression
public void exitBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
Exit a parse tree produced by theBitShiftExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitShiftExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
public void enterParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by theParenthesizedExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterParenthesizedExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
public void exitParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by theParenthesizedExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitParenthesizedExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAdditiveExpression
public void enterAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
Enter a parse tree produced by theAdditiveExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAdditiveExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAdditiveExpression
public void exitAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
Exit a parse tree produced by theAdditiveExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAdditiveExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterRelationalExpression
public void enterRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
Enter a parse tree produced by theRelationalExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterRelationalExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitRelationalExpression
public void exitRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
Exit a parse tree produced by theRelationalExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitRelationalExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterPostIncrementExpression
public void enterPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
Enter a parse tree produced by thePostIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPostIncrementExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitPostIncrementExpression
public void exitPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
Exit a parse tree produced by thePostIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPostIncrementExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterYieldExpression
public void enterYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
Enter a parse tree produced by theYieldExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterYieldExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitYieldExpression
public void exitYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
Exit a parse tree produced by theYieldExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitYieldExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitNotExpression
public void enterBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
Enter a parse tree produced by theBitNotExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitNotExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitNotExpression
public void exitBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
Exit a parse tree produced by theBitNotExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitNotExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterNewExpression
public void enterNewExpression(TypeScriptParser.NewExpressionContext ctx)
Enter a parse tree produced by theNewExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterNewExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitNewExpression
public void exitNewExpression(TypeScriptParser.NewExpressionContext ctx)
Exit a parse tree produced by theNewExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitNewExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterLiteralExpression
public void enterLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterLiteralExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitLiteralExpression
public void exitLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitLiteralExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayLiteralExpression
public void enterArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
Enter a parse tree produced by theArrayLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterArrayLiteralExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayLiteralExpression
public void exitArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
Exit a parse tree produced by theArrayLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitArrayLiteralExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMemberDotExpression
public void enterMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
Enter a parse tree produced by theMemberDotExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMemberDotExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMemberDotExpression
public void exitMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
Exit a parse tree produced by theMemberDotExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMemberDotExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassExpression
public void enterClassExpression(TypeScriptParser.ClassExpressionContext ctx)
Enter a parse tree produced by theClassExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterClassExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassExpression
public void exitClassExpression(TypeScriptParser.ClassExpressionContext ctx)
Exit a parse tree produced by theClassExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitClassExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterMemberIndexExpression
public void enterMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
Enter a parse tree produced by theMemberIndexExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMemberIndexExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitMemberIndexExpression
public void exitMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
Exit a parse tree produced by theMemberIndexExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMemberIndexExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierExpression
public void enterIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
Enter a parse tree produced by theIdentifierExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterIdentifierExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierExpression
public void exitIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
Exit a parse tree produced by theIdentifierExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitIdentifierExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitAndExpression
public void enterBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
Enter a parse tree produced by theBitAndExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitAndExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitAndExpression
public void exitBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
Exit a parse tree produced by theBitAndExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitAndExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitOrExpression
public void enterBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
Enter a parse tree produced by theBitOrExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitOrExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitOrExpression
public void exitBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
Exit a parse tree produced by theBitOrExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitOrExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentOperatorExpression
public void enterAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
Enter a parse tree produced by theAssignmentOperatorExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAssignmentOperatorExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentOperatorExpression
public void exitAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
Exit a parse tree produced by theAssignmentOperatorExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAssignmentOperatorExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterVoidExpression
public void enterVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
Enter a parse tree produced by theVoidExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterVoidExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitVoidExpression
public void exitVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
Exit a parse tree produced by theVoidExpressionlabeled alternative inTypeScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitVoidExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAsExpression
public void enterAsExpression(TypeScriptParser.AsExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.asExpression().The default implementation does nothing.
- Specified by:
enterAsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAsExpression
public void exitAsExpression(TypeScriptParser.AsExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.asExpression().The default implementation does nothing.
- Specified by:
exitAsExpressionin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunctionDeclaration
public void enterArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.arrowFunctionDeclaration().The default implementation does nothing.
- Specified by:
enterArrowFunctionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunctionDeclaration
public void exitArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.arrowFunctionDeclaration().The default implementation does nothing.
- Specified by:
exitArrowFunctionDeclarationin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunctionParameters
public void enterArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
Enter a parse tree produced byTypeScriptParser.arrowFunctionParameters().The default implementation does nothing.
- Specified by:
enterArrowFunctionParametersin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunctionParameters
public void exitArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
Exit a parse tree produced byTypeScriptParser.arrowFunctionParameters().The default implementation does nothing.
- Specified by:
exitArrowFunctionParametersin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunctionBody
public void enterArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.arrowFunctionBody().The default implementation does nothing.
- Specified by:
enterArrowFunctionBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunctionBody
public void exitArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.arrowFunctionBody().The default implementation does nothing.
- Specified by:
exitArrowFunctionBodyin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentOperator
public void enterAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
Enter a parse tree produced byTypeScriptParser.assignmentOperator().The default implementation does nothing.
- Specified by:
enterAssignmentOperatorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentOperator
public void exitAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
Exit a parse tree produced byTypeScriptParser.assignmentOperator().The default implementation does nothing.
- Specified by:
exitAssignmentOperatorin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(TypeScriptParser.LiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(TypeScriptParser.LiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTemplateStringLiteral
public void enterTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.templateStringLiteral().The default implementation does nothing.
- Specified by:
enterTemplateStringLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTemplateStringLiteral
public void exitTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.templateStringLiteral().The default implementation does nothing.
- Specified by:
exitTemplateStringLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterTemplateStringAtom
public void enterTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
Enter a parse tree produced byTypeScriptParser.templateStringAtom().The default implementation does nothing.
- Specified by:
enterTemplateStringAtomin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitTemplateStringAtom
public void exitTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
Exit a parse tree produced byTypeScriptParser.templateStringAtom().The default implementation does nothing.
- Specified by:
exitTemplateStringAtomin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierName
public void enterIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
Enter a parse tree produced byTypeScriptParser.identifierName().The default implementation does nothing.
- Specified by:
enterIdentifierNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierName
public void exitIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
Exit a parse tree produced byTypeScriptParser.identifierName().The default implementation does nothing.
- Specified by:
exitIdentifierNamein interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierOrKeyWord
public void enterIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
Enter a parse tree produced byTypeScriptParser.identifierOrKeyWord().The default implementation does nothing.
- Specified by:
enterIdentifierOrKeyWordin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierOrKeyWord
public void exitIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
Exit a parse tree produced byTypeScriptParser.identifierOrKeyWord().The default implementation does nothing.
- Specified by:
exitIdentifierOrKeyWordin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterReservedWord
public void enterReservedWord(TypeScriptParser.ReservedWordContext ctx)
Enter a parse tree produced byTypeScriptParser.reservedWord().The default implementation does nothing.
- Specified by:
enterReservedWordin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitReservedWord
public void exitReservedWord(TypeScriptParser.ReservedWordContext ctx)
Exit a parse tree produced byTypeScriptParser.reservedWord().The default implementation does nothing.
- Specified by:
exitReservedWordin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterKeyword
public void enterKeyword(TypeScriptParser.KeywordContext ctx)
Enter a parse tree produced byTypeScriptParser.keyword().The default implementation does nothing.
- Specified by:
enterKeywordin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitKeyword
public void exitKeyword(TypeScriptParser.KeywordContext ctx)
Exit a parse tree produced byTypeScriptParser.keyword().The default implementation does nothing.
- Specified by:
exitKeywordin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterGetter
public void enterGetter(TypeScriptParser.GetterContext ctx)
Enter a parse tree produced byTypeScriptParser.getter().The default implementation does nothing.
- Specified by:
enterGetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitGetter
public void exitGetter(TypeScriptParser.GetterContext ctx)
Exit a parse tree produced byTypeScriptParser.getter().The default implementation does nothing.
- Specified by:
exitGetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterSetter
public void enterSetter(TypeScriptParser.SetterContext ctx)
Enter a parse tree produced byTypeScriptParser.setter().The default implementation does nothing.
- Specified by:
enterSetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitSetter
public void exitSetter(TypeScriptParser.SetterContext ctx)
Exit a parse tree produced byTypeScriptParser.setter().The default implementation does nothing.
- Specified by:
exitSetterin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
enterEos
public void enterEos(TypeScriptParser.EosContext ctx)
Enter a parse tree produced byTypeScriptParser.eos().The default implementation does nothing.
- Specified by:
enterEosin interfaceTypeScriptParserListener- Parameters:
ctx- the parse tree
-
exitEos
public void exitEos(TypeScriptParser.EosContext ctx)
Exit a parse tree produced byTypeScriptParser.eos().The default implementation does nothing.
- Specified by:
exitEosin interfaceTypeScriptParserListener- 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
-
-