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