public class TypeScriptParserBaseListener extends java.lang.Object implements TypeScriptParserListener
TypeScriptParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
TypeScriptParserBaseListener() |
public void enterTypeParameters(TypeScriptParser.TypeParametersContext ctx)
TypeScriptParser.typeParameters().
The default implementation does nothing.
enterTypeParameters in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeParameters(TypeScriptParser.TypeParametersContext ctx)
TypeScriptParser.typeParameters().
The default implementation does nothing.
exitTypeParameters in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
TypeScriptParser.typeParameterList().
The default implementation does nothing.
enterTypeParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
TypeScriptParser.typeParameterList().
The default implementation does nothing.
exitTypeParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeParameter(TypeScriptParser.TypeParameterContext ctx)
TypeScriptParser.typeParameter().
The default implementation does nothing.
enterTypeParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeParameter(TypeScriptParser.TypeParameterContext ctx)
TypeScriptParser.typeParameter().
The default implementation does nothing.
exitTypeParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterConstraint(TypeScriptParser.ConstraintContext ctx)
TypeScriptParser.constraint().
The default implementation does nothing.
enterConstraint in interface TypeScriptParserListenerctx - the parse treepublic void exitConstraint(TypeScriptParser.ConstraintContext ctx)
TypeScriptParser.constraint().
The default implementation does nothing.
exitConstraint in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
TypeScriptParser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
TypeScriptParser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
TypeScriptParser.typeArgumentList().
The default implementation does nothing.
enterTypeArgumentList in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
TypeScriptParser.typeArgumentList().
The default implementation does nothing.
exitTypeArgumentList in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
TypeScriptParser.typeArgument().
The default implementation does nothing.
enterTypeArgument in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
TypeScriptParser.typeArgument().
The default implementation does nothing.
exitTypeArgument in interface TypeScriptParserListenerctx - the parse treepublic void enterType(TypeScriptParser.TypeContext ctx)
TypeScriptParser.type().
The default implementation does nothing.
enterType in interface TypeScriptParserListenerctx - the parse treepublic void exitType(TypeScriptParser.TypeContext ctx)
TypeScriptParser.type().
The default implementation does nothing.
exitType in interface TypeScriptParserListenerctx - the parse treepublic void enterIntersection(TypeScriptParser.IntersectionContext ctx)
Intersection
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
enterIntersection in interface TypeScriptParserListenerctx - the parse treepublic void exitIntersection(TypeScriptParser.IntersectionContext ctx)
Intersection
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
exitIntersection in interface TypeScriptParserListenerctx - the parse treepublic void enterPrimary(TypeScriptParser.PrimaryContext ctx)
Primary
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
enterPrimary in interface TypeScriptParserListenerctx - the parse treepublic void exitPrimary(TypeScriptParser.PrimaryContext ctx)
Primary
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
exitPrimary in interface TypeScriptParserListenerctx - the parse treepublic void enterUnion(TypeScriptParser.UnionContext ctx)
Union
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
enterUnion in interface TypeScriptParserListenerctx - the parse treepublic void exitUnion(TypeScriptParser.UnionContext ctx)
Union
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
exitUnion in interface TypeScriptParserListenerctx - the parse treepublic void enterPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
PredefinedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterPredefinedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
PredefinedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitPredefinedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
ArrayPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterArrayPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
ArrayPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitArrayPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
ParenthesizedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterParenthesizedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
ParenthesizedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitParenthesizedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
ThisPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterThisPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
ThisPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitThisPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
TuplePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterTuplePrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
TuplePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitTuplePrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
ObjectPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterObjectPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
ObjectPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitObjectPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
ReferencePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterReferencePrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
ReferencePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitReferencePrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
QueryPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterQueryPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
QueryPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitQueryPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
TypeScriptParser.predefinedType().
The default implementation does nothing.
enterPredefinedType in interface TypeScriptParserListenerctx - the parse treepublic void exitPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
TypeScriptParser.predefinedType().
The default implementation does nothing.
exitPredefinedType in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeReference(TypeScriptParser.TypeReferenceContext ctx)
TypeScriptParser.typeReference().
The default implementation does nothing.
enterTypeReference in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeReference(TypeScriptParser.TypeReferenceContext ctx)
TypeScriptParser.typeReference().
The default implementation does nothing.
exitTypeReference in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeName(TypeScriptParser.TypeNameContext ctx)
TypeScriptParser.typeName().
The default implementation does nothing.
enterTypeName in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeName(TypeScriptParser.TypeNameContext ctx)
TypeScriptParser.typeName().
The default implementation does nothing.
exitTypeName in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
TypeScriptParser.namespaceName().
The default implementation does nothing.
enterNamespaceName in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
TypeScriptParser.namespaceName().
The default implementation does nothing.
exitNamespaceName in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectType(TypeScriptParser.ObjectTypeContext ctx)
TypeScriptParser.objectType().
The default implementation does nothing.
enterObjectType in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectType(TypeScriptParser.ObjectTypeContext ctx)
TypeScriptParser.objectType().
The default implementation does nothing.
exitObjectType in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeBody(TypeScriptParser.TypeBodyContext ctx)
TypeScriptParser.typeBody().
The default implementation does nothing.
enterTypeBody in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeBody(TypeScriptParser.TypeBodyContext ctx)
TypeScriptParser.typeBody().
The default implementation does nothing.
exitTypeBody in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
TypeScriptParser.typeMemberList().
The default implementation does nothing.
enterTypeMemberList in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
TypeScriptParser.typeMemberList().
The default implementation does nothing.
exitTypeMemberList in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeMember(TypeScriptParser.TypeMemberContext ctx)
TypeScriptParser.typeMember().
The default implementation does nothing.
enterTypeMember in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeMember(TypeScriptParser.TypeMemberContext ctx)
TypeScriptParser.typeMember().
The default implementation does nothing.
exitTypeMember in interface TypeScriptParserListenerctx - the parse treepublic void enterTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
TypeScriptParser.tupleElementTypes().
The default implementation does nothing.
enterTupleElementTypes in interface TypeScriptParserListenerctx - the parse treepublic void exitTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
TypeScriptParser.tupleElementTypes().
The default implementation does nothing.
exitTupleElementTypes in interface TypeScriptParserListenerctx - the parse treepublic void enterTupleElementType(TypeScriptParser.TupleElementTypeContext ctx)
TypeScriptParser.tupleElementType().
The default implementation does nothing.
enterTupleElementType in interface TypeScriptParserListenerctx - the parse treepublic void exitTupleElementType(TypeScriptParser.TupleElementTypeContext ctx)
TypeScriptParser.tupleElementType().
The default implementation does nothing.
exitTupleElementType in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionType(TypeScriptParser.FunctionTypeContext ctx)
TypeScriptParser.functionType().
The default implementation does nothing.
enterFunctionType in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionType(TypeScriptParser.FunctionTypeContext ctx)
TypeScriptParser.functionType().
The default implementation does nothing.
exitFunctionType in interface TypeScriptParserListenerctx - the parse treepublic void enterConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
TypeScriptParser.constructorType().
The default implementation does nothing.
enterConstructorType in interface TypeScriptParserListenerctx - the parse treepublic void exitConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
TypeScriptParser.constructorType().
The default implementation does nothing.
exitConstructorType in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeQuery(TypeScriptParser.TypeQueryContext ctx)
TypeScriptParser.typeQuery().
The default implementation does nothing.
enterTypeQuery in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeQuery(TypeScriptParser.TypeQueryContext ctx)
TypeScriptParser.typeQuery().
The default implementation does nothing.
exitTypeQuery in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
TypeScriptParser.typeQueryExpression().
The default implementation does nothing.
enterTypeQueryExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
TypeScriptParser.typeQueryExpression().
The default implementation does nothing.
exitTypeQueryExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterThisType(TypeScriptParser.ThisTypeContext ctx)
TypeScriptParser.thisType().
The default implementation does nothing.
enterThisType in interface TypeScriptParserListenerctx - the parse treepublic void exitThisType(TypeScriptParser.ThisTypeContext ctx)
TypeScriptParser.thisType().
The default implementation does nothing.
exitThisType in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
TypeScriptParser.propertySignatur().
The default implementation does nothing.
enterPropertySignatur in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
TypeScriptParser.propertySignatur().
The default implementation does nothing.
exitPropertySignatur in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
TypeScriptParser.typeAnnotation().
The default implementation does nothing.
enterTypeAnnotation in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
TypeScriptParser.typeAnnotation().
The default implementation does nothing.
exitTypeAnnotation in interface TypeScriptParserListenerctx - the parse treepublic void enterCallSignature(TypeScriptParser.CallSignatureContext ctx)
TypeScriptParser.callSignature().
The default implementation does nothing.
enterCallSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitCallSignature(TypeScriptParser.CallSignatureContext ctx)
TypeScriptParser.callSignature().
The default implementation does nothing.
exitCallSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterParameterList(TypeScriptParser.ParameterListContext ctx)
TypeScriptParser.parameterList().
The default implementation does nothing.
enterParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitParameterList(TypeScriptParser.ParameterListContext ctx)
TypeScriptParser.parameterList().
The default implementation does nothing.
exitParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
TypeScriptParser.requiredParameterList().
The default implementation does nothing.
enterRequiredParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
TypeScriptParser.requiredParameterList().
The default implementation does nothing.
exitRequiredParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
TypeScriptParser.requiredParameter().
The default implementation does nothing.
enterRequiredParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
TypeScriptParser.requiredParameter().
The default implementation does nothing.
exitRequiredParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
TypeScriptParser.accessibilityModifier().
The default implementation does nothing.
enterAccessibilityModifier in interface TypeScriptParserListenerctx - the parse treepublic void exitAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
TypeScriptParser.accessibilityModifier().
The default implementation does nothing.
exitAccessibilityModifier in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingIdentifierOrPattern(TypeScriptParser.BindingIdentifierOrPatternContext ctx)
TypeScriptParser.bindingIdentifierOrPattern().
The default implementation does nothing.
enterBindingIdentifierOrPattern in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingIdentifierOrPattern(TypeScriptParser.BindingIdentifierOrPatternContext ctx)
TypeScriptParser.bindingIdentifierOrPattern().
The default implementation does nothing.
exitBindingIdentifierOrPattern in interface TypeScriptParserListenerctx - the parse treepublic void enterOptionalParameterList(TypeScriptParser.OptionalParameterListContext ctx)
TypeScriptParser.optionalParameterList().
The default implementation does nothing.
enterOptionalParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitOptionalParameterList(TypeScriptParser.OptionalParameterListContext ctx)
TypeScriptParser.optionalParameterList().
The default implementation does nothing.
exitOptionalParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
TypeScriptParser.optionalParameter().
The default implementation does nothing.
enterOptionalParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
TypeScriptParser.optionalParameter().
The default implementation does nothing.
exitOptionalParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterRestParameter(TypeScriptParser.RestParameterContext ctx)
TypeScriptParser.restParameter().
The default implementation does nothing.
enterRestParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitRestParameter(TypeScriptParser.RestParameterContext ctx)
TypeScriptParser.restParameter().
The default implementation does nothing.
exitRestParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
TypeScriptParser.constructSignature().
The default implementation does nothing.
enterConstructSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
TypeScriptParser.constructSignature().
The default implementation does nothing.
exitConstructSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
TypeScriptParser.indexSignature().
The default implementation does nothing.
enterIndexSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
TypeScriptParser.indexSignature().
The default implementation does nothing.
exitIndexSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
TypeScriptParser.methodSignature().
The default implementation does nothing.
enterMethodSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
TypeScriptParser.methodSignature().
The default implementation does nothing.
exitMethodSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
TypeScriptParser.typeAliasDeclaration().
The default implementation does nothing.
enterTypeAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
TypeScriptParser.typeAliasDeclaration().
The default implementation does nothing.
exitTypeAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertyShorthand in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertyShorthand in interface TypeScriptParserListenerctx - the parse treepublic void enterCoverInitializedName(TypeScriptParser.CoverInitializedNameContext ctx)
CoverInitializedName
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterCoverInitializedName in interface TypeScriptParserListenerctx - the parse treepublic void exitCoverInitializedName(TypeScriptParser.CoverInitializedNameContext ctx)
CoverInitializedName
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitCoverInitializedName in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertyExpressionAssignment in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertyExpressionAssignment in interface TypeScriptParserListenerctx - the parse treepublic void enterMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterMethodProperty in interface TypeScriptParserListenerctx - the parse treepublic void exitMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitMethodProperty in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertyGetter in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertyGetter in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertySetter(TypeScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertySetter in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertySetter(TypeScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertySetter in interface TypeScriptParserListenerctx - the parse treepublic void enterGetAccessor(TypeScriptParser.GetAccessorContext ctx)
TypeScriptParser.getAccessor().
The default implementation does nothing.
enterGetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void exitGetAccessor(TypeScriptParser.GetAccessorContext ctx)
TypeScriptParser.getAccessor().
The default implementation does nothing.
exitGetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void enterSetAccessor(TypeScriptParser.SetAccessorContext ctx)
TypeScriptParser.setAccessor().
The default implementation does nothing.
enterSetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void exitSetAccessor(TypeScriptParser.SetAccessorContext ctx)
TypeScriptParser.setAccessor().
The default implementation does nothing.
exitSetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
TypeScriptParser.functionExpression().
The default implementation does nothing.
enterFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
TypeScriptParser.functionExpression().
The default implementation does nothing.
exitFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
TypeScriptParser.arrowFunctionParameters().
The default implementation does nothing.
enterArrowFunctionParameters in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
TypeScriptParser.arrowFunctionParameters().
The default implementation does nothing.
exitArrowFunctionParameters in interface TypeScriptParserListenerctx - the parse treepublic void enterArguments(TypeScriptParser.ArgumentsContext ctx)
TypeScriptParser.arguments().
The default implementation does nothing.
enterArguments in interface TypeScriptParserListenerctx - the parse treepublic void exitArguments(TypeScriptParser.ArgumentsContext ctx)
TypeScriptParser.arguments().
The default implementation does nothing.
exitArguments in interface TypeScriptParserListenerctx - the parse treepublic void enterDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterDeleteExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitDeleteExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterVoidExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitVoidExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterTypeofExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitTypeofExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterPreIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitPreIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterPreDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitPreDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterUnaryPlusExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitUnaryPlusExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterUnaryMinusExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitUnaryMinusExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterBitNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitBitNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterNotExpression(TypeScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitNotExpression(TypeScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeCastExpression(TypeScriptParser.TypeCastExpressionContext ctx)
TypeCastExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
enterTypeCastExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeCastExpression(TypeScriptParser.TypeCastExpressionContext ctx)
TypeCastExpression
labeled alternative in TypeScriptParser.unaryExpression().
The default implementation does nothing.
exitTypeCastExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclaration(TypeScriptParser.DeclarationContext ctx)
TypeScriptParser.declaration().
The default implementation does nothing.
enterDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclaration(TypeScriptParser.DeclarationContext ctx)
TypeScriptParser.declaration().
The default implementation does nothing.
exitDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
TypeScriptParser.variableDeclaration().
The default implementation does nothing.
enterVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
TypeScriptParser.variableDeclaration().
The default implementation does nothing.
exitVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterSimpleVariableDeclaration(TypeScriptParser.SimpleVariableDeclarationContext ctx)
TypeScriptParser.simpleVariableDeclaration().
The default implementation does nothing.
enterSimpleVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitSimpleVariableDeclaration(TypeScriptParser.SimpleVariableDeclarationContext ctx)
TypeScriptParser.simpleVariableDeclaration().
The default implementation does nothing.
exitSimpleVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterDestructuringVariableDeclaration(TypeScriptParser.DestructuringVariableDeclarationContext ctx)
TypeScriptParser.destructuringVariableDeclaration().
The default implementation does nothing.
enterDestructuringVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitDestructuringVariableDeclaration(TypeScriptParser.DestructuringVariableDeclarationContext ctx)
TypeScriptParser.destructuringVariableDeclaration().
The default implementation does nothing.
exitDestructuringVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterLexicalBinding(TypeScriptParser.LexicalBindingContext ctx)
TypeScriptParser.lexicalBinding().
The default implementation does nothing.
enterLexicalBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitLexicalBinding(TypeScriptParser.LexicalBindingContext ctx)
TypeScriptParser.lexicalBinding().
The default implementation does nothing.
exitLexicalBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterSimpleLexicalBinding(TypeScriptParser.SimpleLexicalBindingContext ctx)
TypeScriptParser.simpleLexicalBinding().
The default implementation does nothing.
enterSimpleLexicalBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitSimpleLexicalBinding(TypeScriptParser.SimpleLexicalBindingContext ctx)
TypeScriptParser.simpleLexicalBinding().
The default implementation does nothing.
exitSimpleLexicalBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterDestructuringLexicalBinding(TypeScriptParser.DestructuringLexicalBindingContext ctx)
TypeScriptParser.destructuringLexicalBinding().
The default implementation does nothing.
enterDestructuringLexicalBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitDestructuringLexicalBinding(TypeScriptParser.DestructuringLexicalBindingContext ctx)
TypeScriptParser.destructuringLexicalBinding().
The default implementation does nothing.
exitDestructuringLexicalBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
TypeScriptParser.functionDeclaration().
The default implementation does nothing.
enterFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
TypeScriptParser.functionDeclaration().
The default implementation does nothing.
exitFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
TypeScriptParser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
TypeScriptParser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
TypeScriptParser.interfaceExtendsClause().
The default implementation does nothing.
enterInterfaceExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void exitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
TypeScriptParser.interfaceExtendsClause().
The default implementation does nothing.
exitInterfaceExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void enterClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
TypeScriptParser.classOrInterfaceTypeList().
The default implementation does nothing.
enterClassOrInterfaceTypeList in interface TypeScriptParserListenerctx - the parse treepublic void exitClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
TypeScriptParser.classOrInterfaceTypeList().
The default implementation does nothing.
exitClassOrInterfaceTypeList in interface TypeScriptParserListenerctx - the parse treepublic void enterClassOrInterfaceType(TypeScriptParser.ClassOrInterfaceTypeContext ctx)
TypeScriptParser.classOrInterfaceType().
The default implementation does nothing.
enterClassOrInterfaceType in interface TypeScriptParserListenerctx - the parse treepublic void exitClassOrInterfaceType(TypeScriptParser.ClassOrInterfaceTypeContext ctx)
TypeScriptParser.classOrInterfaceType().
The default implementation does nothing.
exitClassOrInterfaceType in interface TypeScriptParserListenerctx - the parse treepublic void enterClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
TypeScriptParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
TypeScriptParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
TypeScriptParser.classHeritage().
The default implementation does nothing.
enterClassHeritage in interface TypeScriptParserListenerctx - the parse treepublic void exitClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
TypeScriptParser.classHeritage().
The default implementation does nothing.
exitClassHeritage in interface TypeScriptParserListenerctx - the parse treepublic void enterClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
TypeScriptParser.classExtendsClause().
The default implementation does nothing.
enterClassExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void exitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
TypeScriptParser.classExtendsClause().
The default implementation does nothing.
exitClassExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void enterClassType(TypeScriptParser.ClassTypeContext ctx)
TypeScriptParser.classType().
The default implementation does nothing.
enterClassType in interface TypeScriptParserListenerctx - the parse treepublic void exitClassType(TypeScriptParser.ClassTypeContext ctx)
TypeScriptParser.classType().
The default implementation does nothing.
exitClassType in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
TypeScriptParser.implementsClause().
The default implementation does nothing.
enterImplementsClause in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
TypeScriptParser.implementsClause().
The default implementation does nothing.
exitImplementsClause in interface TypeScriptParserListenerctx - the parse treepublic void enterClassElement(TypeScriptParser.ClassElementContext ctx)
TypeScriptParser.classElement().
The default implementation does nothing.
enterClassElement in interface TypeScriptParserListenerctx - the parse treepublic void exitClassElement(TypeScriptParser.ClassElementContext ctx)
TypeScriptParser.classElement().
The default implementation does nothing.
exitClassElement in interface TypeScriptParserListenerctx - the parse treepublic void enterConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
TypeScriptParser.constructorDeclaration().
The default implementation does nothing.
enterConstructorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
TypeScriptParser.constructorDeclaration().
The default implementation does nothing.
exitConstructorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyMemberDeclaration(TypeScriptParser.PropertyMemberDeclarationContext ctx)
TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
enterPropertyMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyMemberDeclaration(TypeScriptParser.PropertyMemberDeclarationContext ctx)
TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
exitPropertyMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberVariableDeclaration(TypeScriptParser.MemberVariableDeclarationContext ctx)
TypeScriptParser.memberVariableDeclaration().
The default implementation does nothing.
enterMemberVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberVariableDeclaration(TypeScriptParser.MemberVariableDeclarationContext ctx)
TypeScriptParser.memberVariableDeclaration().
The default implementation does nothing.
exitMemberVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberFunctionDeclaration(TypeScriptParser.MemberFunctionDeclarationContext ctx)
TypeScriptParser.memberFunctionDeclaration().
The default implementation does nothing.
enterMemberFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberFunctionDeclaration(TypeScriptParser.MemberFunctionDeclarationContext ctx)
TypeScriptParser.memberFunctionDeclaration().
The default implementation does nothing.
exitMemberFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberAccessorDeclaration(TypeScriptParser.MemberAccessorDeclarationContext ctx)
TypeScriptParser.memberAccessorDeclaration().
The default implementation does nothing.
enterMemberAccessorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberAccessorDeclaration(TypeScriptParser.MemberAccessorDeclarationContext ctx)
TypeScriptParser.memberAccessorDeclaration().
The default implementation does nothing.
exitMemberAccessorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
TypeScriptParser.indexMemberDeclaration().
The default implementation does nothing.
enterIndexMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
TypeScriptParser.indexMemberDeclaration().
The default implementation does nothing.
exitIndexMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
TypeScriptParser.enumDeclaration().
The default implementation does nothing.
enterEnumDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
TypeScriptParser.enumDeclaration().
The default implementation does nothing.
exitEnumDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumBody(TypeScriptParser.EnumBodyContext ctx)
TypeScriptParser.enumBody().
The default implementation does nothing.
enterEnumBody in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumBody(TypeScriptParser.EnumBodyContext ctx)
TypeScriptParser.enumBody().
The default implementation does nothing.
exitEnumBody in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumMember(TypeScriptParser.EnumMemberContext ctx)
TypeScriptParser.enumMember().
The default implementation does nothing.
enterEnumMember in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumMember(TypeScriptParser.EnumMemberContext ctx)
TypeScriptParser.enumMember().
The default implementation does nothing.
exitEnumMember in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumValue(TypeScriptParser.EnumValueContext ctx)
TypeScriptParser.enumValue().
The default implementation does nothing.
enterEnumValue in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumValue(TypeScriptParser.EnumValueContext ctx)
TypeScriptParser.enumValue().
The default implementation does nothing.
exitEnumValue in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
TypeScriptParser.namespaceDeclaration().
The default implementation does nothing.
enterNamespaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
TypeScriptParser.namespaceDeclaration().
The default implementation does nothing.
exitNamespaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierPath(TypeScriptParser.IdentifierPathContext ctx)
TypeScriptParser.identifierPath().
The default implementation does nothing.
enterIdentifierPath in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierPath(TypeScriptParser.IdentifierPathContext ctx)
TypeScriptParser.identifierPath().
The default implementation does nothing.
exitIdentifierPath in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceBody(TypeScriptParser.NamespaceBodyContext ctx)
TypeScriptParser.namespaceBody().
The default implementation does nothing.
enterNamespaceBody in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceBody(TypeScriptParser.NamespaceBodyContext ctx)
TypeScriptParser.namespaceBody().
The default implementation does nothing.
exitNamespaceBody in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceElements(TypeScriptParser.NamespaceElementsContext ctx)
TypeScriptParser.namespaceElements().
The default implementation does nothing.
enterNamespaceElements in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceElements(TypeScriptParser.NamespaceElementsContext ctx)
TypeScriptParser.namespaceElements().
The default implementation does nothing.
exitNamespaceElements in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceElement(TypeScriptParser.NamespaceElementContext ctx)
TypeScriptParser.namespaceElement().
The default implementation does nothing.
enterNamespaceElement in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceElement(TypeScriptParser.NamespaceElementContext ctx)
TypeScriptParser.namespaceElement().
The default implementation does nothing.
exitNamespaceElement in interface TypeScriptParserListenerctx - the parse treepublic void enterExportNamespaceElement(TypeScriptParser.ExportNamespaceElementContext ctx)
TypeScriptParser.exportNamespaceElement().
The default implementation does nothing.
enterExportNamespaceElement in interface TypeScriptParserListenerctx - the parse treepublic void exitExportNamespaceElement(TypeScriptParser.ExportNamespaceElementContext ctx)
TypeScriptParser.exportNamespaceElement().
The default implementation does nothing.
exitExportNamespaceElement in interface TypeScriptParserListenerctx - the parse treepublic void enterImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
TypeScriptParser.importAliasDeclaration().
The default implementation does nothing.
enterImportAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
TypeScriptParser.importAliasDeclaration().
The default implementation does nothing.
exitImportAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterEntityName(TypeScriptParser.EntityNameContext ctx)
TypeScriptParser.entityName().
The default implementation does nothing.
enterEntityName in interface TypeScriptParserListenerctx - the parse treepublic void exitEntityName(TypeScriptParser.EntityNameContext ctx)
TypeScriptParser.entityName().
The default implementation does nothing.
exitEntityName in interface TypeScriptParserListenerctx - the parse treepublic void enterSourceFile(TypeScriptParser.SourceFileContext ctx)
TypeScriptParser.sourceFile().
The default implementation does nothing.
enterSourceFile in interface TypeScriptParserListenerctx - the parse treepublic void exitSourceFile(TypeScriptParser.SourceFileContext ctx)
TypeScriptParser.sourceFile().
The default implementation does nothing.
exitSourceFile in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementationSourceFile(TypeScriptParser.ImplementationSourceFileContext ctx)
TypeScriptParser.implementationSourceFile().
The default implementation does nothing.
enterImplementationSourceFile in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementationSourceFile(TypeScriptParser.ImplementationSourceFileContext ctx)
TypeScriptParser.implementationSourceFile().
The default implementation does nothing.
exitImplementationSourceFile in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclarationSourceFile(TypeScriptParser.DeclarationSourceFileContext ctx)
TypeScriptParser.declarationSourceFile().
The default implementation does nothing.
enterDeclarationSourceFile in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclarationSourceFile(TypeScriptParser.DeclarationSourceFileContext ctx)
TypeScriptParser.declarationSourceFile().
The default implementation does nothing.
exitDeclarationSourceFile in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementationScript(TypeScriptParser.ImplementationScriptContext ctx)
TypeScriptParser.implementationScript().
The default implementation does nothing.
enterImplementationScript in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementationScript(TypeScriptParser.ImplementationScriptContext ctx)
TypeScriptParser.implementationScript().
The default implementation does nothing.
exitImplementationScript in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementationScriptElement(TypeScriptParser.ImplementationScriptElementContext ctx)
TypeScriptParser.implementationScriptElement().
The default implementation does nothing.
enterImplementationScriptElement in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementationScriptElement(TypeScriptParser.ImplementationScriptElementContext ctx)
TypeScriptParser.implementationScriptElement().
The default implementation does nothing.
exitImplementationScriptElement in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementationElement(TypeScriptParser.ImplementationElementContext ctx)
TypeScriptParser.implementationElement().
The default implementation does nothing.
enterImplementationElement in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementationElement(TypeScriptParser.ImplementationElementContext ctx)
TypeScriptParser.implementationElement().
The default implementation does nothing.
exitImplementationElement in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclarationScript(TypeScriptParser.DeclarationScriptContext ctx)
TypeScriptParser.declarationScript().
The default implementation does nothing.
enterDeclarationScript in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclarationScript(TypeScriptParser.DeclarationScriptContext ctx)
TypeScriptParser.declarationScript().
The default implementation does nothing.
exitDeclarationScript in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclarationScriptElement(TypeScriptParser.DeclarationScriptElementContext ctx)
TypeScriptParser.declarationScriptElement().
The default implementation does nothing.
enterDeclarationScriptElement in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclarationScriptElement(TypeScriptParser.DeclarationScriptElementContext ctx)
TypeScriptParser.declarationScriptElement().
The default implementation does nothing.
exitDeclarationScriptElement in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclarationElement(TypeScriptParser.DeclarationElementContext ctx)
TypeScriptParser.declarationElement().
The default implementation does nothing.
enterDeclarationElement in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclarationElement(TypeScriptParser.DeclarationElementContext ctx)
TypeScriptParser.declarationElement().
The default implementation does nothing.
exitDeclarationElement in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementationModule(TypeScriptParser.ImplementationModuleContext ctx)
TypeScriptParser.implementationModule().
The default implementation does nothing.
enterImplementationModule in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementationModule(TypeScriptParser.ImplementationModuleContext ctx)
TypeScriptParser.implementationModule().
The default implementation does nothing.
exitImplementationModule in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementationModuleElement(TypeScriptParser.ImplementationModuleElementContext ctx)
TypeScriptParser.implementationModuleElement().
The default implementation does nothing.
enterImplementationModuleElement in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementationModuleElement(TypeScriptParser.ImplementationModuleElementContext ctx)
TypeScriptParser.implementationModuleElement().
The default implementation does nothing.
exitImplementationModuleElement in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclarationModule(TypeScriptParser.DeclarationModuleContext ctx)
TypeScriptParser.declarationModule().
The default implementation does nothing.
enterDeclarationModule in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclarationModule(TypeScriptParser.DeclarationModuleContext ctx)
TypeScriptParser.declarationModule().
The default implementation does nothing.
exitDeclarationModule in interface TypeScriptParserListenerctx - the parse treepublic void enterDeclarationModuleElement(TypeScriptParser.DeclarationModuleElementContext ctx)
TypeScriptParser.declarationModuleElement().
The default implementation does nothing.
enterDeclarationModuleElement in interface TypeScriptParserListenerctx - the parse treepublic void exitDeclarationModuleElement(TypeScriptParser.DeclarationModuleElementContext ctx)
TypeScriptParser.declarationModuleElement().
The default implementation does nothing.
exitDeclarationModuleElement in interface TypeScriptParserListenerctx - the parse treepublic void enterImportRequireDeclaration(TypeScriptParser.ImportRequireDeclarationContext ctx)
TypeScriptParser.importRequireDeclaration().
The default implementation does nothing.
enterImportRequireDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitImportRequireDeclaration(TypeScriptParser.ImportRequireDeclarationContext ctx)
TypeScriptParser.importRequireDeclaration().
The default implementation does nothing.
exitImportRequireDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterExportImplementationElement(TypeScriptParser.ExportImplementationElementContext ctx)
TypeScriptParser.exportImplementationElement().
The default implementation does nothing.
enterExportImplementationElement in interface TypeScriptParserListenerctx - the parse treepublic void exitExportImplementationElement(TypeScriptParser.ExportImplementationElementContext ctx)
TypeScriptParser.exportImplementationElement().
The default implementation does nothing.
exitExportImplementationElement in interface TypeScriptParserListenerctx - the parse treepublic void enterExportDeclarationElement(TypeScriptParser.ExportDeclarationElementContext ctx)
TypeScriptParser.exportDeclarationElement().
The default implementation does nothing.
enterExportDeclarationElement in interface TypeScriptParserListenerctx - the parse treepublic void exitExportDeclarationElement(TypeScriptParser.ExportDeclarationElementContext ctx)
TypeScriptParser.exportDeclarationElement().
The default implementation does nothing.
exitExportDeclarationElement in interface TypeScriptParserListenerctx - the parse treepublic void enterExportDefaultImplementationElement(TypeScriptParser.ExportDefaultImplementationElementContext ctx)
TypeScriptParser.exportDefaultImplementationElement().
The default implementation does nothing.
enterExportDefaultImplementationElement in interface TypeScriptParserListenerctx - the parse treepublic void exitExportDefaultImplementationElement(TypeScriptParser.ExportDefaultImplementationElementContext ctx)
TypeScriptParser.exportDefaultImplementationElement().
The default implementation does nothing.
exitExportDefaultImplementationElement in interface TypeScriptParserListenerctx - the parse treepublic void enterExportDefaultDeclarationElement(TypeScriptParser.ExportDefaultDeclarationElementContext ctx)
TypeScriptParser.exportDefaultDeclarationElement().
The default implementation does nothing.
enterExportDefaultDeclarationElement in interface TypeScriptParserListenerctx - the parse treepublic void exitExportDefaultDeclarationElement(TypeScriptParser.ExportDefaultDeclarationElementContext ctx)
TypeScriptParser.exportDefaultDeclarationElement().
The default implementation does nothing.
exitExportDefaultDeclarationElement in interface TypeScriptParserListenerctx - the parse treepublic void enterExportListDeclaration(TypeScriptParser.ExportListDeclarationContext ctx)
TypeScriptParser.exportListDeclaration().
The default implementation does nothing.
enterExportListDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitExportListDeclaration(TypeScriptParser.ExportListDeclarationContext ctx)
TypeScriptParser.exportListDeclaration().
The default implementation does nothing.
exitExportListDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterExportAssignment(TypeScriptParser.ExportAssignmentContext ctx)
TypeScriptParser.exportAssignment().
The default implementation does nothing.
enterExportAssignment in interface TypeScriptParserListenerctx - the parse treepublic void exitExportAssignment(TypeScriptParser.ExportAssignmentContext ctx)
TypeScriptParser.exportAssignment().
The default implementation does nothing.
exitExportAssignment in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientDeclaration(TypeScriptParser.AmbientDeclarationContext ctx)
TypeScriptParser.ambientDeclaration().
The default implementation does nothing.
enterAmbientDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientDeclaration(TypeScriptParser.AmbientDeclarationContext ctx)
TypeScriptParser.ambientDeclaration().
The default implementation does nothing.
exitAmbientDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientVariableDeclaration(TypeScriptParser.AmbientVariableDeclarationContext ctx)
TypeScriptParser.ambientVariableDeclaration().
The default implementation does nothing.
enterAmbientVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientVariableDeclaration(TypeScriptParser.AmbientVariableDeclarationContext ctx)
TypeScriptParser.ambientVariableDeclaration().
The default implementation does nothing.
exitAmbientVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientBindingList(TypeScriptParser.AmbientBindingListContext ctx)
TypeScriptParser.ambientBindingList().
The default implementation does nothing.
enterAmbientBindingList in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientBindingList(TypeScriptParser.AmbientBindingListContext ctx)
TypeScriptParser.ambientBindingList().
The default implementation does nothing.
exitAmbientBindingList in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientBinding(TypeScriptParser.AmbientBindingContext ctx)
TypeScriptParser.ambientBinding().
The default implementation does nothing.
enterAmbientBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientBinding(TypeScriptParser.AmbientBindingContext ctx)
TypeScriptParser.ambientBinding().
The default implementation does nothing.
exitAmbientBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientFunctionDeclaration(TypeScriptParser.AmbientFunctionDeclarationContext ctx)
TypeScriptParser.ambientFunctionDeclaration().
The default implementation does nothing.
enterAmbientFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientFunctionDeclaration(TypeScriptParser.AmbientFunctionDeclarationContext ctx)
TypeScriptParser.ambientFunctionDeclaration().
The default implementation does nothing.
exitAmbientFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientClassDeclaration(TypeScriptParser.AmbientClassDeclarationContext ctx)
TypeScriptParser.ambientClassDeclaration().
The default implementation does nothing.
enterAmbientClassDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientClassDeclaration(TypeScriptParser.AmbientClassDeclarationContext ctx)
TypeScriptParser.ambientClassDeclaration().
The default implementation does nothing.
exitAmbientClassDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientClassBody(TypeScriptParser.AmbientClassBodyContext ctx)
TypeScriptParser.ambientClassBody().
The default implementation does nothing.
enterAmbientClassBody in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientClassBody(TypeScriptParser.AmbientClassBodyContext ctx)
TypeScriptParser.ambientClassBody().
The default implementation does nothing.
exitAmbientClassBody in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientClassBodyElement(TypeScriptParser.AmbientClassBodyElementContext ctx)
TypeScriptParser.ambientClassBodyElement().
The default implementation does nothing.
enterAmbientClassBodyElement in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientClassBodyElement(TypeScriptParser.AmbientClassBodyElementContext ctx)
TypeScriptParser.ambientClassBodyElement().
The default implementation does nothing.
exitAmbientClassBodyElement in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientConstructorDeclaration(TypeScriptParser.AmbientConstructorDeclarationContext ctx)
TypeScriptParser.ambientConstructorDeclaration().
The default implementation does nothing.
enterAmbientConstructorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientConstructorDeclaration(TypeScriptParser.AmbientConstructorDeclarationContext ctx)
TypeScriptParser.ambientConstructorDeclaration().
The default implementation does nothing.
exitAmbientConstructorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientPropertyMemberDeclaration(TypeScriptParser.AmbientPropertyMemberDeclarationContext ctx)
TypeScriptParser.ambientPropertyMemberDeclaration().
The default implementation does nothing.
enterAmbientPropertyMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientPropertyMemberDeclaration(TypeScriptParser.AmbientPropertyMemberDeclarationContext ctx)
TypeScriptParser.ambientPropertyMemberDeclaration().
The default implementation does nothing.
exitAmbientPropertyMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientEnumDeclaration(TypeScriptParser.AmbientEnumDeclarationContext ctx)
TypeScriptParser.ambientEnumDeclaration().
The default implementation does nothing.
enterAmbientEnumDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientEnumDeclaration(TypeScriptParser.AmbientEnumDeclarationContext ctx)
TypeScriptParser.ambientEnumDeclaration().
The default implementation does nothing.
exitAmbientEnumDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientNamespaceDeclaration(TypeScriptParser.AmbientNamespaceDeclarationContext ctx)
TypeScriptParser.ambientNamespaceDeclaration().
The default implementation does nothing.
enterAmbientNamespaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientNamespaceDeclaration(TypeScriptParser.AmbientNamespaceDeclarationContext ctx)
TypeScriptParser.ambientNamespaceDeclaration().
The default implementation does nothing.
exitAmbientNamespaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientNamespaceBody(TypeScriptParser.AmbientNamespaceBodyContext ctx)
TypeScriptParser.ambientNamespaceBody().
The default implementation does nothing.
enterAmbientNamespaceBody in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientNamespaceBody(TypeScriptParser.AmbientNamespaceBodyContext ctx)
TypeScriptParser.ambientNamespaceBody().
The default implementation does nothing.
exitAmbientNamespaceBody in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientNamespaceElement(TypeScriptParser.AmbientNamespaceElementContext ctx)
TypeScriptParser.ambientNamespaceElement().
The default implementation does nothing.
enterAmbientNamespaceElement in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientNamespaceElement(TypeScriptParser.AmbientNamespaceElementContext ctx)
TypeScriptParser.ambientNamespaceElement().
The default implementation does nothing.
exitAmbientNamespaceElement in interface TypeScriptParserListenerctx - the parse treepublic void enterAmbientModuleDeclaration(TypeScriptParser.AmbientModuleDeclarationContext ctx)
TypeScriptParser.ambientModuleDeclaration().
The default implementation does nothing.
enterAmbientModuleDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAmbientModuleDeclaration(TypeScriptParser.AmbientModuleDeclarationContext ctx)
TypeScriptParser.ambientModuleDeclaration().
The default implementation does nothing.
exitAmbientModuleDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterNewExpression(TypeScriptParser.NewExpressionContext ctx)
TypeScriptParser.newExpression().
The default implementation does nothing.
enterNewExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitNewExpression(TypeScriptParser.NewExpressionContext ctx)
TypeScriptParser.newExpression().
The default implementation does nothing.
exitNewExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterDecoratorList(TypeScriptParser.DecoratorListContext ctx)
TypeScriptParser.decoratorList().
The default implementation does nothing.
enterDecoratorList in interface TypeScriptParserListenerctx - the parse treepublic void exitDecoratorList(TypeScriptParser.DecoratorListContext ctx)
TypeScriptParser.decoratorList().
The default implementation does nothing.
exitDecoratorList in interface TypeScriptParserListenerctx - the parse treepublic void enterDecorator(TypeScriptParser.DecoratorContext ctx)
TypeScriptParser.decorator().
The default implementation does nothing.
enterDecorator in interface TypeScriptParserListenerctx - the parse treepublic void exitDecorator(TypeScriptParser.DecoratorContext ctx)
TypeScriptParser.decorator().
The default implementation does nothing.
exitDecorator in interface TypeScriptParserListenerctx - the parse treepublic void enterDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
TypeScriptParser.decoratorMemberExpression().
The default implementation does nothing.
enterDecoratorMemberExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
TypeScriptParser.decoratorMemberExpression().
The default implementation does nothing.
exitDecoratorMemberExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
TypeScriptParser.decoratorCallExpression().
The default implementation does nothing.
enterDecoratorCallExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
TypeScriptParser.decoratorCallExpression().
The default implementation does nothing.
exitDecoratorCallExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterProgram(TypeScriptParser.ProgramContext ctx)
TypeScriptParser.program().
The default implementation does nothing.
enterProgram in interface TypeScriptParserListenerctx - the parse treepublic void exitProgram(TypeScriptParser.ProgramContext ctx)
TypeScriptParser.program().
The default implementation does nothing.
exitProgram in interface TypeScriptParserListenerctx - the parse treepublic void enterSourceElement(TypeScriptParser.SourceElementContext ctx)
TypeScriptParser.sourceElement().
The default implementation does nothing.
enterSourceElement in interface TypeScriptParserListenerctx - the parse treepublic void exitSourceElement(TypeScriptParser.SourceElementContext ctx)
TypeScriptParser.sourceElement().
The default implementation does nothing.
exitSourceElement in interface TypeScriptParserListenerctx - the parse treepublic void enterStatement(TypeScriptParser.StatementContext ctx)
TypeScriptParser.statement().
The default implementation does nothing.
enterStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitStatement(TypeScriptParser.StatementContext ctx)
TypeScriptParser.statement().
The default implementation does nothing.
exitStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterBlock(TypeScriptParser.BlockContext ctx)
TypeScriptParser.block().
The default implementation does nothing.
enterBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitBlock(TypeScriptParser.BlockContext ctx)
TypeScriptParser.block().
The default implementation does nothing.
exitBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterVariableStatement(TypeScriptParser.VariableStatementContext ctx)
TypeScriptParser.variableStatement().
The default implementation does nothing.
enterVariableStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitVariableStatement(TypeScriptParser.VariableStatementContext ctx)
TypeScriptParser.variableStatement().
The default implementation does nothing.
exitVariableStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
TypeScriptParser.variableDeclarationList().
The default implementation does nothing.
enterVariableDeclarationList in interface TypeScriptParserListenerctx - the parse treepublic void exitVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
TypeScriptParser.variableDeclarationList().
The default implementation does nothing.
exitVariableDeclarationList in interface TypeScriptParserListenerctx - the parse treepublic void enterEmptyStatement(TypeScriptParser.EmptyStatementContext ctx)
TypeScriptParser.emptyStatement().
The default implementation does nothing.
enterEmptyStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitEmptyStatement(TypeScriptParser.EmptyStatementContext ctx)
TypeScriptParser.emptyStatement().
The default implementation does nothing.
exitEmptyStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
TypeScriptParser.expressionStatement().
The default implementation does nothing.
enterExpressionStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
TypeScriptParser.expressionStatement().
The default implementation does nothing.
exitExpressionStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterIfStatement(TypeScriptParser.IfStatementContext ctx)
TypeScriptParser.ifStatement().
The default implementation does nothing.
enterIfStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitIfStatement(TypeScriptParser.IfStatementContext ctx)
TypeScriptParser.ifStatement().
The default implementation does nothing.
exitIfStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterDoStatement(TypeScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterDoStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitDoStatement(TypeScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitDoStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterWhileStatement(TypeScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterWhileStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitWhileStatement(TypeScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitWhileStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForStatement(TypeScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForStatement(TypeScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForVarStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForVarStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForInStatement(TypeScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForInStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForInStatement(TypeScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForInStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForVarInStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForVarInStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterVarModifier(TypeScriptParser.VarModifierContext ctx)
TypeScriptParser.varModifier().
The default implementation does nothing.
enterVarModifier in interface TypeScriptParserListenerctx - the parse treepublic void exitVarModifier(TypeScriptParser.VarModifierContext ctx)
TypeScriptParser.varModifier().
The default implementation does nothing.
exitVarModifier in interface TypeScriptParserListenerctx - the parse treepublic void enterContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
TypeScriptParser.continueStatement().
The default implementation does nothing.
enterContinueStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
TypeScriptParser.continueStatement().
The default implementation does nothing.
exitContinueStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterBreakStatement(TypeScriptParser.BreakStatementContext ctx)
TypeScriptParser.breakStatement().
The default implementation does nothing.
enterBreakStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitBreakStatement(TypeScriptParser.BreakStatementContext ctx)
TypeScriptParser.breakStatement().
The default implementation does nothing.
exitBreakStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
TypeScriptParser.returnStatement().
The default implementation does nothing.
enterReturnStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
TypeScriptParser.returnStatement().
The default implementation does nothing.
exitReturnStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterWithStatement(TypeScriptParser.WithStatementContext ctx)
TypeScriptParser.withStatement().
The default implementation does nothing.
enterWithStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitWithStatement(TypeScriptParser.WithStatementContext ctx)
TypeScriptParser.withStatement().
The default implementation does nothing.
exitWithStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
TypeScriptParser.switchStatement().
The default implementation does nothing.
enterSwitchStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
TypeScriptParser.switchStatement().
The default implementation does nothing.
exitSwitchStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterCaseBlock(TypeScriptParser.CaseBlockContext ctx)
TypeScriptParser.caseBlock().
The default implementation does nothing.
enterCaseBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitCaseBlock(TypeScriptParser.CaseBlockContext ctx)
TypeScriptParser.caseBlock().
The default implementation does nothing.
exitCaseBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterCaseClauses(TypeScriptParser.CaseClausesContext ctx)
TypeScriptParser.caseClauses().
The default implementation does nothing.
enterCaseClauses in interface TypeScriptParserListenerctx - the parse treepublic void exitCaseClauses(TypeScriptParser.CaseClausesContext ctx)
TypeScriptParser.caseClauses().
The default implementation does nothing.
exitCaseClauses in interface TypeScriptParserListenerctx - the parse treepublic void enterCaseClause(TypeScriptParser.CaseClauseContext ctx)
TypeScriptParser.caseClause().
The default implementation does nothing.
enterCaseClause in interface TypeScriptParserListenerctx - the parse treepublic void exitCaseClause(TypeScriptParser.CaseClauseContext ctx)
TypeScriptParser.caseClause().
The default implementation does nothing.
exitCaseClause in interface TypeScriptParserListenerctx - the parse treepublic void enterDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
TypeScriptParser.defaultClause().
The default implementation does nothing.
enterDefaultClause in interface TypeScriptParserListenerctx - the parse treepublic void exitDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
TypeScriptParser.defaultClause().
The default implementation does nothing.
exitDefaultClause in interface TypeScriptParserListenerctx - the parse treepublic void enterLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
TypeScriptParser.labelledStatement().
The default implementation does nothing.
enterLabelledStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
TypeScriptParser.labelledStatement().
The default implementation does nothing.
exitLabelledStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
TypeScriptParser.throwStatement().
The default implementation does nothing.
enterThrowStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
TypeScriptParser.throwStatement().
The default implementation does nothing.
exitThrowStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterTryStatement(TypeScriptParser.TryStatementContext ctx)
TypeScriptParser.tryStatement().
The default implementation does nothing.
enterTryStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitTryStatement(TypeScriptParser.TryStatementContext ctx)
TypeScriptParser.tryStatement().
The default implementation does nothing.
exitTryStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterCatchProduction(TypeScriptParser.CatchProductionContext ctx)
TypeScriptParser.catchProduction().
The default implementation does nothing.
enterCatchProduction in interface TypeScriptParserListenerctx - the parse treepublic void exitCatchProduction(TypeScriptParser.CatchProductionContext ctx)
TypeScriptParser.catchProduction().
The default implementation does nothing.
exitCatchProduction in interface TypeScriptParserListenerctx - the parse treepublic void enterFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
TypeScriptParser.finallyProduction().
The default implementation does nothing.
enterFinallyProduction in interface TypeScriptParserListenerctx - the parse treepublic void exitFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
TypeScriptParser.finallyProduction().
The default implementation does nothing.
exitFinallyProduction in interface TypeScriptParserListenerctx - the parse treepublic void enterDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
TypeScriptParser.debuggerStatement().
The default implementation does nothing.
enterDebuggerStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
TypeScriptParser.debuggerStatement().
The default implementation does nothing.
exitDebuggerStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterClassTail(TypeScriptParser.ClassTailContext ctx)
TypeScriptParser.classTail().
The default implementation does nothing.
enterClassTail in interface TypeScriptParserListenerctx - the parse treepublic void exitClassTail(TypeScriptParser.ClassTailContext ctx)
TypeScriptParser.classTail().
The default implementation does nothing.
exitClassTail in interface TypeScriptParserListenerctx - the parse treepublic void enterClassBody(TypeScriptParser.ClassBodyContext ctx)
TypeScriptParser.classBody().
The default implementation does nothing.
enterClassBody in interface TypeScriptParserListenerctx - the parse treepublic void exitClassBody(TypeScriptParser.ClassBodyContext ctx)
TypeScriptParser.classBody().
The default implementation does nothing.
exitClassBody in interface TypeScriptParserListenerctx - the parse treepublic void enterMethodDefinition(TypeScriptParser.MethodDefinitionContext ctx)
TypeScriptParser.methodDefinition().
The default implementation does nothing.
enterMethodDefinition in interface TypeScriptParserListenerctx - the parse treepublic void exitMethodDefinition(TypeScriptParser.MethodDefinitionContext ctx)
TypeScriptParser.methodDefinition().
The default implementation does nothing.
exitMethodDefinition in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
TypeScriptParser.generatorMethod().
The default implementation does nothing.
enterGeneratorMethod in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
TypeScriptParser.generatorMethod().
The default implementation does nothing.
exitGeneratorMethod in interface TypeScriptParserListenerctx - the parse treepublic void enterFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
TypeScriptParser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
TypeScriptParser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
TypeScriptParser.formalParameterArg().
The default implementation does nothing.
enterFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void exitFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
TypeScriptParser.formalParameterArg().
The default implementation does nothing.
exitFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void enterLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
TypeScriptParser.lastFormalParameterArg().
The default implementation does nothing.
enterLastFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void exitLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
TypeScriptParser.lastFormalParameterArg().
The default implementation does nothing.
exitLastFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
TypeScriptParser.functionBody().
The default implementation does nothing.
enterFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
TypeScriptParser.functionBody().
The default implementation does nothing.
exitFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void enterSourceElements(TypeScriptParser.SourceElementsContext ctx)
TypeScriptParser.sourceElements().
The default implementation does nothing.
enterSourceElements in interface TypeScriptParserListenerctx - the parse treepublic void exitSourceElements(TypeScriptParser.SourceElementsContext ctx)
TypeScriptParser.sourceElements().
The default implementation does nothing.
exitSourceElements in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
TypeScriptParser.arrayLiteral().
The default implementation does nothing.
enterArrayLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
TypeScriptParser.arrayLiteral().
The default implementation does nothing.
exitArrayLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterElementList(TypeScriptParser.ElementListContext ctx)
TypeScriptParser.elementList().
The default implementation does nothing.
enterElementList in interface TypeScriptParserListenerctx - the parse treepublic void exitElementList(TypeScriptParser.ElementListContext ctx)
TypeScriptParser.elementList().
The default implementation does nothing.
exitElementList in interface TypeScriptParserListenerctx - the parse treepublic void enterLastElement(TypeScriptParser.LastElementContext ctx)
TypeScriptParser.lastElement().
The default implementation does nothing.
enterLastElement in interface TypeScriptParserListenerctx - the parse treepublic void exitLastElement(TypeScriptParser.LastElementContext ctx)
TypeScriptParser.lastElement().
The default implementation does nothing.
exitLastElement in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
TypeScriptParser.objectLiteral().
The default implementation does nothing.
enterObjectLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
TypeScriptParser.objectLiteral().
The default implementation does nothing.
exitObjectLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyName(TypeScriptParser.PropertyNameContext ctx)
TypeScriptParser.propertyName().
The default implementation does nothing.
enterPropertyName in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyName(TypeScriptParser.PropertyNameContext ctx)
TypeScriptParser.propertyName().
The default implementation does nothing.
exitPropertyName in interface TypeScriptParserListenerctx - the parse treepublic void enterArgumentsList(TypeScriptParser.ArgumentsListContext ctx)
TypeScriptParser.argumentsList().
The default implementation does nothing.
enterArgumentsList in interface TypeScriptParserListenerctx - the parse treepublic void exitArgumentsList(TypeScriptParser.ArgumentsListContext ctx)
TypeScriptParser.argumentsList().
The default implementation does nothing.
exitArgumentsList in interface TypeScriptParserListenerctx - the parse treepublic void enterLastArgument(TypeScriptParser.LastArgumentContext ctx)
TypeScriptParser.lastArgument().
The default implementation does nothing.
enterLastArgument in interface TypeScriptParserListenerctx - the parse treepublic void exitLastArgument(TypeScriptParser.LastArgumentContext ctx)
TypeScriptParser.lastArgument().
The default implementation does nothing.
exitLastArgument in interface TypeScriptParserListenerctx - the parse treepublic void enterExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
TypeScriptParser.expressionSequence().
The default implementation does nothing.
enterExpressionSequence in interface TypeScriptParserListenerctx - the parse treepublic void exitExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
TypeScriptParser.expressionSequence().
The default implementation does nothing.
exitExpressionSequence in interface TypeScriptParserListenerctx - the parse treepublic void enterTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterTemplateStringExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitTemplateStringExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterTernaryExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitTernaryExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterLogicalAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitLogicalAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterUnarySingleExpression(TypeScriptParser.UnarySingleExpressionContext ctx)
UnarySingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterUnarySingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitUnarySingleExpression(TypeScriptParser.UnarySingleExpressionContext ctx)
UnarySingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitUnarySingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterObjectLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitObjectLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterInExpression(TypeScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterInExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitInExpression(TypeScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitInExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterLogicalOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitLogicalOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterThisExpression(TypeScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterThisExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitThisExpression(TypeScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitThisExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterAssignmentExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitAssignmentExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterPostDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitPostDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterNewSingleExpression(TypeScriptParser.NewSingleExpressionContext ctx)
NewSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterNewSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitNewSingleExpression(TypeScriptParser.NewSingleExpressionContext ctx)
NewSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitNewSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterInstanceofExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitInstanceofExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterArrowFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitArrowFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterEqualityExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitEqualityExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitXOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitXOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterSuperExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitSuperExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterMultiplicativeExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitMultiplicativeExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitShiftExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitShiftExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterParenthesizedExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitParenthesizedExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterAdditiveExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitAdditiveExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterPostIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitPostIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterArrayLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitArrayLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterMemberDotExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitMemberDotExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionSingleExpression(TypeScriptParser.FunctionSingleExpressionContext ctx)
FunctionSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterFunctionSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionSingleExpression(TypeScriptParser.FunctionSingleExpressionContext ctx)
FunctionSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitFunctionSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterClassExpression(TypeScriptParser.ClassExpressionContext ctx)
ClassExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterClassExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitClassExpression(TypeScriptParser.ClassExpressionContext ctx)
ClassExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitClassExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterRelationalSingleExpression(TypeScriptParser.RelationalSingleExpressionContext ctx)
RelationalSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterRelationalSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitRelationalSingleExpression(TypeScriptParser.RelationalSingleExpressionContext ctx)
RelationalSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitRelationalSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterMemberIndexExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitMemberIndexExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterIdentifierExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitIdentifierExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterCallSingleExpression(TypeScriptParser.CallSingleExpressionContext ctx)
CallSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterCallSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitCallSingleExpression(TypeScriptParser.CallSingleExpressionContext ctx)
CallSingleExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitCallSingleExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterAssignmentOperatorExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitAssignmentOperatorExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterCallExpression(TypeScriptParser.CallExpressionContext ctx)
TypeScriptParser.callExpression().
The default implementation does nothing.
enterCallExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitCallExpression(TypeScriptParser.CallExpressionContext ctx)
TypeScriptParser.callExpression().
The default implementation does nothing.
exitCallExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterSuperCall(TypeScriptParser.SuperCallContext ctx)
TypeScriptParser.superCall().
The default implementation does nothing.
enterSuperCall in interface TypeScriptParserListenerctx - the parse treepublic void exitSuperCall(TypeScriptParser.SuperCallContext ctx)
TypeScriptParser.superCall().
The default implementation does nothing.
exitSuperCall in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberExpression(TypeScriptParser.MemberExpressionContext ctx)
TypeScriptParser.memberExpression().
The default implementation does nothing.
enterMemberExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberExpression(TypeScriptParser.MemberExpressionContext ctx)
TypeScriptParser.memberExpression().
The default implementation does nothing.
exitMemberExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMetaProperty(TypeScriptParser.MetaPropertyContext ctx)
TypeScriptParser.metaProperty().
The default implementation does nothing.
enterMetaProperty in interface TypeScriptParserListenerctx - the parse treepublic void exitMetaProperty(TypeScriptParser.MetaPropertyContext ctx)
TypeScriptParser.metaProperty().
The default implementation does nothing.
exitMetaProperty in interface TypeScriptParserListenerctx - the parse treepublic void enterSuperProperty(TypeScriptParser.SuperPropertyContext ctx)
TypeScriptParser.superProperty().
The default implementation does nothing.
enterSuperProperty in interface TypeScriptParserListenerctx - the parse treepublic void exitSuperProperty(TypeScriptParser.SuperPropertyContext ctx)
TypeScriptParser.superProperty().
The default implementation does nothing.
exitSuperProperty in interface TypeScriptParserListenerctx - the parse treepublic void enterPrimaryExpression(TypeScriptParser.PrimaryExpressionContext ctx)
TypeScriptParser.primaryExpression().
The default implementation does nothing.
enterPrimaryExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPrimaryExpression(TypeScriptParser.PrimaryExpressionContext ctx)
TypeScriptParser.primaryExpression().
The default implementation does nothing.
exitPrimaryExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
TypeScriptParser.arrowFunctionBody().
The default implementation does nothing.
enterArrowFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
TypeScriptParser.arrowFunctionBody().
The default implementation does nothing.
exitArrowFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void enterAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
TypeScriptParser.assignmentOperator().
The default implementation does nothing.
enterAssignmentOperator in interface TypeScriptParserListenerctx - the parse treepublic void exitAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
TypeScriptParser.assignmentOperator().
The default implementation does nothing.
exitAssignmentOperator in interface TypeScriptParserListenerctx - the parse treepublic void enterLiteral(TypeScriptParser.LiteralContext ctx)
TypeScriptParser.literal().
The default implementation does nothing.
enterLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitLiteral(TypeScriptParser.LiteralContext ctx)
TypeScriptParser.literal().
The default implementation does nothing.
exitLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
TypeScriptParser.numericLiteral().
The default implementation does nothing.
enterNumericLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
TypeScriptParser.numericLiteral().
The default implementation does nothing.
exitNumericLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
TypeScriptParser.identifierName().
The default implementation does nothing.
enterIdentifierName in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
TypeScriptParser.identifierName().
The default implementation does nothing.
exitIdentifierName in interface TypeScriptParserListenerctx - the parse treepublic void enterReservedWord(TypeScriptParser.ReservedWordContext ctx)
TypeScriptParser.reservedWord().
The default implementation does nothing.
enterReservedWord in interface TypeScriptParserListenerctx - the parse treepublic void exitReservedWord(TypeScriptParser.ReservedWordContext ctx)
TypeScriptParser.reservedWord().
The default implementation does nothing.
exitReservedWord in interface TypeScriptParserListenerctx - the parse treepublic void enterKeyword(TypeScriptParser.KeywordContext ctx)
TypeScriptParser.keyword().
The default implementation does nothing.
enterKeyword in interface TypeScriptParserListenerctx - the parse treepublic void exitKeyword(TypeScriptParser.KeywordContext ctx)
TypeScriptParser.keyword().
The default implementation does nothing.
exitKeyword in interface TypeScriptParserListenerctx - the parse treepublic void enterGetter(TypeScriptParser.GetterContext ctx)
TypeScriptParser.getter().
The default implementation does nothing.
enterGetter in interface TypeScriptParserListenerctx - the parse treepublic void exitGetter(TypeScriptParser.GetterContext ctx)
TypeScriptParser.getter().
The default implementation does nothing.
exitGetter in interface TypeScriptParserListenerctx - the parse treepublic void enterSetter(TypeScriptParser.SetterContext ctx)
TypeScriptParser.setter().
The default implementation does nothing.
enterSetter in interface TypeScriptParserListenerctx - the parse treepublic void exitSetter(TypeScriptParser.SetterContext ctx)
TypeScriptParser.setter().
The default implementation does nothing.
exitSetter in interface TypeScriptParserListenerctx - the parse treepublic void enterEos(TypeScriptParser.EosContext ctx)
TypeScriptParser.eos().
The default implementation does nothing.
enterEos in interface TypeScriptParserListenerctx - the parse treepublic void exitEos(TypeScriptParser.EosContext ctx)
TypeScriptParser.eos().
The default implementation does nothing.
exitEos in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingIdentifier(TypeScriptParser.BindingIdentifierContext ctx)
TypeScriptParser.bindingIdentifier().
The default implementation does nothing.
enterBindingIdentifier in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingIdentifier(TypeScriptParser.BindingIdentifierContext ctx)
TypeScriptParser.bindingIdentifier().
The default implementation does nothing.
exitBindingIdentifier in interface TypeScriptParserListenerctx - the parse treepublic void enterFormalParameters(TypeScriptParser.FormalParametersContext ctx)
TypeScriptParser.formalParameters().
The default implementation does nothing.
enterFormalParameters in interface TypeScriptParserListenerctx - the parse treepublic void exitFormalParameters(TypeScriptParser.FormalParametersContext ctx)
TypeScriptParser.formalParameters().
The default implementation does nothing.
exitFormalParameters in interface TypeScriptParserListenerctx - the parse treepublic void enterInitializer(TypeScriptParser.InitializerContext ctx)
TypeScriptParser.initializer().
The default implementation does nothing.
enterInitializer in interface TypeScriptParserListenerctx - the parse treepublic void exitInitializer(TypeScriptParser.InitializerContext ctx)
TypeScriptParser.initializer().
The default implementation does nothing.
exitInitializer in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierReference(TypeScriptParser.IdentifierReferenceContext ctx)
TypeScriptParser.identifierReference().
The default implementation does nothing.
enterIdentifierReference in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierReference(TypeScriptParser.IdentifierReferenceContext ctx)
TypeScriptParser.identifierReference().
The default implementation does nothing.
exitIdentifierReference in interface TypeScriptParserListenerctx - the parse treepublic void enterLetOrConst(TypeScriptParser.LetOrConstContext ctx)
TypeScriptParser.letOrConst().
The default implementation does nothing.
enterLetOrConst in interface TypeScriptParserListenerctx - the parse treepublic void exitLetOrConst(TypeScriptParser.LetOrConstContext ctx)
TypeScriptParser.letOrConst().
The default implementation does nothing.
exitLetOrConst in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingList(TypeScriptParser.BindingListContext ctx)
TypeScriptParser.bindingList().
The default implementation does nothing.
enterBindingList in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingList(TypeScriptParser.BindingListContext ctx)
TypeScriptParser.bindingList().
The default implementation does nothing.
exitBindingList in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingPattern(TypeScriptParser.BindingPatternContext ctx)
TypeScriptParser.bindingPattern().
The default implementation does nothing.
enterBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingPattern(TypeScriptParser.BindingPatternContext ctx)
TypeScriptParser.bindingPattern().
The default implementation does nothing.
exitBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectBindingPattern(TypeScriptParser.ObjectBindingPatternContext ctx)
TypeScriptParser.objectBindingPattern().
The default implementation does nothing.
enterObjectBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectBindingPattern(TypeScriptParser.ObjectBindingPatternContext ctx)
TypeScriptParser.objectBindingPattern().
The default implementation does nothing.
exitObjectBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayBindingPattern(TypeScriptParser.ArrayBindingPatternContext ctx)
TypeScriptParser.arrayBindingPattern().
The default implementation does nothing.
enterArrayBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayBindingPattern(TypeScriptParser.ArrayBindingPatternContext ctx)
TypeScriptParser.arrayBindingPattern().
The default implementation does nothing.
exitArrayBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingElementList(TypeScriptParser.BindingElementListContext ctx)
TypeScriptParser.bindingElementList().
The default implementation does nothing.
enterBindingElementList in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingElementList(TypeScriptParser.BindingElementListContext ctx)
TypeScriptParser.bindingElementList().
The default implementation does nothing.
exitBindingElementList in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingElisionElement(TypeScriptParser.BindingElisionElementContext ctx)
TypeScriptParser.bindingElisionElement().
The default implementation does nothing.
enterBindingElisionElement in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingElisionElement(TypeScriptParser.BindingElisionElementContext ctx)
TypeScriptParser.bindingElisionElement().
The default implementation does nothing.
exitBindingElisionElement in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingRestElement(TypeScriptParser.BindingRestElementContext ctx)
TypeScriptParser.bindingRestElement().
The default implementation does nothing.
enterBindingRestElement in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingRestElement(TypeScriptParser.BindingRestElementContext ctx)
TypeScriptParser.bindingRestElement().
The default implementation does nothing.
exitBindingRestElement in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingPropertyList(TypeScriptParser.BindingPropertyListContext ctx)
TypeScriptParser.bindingPropertyList().
The default implementation does nothing.
enterBindingPropertyList in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingPropertyList(TypeScriptParser.BindingPropertyListContext ctx)
TypeScriptParser.bindingPropertyList().
The default implementation does nothing.
exitBindingPropertyList in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingProperty(TypeScriptParser.BindingPropertyContext ctx)
TypeScriptParser.bindingProperty().
The default implementation does nothing.
enterBindingProperty in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingProperty(TypeScriptParser.BindingPropertyContext ctx)
TypeScriptParser.bindingProperty().
The default implementation does nothing.
exitBindingProperty in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingElement(TypeScriptParser.BindingElementContext ctx)
TypeScriptParser.bindingElement().
The default implementation does nothing.
enterBindingElement in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingElement(TypeScriptParser.BindingElementContext ctx)
TypeScriptParser.bindingElement().
The default implementation does nothing.
exitBindingElement in interface TypeScriptParserListenerctx - the parse treepublic void enterSingleNameBinding(TypeScriptParser.SingleNameBindingContext ctx)
TypeScriptParser.singleNameBinding().
The default implementation does nothing.
enterSingleNameBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitSingleNameBinding(TypeScriptParser.SingleNameBindingContext ctx)
TypeScriptParser.singleNameBinding().
The default implementation does nothing.
exitSingleNameBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterHoistableDeclaration(TypeScriptParser.HoistableDeclarationContext ctx)
TypeScriptParser.hoistableDeclaration().
The default implementation does nothing.
enterHoistableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitHoistableDeclaration(TypeScriptParser.HoistableDeclarationContext ctx)
TypeScriptParser.hoistableDeclaration().
The default implementation does nothing.
exitHoistableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterLexicalDeclaration(TypeScriptParser.LexicalDeclarationContext ctx)
TypeScriptParser.lexicalDeclaration().
The default implementation does nothing.
enterLexicalDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitLexicalDeclaration(TypeScriptParser.LexicalDeclarationContext ctx)
TypeScriptParser.lexicalDeclaration().
The default implementation does nothing.
exitLexicalDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterStatementList(TypeScriptParser.StatementListContext ctx)
TypeScriptParser.statementList().
The default implementation does nothing.
enterStatementList in interface TypeScriptParserListenerctx - the parse treepublic void exitStatementList(TypeScriptParser.StatementListContext ctx)
TypeScriptParser.statementList().
The default implementation does nothing.
exitStatementList in interface TypeScriptParserListenerctx - the parse treepublic void enterStatementListItem(TypeScriptParser.StatementListItemContext ctx)
TypeScriptParser.statementListItem().
The default implementation does nothing.
enterStatementListItem in interface TypeScriptParserListenerctx - the parse treepublic void exitStatementListItem(TypeScriptParser.StatementListItemContext ctx)
TypeScriptParser.statementListItem().
The default implementation does nothing.
exitStatementListItem in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorDeclaration(TypeScriptParser.GeneratorDeclarationContext ctx)
TypeScriptParser.generatorDeclaration().
The default implementation does nothing.
enterGeneratorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorDeclaration(TypeScriptParser.GeneratorDeclarationContext ctx)
TypeScriptParser.generatorDeclaration().
The default implementation does nothing.
exitGeneratorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorBody(TypeScriptParser.GeneratorBodyContext ctx)
TypeScriptParser.generatorBody().
The default implementation does nothing.
enterGeneratorBody in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorBody(TypeScriptParser.GeneratorBodyContext ctx)
TypeScriptParser.generatorBody().
The default implementation does nothing.
exitGeneratorBody in interface TypeScriptParserListenerctx - the parse treepublic void enterScript(TypeScriptParser.ScriptContext ctx)
TypeScriptParser.script().
The default implementation does nothing.
enterScript in interface TypeScriptParserListenerctx - the parse treepublic void exitScript(TypeScriptParser.ScriptContext ctx)
TypeScriptParser.script().
The default implementation does nothing.
exitScript in interface TypeScriptParserListenerctx - the parse treepublic void enterScriptBody(TypeScriptParser.ScriptBodyContext ctx)
TypeScriptParser.scriptBody().
The default implementation does nothing.
enterScriptBody in interface TypeScriptParserListenerctx - the parse treepublic void exitScriptBody(TypeScriptParser.ScriptBodyContext ctx)
TypeScriptParser.scriptBody().
The default implementation does nothing.
exitScriptBody in interface TypeScriptParserListenerctx - the parse treepublic void enterModule(TypeScriptParser.ModuleContext ctx)
TypeScriptParser.module().
The default implementation does nothing.
enterModule in interface TypeScriptParserListenerctx - the parse treepublic void exitModule(TypeScriptParser.ModuleContext ctx)
TypeScriptParser.module().
The default implementation does nothing.
exitModule in interface TypeScriptParserListenerctx - the parse treepublic void enterModuleBody(TypeScriptParser.ModuleBodyContext ctx)
TypeScriptParser.moduleBody().
The default implementation does nothing.
enterModuleBody in interface TypeScriptParserListenerctx - the parse treepublic void exitModuleBody(TypeScriptParser.ModuleBodyContext ctx)
TypeScriptParser.moduleBody().
The default implementation does nothing.
exitModuleBody in interface TypeScriptParserListenerctx - the parse treepublic void enterModuleItemList(TypeScriptParser.ModuleItemListContext ctx)
TypeScriptParser.moduleItemList().
The default implementation does nothing.
enterModuleItemList in interface TypeScriptParserListenerctx - the parse treepublic void exitModuleItemList(TypeScriptParser.ModuleItemListContext ctx)
TypeScriptParser.moduleItemList().
The default implementation does nothing.
exitModuleItemList in interface TypeScriptParserListenerctx - the parse treepublic void enterModuleItem(TypeScriptParser.ModuleItemContext ctx)
TypeScriptParser.moduleItem().
The default implementation does nothing.
enterModuleItem in interface TypeScriptParserListenerctx - the parse treepublic void exitModuleItem(TypeScriptParser.ModuleItemContext ctx)
TypeScriptParser.moduleItem().
The default implementation does nothing.
exitModuleItem in interface TypeScriptParserListenerctx - the parse treepublic void enterImportDeclaration(TypeScriptParser.ImportDeclarationContext ctx)
TypeScriptParser.importDeclaration().
The default implementation does nothing.
enterImportDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitImportDeclaration(TypeScriptParser.ImportDeclarationContext ctx)
TypeScriptParser.importDeclaration().
The default implementation does nothing.
exitImportDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterImportClause(TypeScriptParser.ImportClauseContext ctx)
TypeScriptParser.importClause().
The default implementation does nothing.
enterImportClause in interface TypeScriptParserListenerctx - the parse treepublic void exitImportClause(TypeScriptParser.ImportClauseContext ctx)
TypeScriptParser.importClause().
The default implementation does nothing.
exitImportClause in interface TypeScriptParserListenerctx - the parse treepublic void enterImportedDefaultBinding(TypeScriptParser.ImportedDefaultBindingContext ctx)
TypeScriptParser.importedDefaultBinding().
The default implementation does nothing.
enterImportedDefaultBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitImportedDefaultBinding(TypeScriptParser.ImportedDefaultBindingContext ctx)
TypeScriptParser.importedDefaultBinding().
The default implementation does nothing.
exitImportedDefaultBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterNameSpaceImport(TypeScriptParser.NameSpaceImportContext ctx)
TypeScriptParser.nameSpaceImport().
The default implementation does nothing.
enterNameSpaceImport in interface TypeScriptParserListenerctx - the parse treepublic void exitNameSpaceImport(TypeScriptParser.NameSpaceImportContext ctx)
TypeScriptParser.nameSpaceImport().
The default implementation does nothing.
exitNameSpaceImport in interface TypeScriptParserListenerctx - the parse treepublic void enterNamedImports(TypeScriptParser.NamedImportsContext ctx)
TypeScriptParser.namedImports().
The default implementation does nothing.
enterNamedImports in interface TypeScriptParserListenerctx - the parse treepublic void exitNamedImports(TypeScriptParser.NamedImportsContext ctx)
TypeScriptParser.namedImports().
The default implementation does nothing.
exitNamedImports in interface TypeScriptParserListenerctx - the parse treepublic void enterImportsList(TypeScriptParser.ImportsListContext ctx)
TypeScriptParser.importsList().
The default implementation does nothing.
enterImportsList in interface TypeScriptParserListenerctx - the parse treepublic void exitImportsList(TypeScriptParser.ImportsListContext ctx)
TypeScriptParser.importsList().
The default implementation does nothing.
exitImportsList in interface TypeScriptParserListenerctx - the parse treepublic void enterFromClause(TypeScriptParser.FromClauseContext ctx)
TypeScriptParser.fromClause().
The default implementation does nothing.
enterFromClause in interface TypeScriptParserListenerctx - the parse treepublic void exitFromClause(TypeScriptParser.FromClauseContext ctx)
TypeScriptParser.fromClause().
The default implementation does nothing.
exitFromClause in interface TypeScriptParserListenerctx - the parse treepublic void enterImportSpecifier(TypeScriptParser.ImportSpecifierContext ctx)
TypeScriptParser.importSpecifier().
The default implementation does nothing.
enterImportSpecifier in interface TypeScriptParserListenerctx - the parse treepublic void exitImportSpecifier(TypeScriptParser.ImportSpecifierContext ctx)
TypeScriptParser.importSpecifier().
The default implementation does nothing.
exitImportSpecifier in interface TypeScriptParserListenerctx - the parse treepublic void enterModuleSpecifier(TypeScriptParser.ModuleSpecifierContext ctx)
TypeScriptParser.moduleSpecifier().
The default implementation does nothing.
enterModuleSpecifier in interface TypeScriptParserListenerctx - the parse treepublic void exitModuleSpecifier(TypeScriptParser.ModuleSpecifierContext ctx)
TypeScriptParser.moduleSpecifier().
The default implementation does nothing.
exitModuleSpecifier in interface TypeScriptParserListenerctx - the parse treepublic void enterImportedBinding(TypeScriptParser.ImportedBindingContext ctx)
TypeScriptParser.importedBinding().
The default implementation does nothing.
enterImportedBinding in interface TypeScriptParserListenerctx - the parse treepublic void exitImportedBinding(TypeScriptParser.ImportedBindingContext ctx)
TypeScriptParser.importedBinding().
The default implementation does nothing.
exitImportedBinding in interface TypeScriptParserListenerctx - the parse treepublic void enterExportDeclaration(TypeScriptParser.ExportDeclarationContext ctx)
TypeScriptParser.exportDeclaration().
The default implementation does nothing.
enterExportDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitExportDeclaration(TypeScriptParser.ExportDeclarationContext ctx)
TypeScriptParser.exportDeclaration().
The default implementation does nothing.
exitExportDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterExportClause(TypeScriptParser.ExportClauseContext ctx)
TypeScriptParser.exportClause().
The default implementation does nothing.
enterExportClause in interface TypeScriptParserListenerctx - the parse treepublic void exitExportClause(TypeScriptParser.ExportClauseContext ctx)
TypeScriptParser.exportClause().
The default implementation does nothing.
exitExportClause in interface TypeScriptParserListenerctx - the parse treepublic void enterExportsList(TypeScriptParser.ExportsListContext ctx)
TypeScriptParser.exportsList().
The default implementation does nothing.
enterExportsList in interface TypeScriptParserListenerctx - the parse treepublic void exitExportsList(TypeScriptParser.ExportsListContext ctx)
TypeScriptParser.exportsList().
The default implementation does nothing.
exitExportsList in interface TypeScriptParserListenerctx - the parse treepublic void enterExportSpecifier(TypeScriptParser.ExportSpecifierContext ctx)
TypeScriptParser.exportSpecifier().
The default implementation does nothing.
enterExportSpecifier in interface TypeScriptParserListenerctx - the parse treepublic void exitExportSpecifier(TypeScriptParser.ExportSpecifierContext ctx)
TypeScriptParser.exportSpecifier().
The default implementation does nothing.
exitExportSpecifier in interface TypeScriptParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener