T - The return type of the visit operation. Use Void for
operations with no return type.public interface TypeScriptParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
TypeScriptParser.T visitInitializer(TypeScriptParser.InitializerContext ctx)
TypeScriptParser.initializer().ctx - the parse treeT visitBindingPattern(TypeScriptParser.BindingPatternContext ctx)
TypeScriptParser.bindingPattern().ctx - the parse treeT visitTypeParameters(TypeScriptParser.TypeParametersContext ctx)
TypeScriptParser.typeParameters().ctx - the parse treeT visitTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
TypeScriptParser.typeParameterList().ctx - the parse treeT visitTypeParameter(TypeScriptParser.TypeParameterContext ctx)
TypeScriptParser.typeParameter().ctx - the parse treeT visitConstraint(TypeScriptParser.ConstraintContext ctx)
TypeScriptParser.constraint().ctx - the parse treeT visitTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
TypeScriptParser.typeArguments().ctx - the parse treeT visitTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
TypeScriptParser.typeArgumentList().ctx - the parse treeT visitTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
TypeScriptParser.typeArgument().ctx - the parse treeT visitType_(TypeScriptParser.Type_Context ctx)
TypeScriptParser.type_().ctx - the parse treeT visitIntersection(TypeScriptParser.IntersectionContext ctx)
Intersection
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().ctx - the parse treeT visitPrimary(TypeScriptParser.PrimaryContext ctx)
Primary
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().ctx - the parse treeT visitUnion(TypeScriptParser.UnionContext ctx)
Union
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().ctx - the parse treeT visitRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
RedefinitionOfType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
PredefinedPrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
ArrayPrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
ParenthesizedPrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
ThisPrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
TuplePrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
ObjectPrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
ReferencePrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
QueryPrimType
labeled alternative in TypeScriptParser.primaryType().ctx - the parse treeT visitPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
TypeScriptParser.predefinedType().ctx - the parse treeT visitTypeReference(TypeScriptParser.TypeReferenceContext ctx)
TypeScriptParser.typeReference().ctx - the parse treeT visitNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
TypeScriptParser.nestedTypeGeneric().ctx - the parse treeT visitTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
TypeScriptParser.typeGeneric().ctx - the parse treeT visitTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
TypeScriptParser.typeIncludeGeneric().ctx - the parse treeT visitTypeName(TypeScriptParser.TypeNameContext ctx)
TypeScriptParser.typeName().ctx - the parse treeT visitObjectType(TypeScriptParser.ObjectTypeContext ctx)
TypeScriptParser.objectType().ctx - the parse treeT visitTypeBody(TypeScriptParser.TypeBodyContext ctx)
TypeScriptParser.typeBody().ctx - the parse treeT visitTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
TypeScriptParser.typeMemberList().ctx - the parse treeT visitTypeMember(TypeScriptParser.TypeMemberContext ctx)
TypeScriptParser.typeMember().ctx - the parse treeT visitArrayType(TypeScriptParser.ArrayTypeContext ctx)
TypeScriptParser.arrayType().ctx - the parse treeT visitTupleType(TypeScriptParser.TupleTypeContext ctx)
TypeScriptParser.tupleType().ctx - the parse treeT visitTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
TypeScriptParser.tupleElementTypes().ctx - the parse treeT visitFunctionType(TypeScriptParser.FunctionTypeContext ctx)
TypeScriptParser.functionType().ctx - the parse treeT visitConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
TypeScriptParser.constructorType().ctx - the parse treeT visitTypeQuery(TypeScriptParser.TypeQueryContext ctx)
TypeScriptParser.typeQuery().ctx - the parse treeT visitTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
TypeScriptParser.typeQueryExpression().ctx - the parse treeT visitPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
TypeScriptParser.propertySignatur().ctx - the parse treeT visitTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
TypeScriptParser.typeAnnotation().ctx - the parse treeT visitCallSignature(TypeScriptParser.CallSignatureContext ctx)
TypeScriptParser.callSignature().ctx - the parse treeT visitParameterList(TypeScriptParser.ParameterListContext ctx)
TypeScriptParser.parameterList().ctx - the parse treeT visitRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
TypeScriptParser.requiredParameterList().ctx - the parse treeT visitParameter(TypeScriptParser.ParameterContext ctx)
TypeScriptParser.parameter().ctx - the parse treeT visitOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
TypeScriptParser.optionalParameter().ctx - the parse treeT visitRestParameter(TypeScriptParser.RestParameterContext ctx)
TypeScriptParser.restParameter().ctx - the parse treeT visitRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
TypeScriptParser.requiredParameter().ctx - the parse treeT visitAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
TypeScriptParser.accessibilityModifier().ctx - the parse treeT visitIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
TypeScriptParser.identifierOrPattern().ctx - the parse treeT visitConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
TypeScriptParser.constructSignature().ctx - the parse treeT visitIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
TypeScriptParser.indexSignature().ctx - the parse treeT visitMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
TypeScriptParser.methodSignature().ctx - the parse treeT visitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
TypeScriptParser.typeAliasDeclaration().ctx - the parse treeT visitConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
TypeScriptParser.constructorDeclaration().ctx - the parse treeT visitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
TypeScriptParser.interfaceDeclaration().ctx - the parse treeT visitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
TypeScriptParser.interfaceExtendsClause().ctx - the parse treeT visitClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
TypeScriptParser.classOrInterfaceTypeList().ctx - the parse treeT visitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
TypeScriptParser.enumDeclaration().ctx - the parse treeT visitEnumBody(TypeScriptParser.EnumBodyContext ctx)
TypeScriptParser.enumBody().ctx - the parse treeT visitEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
TypeScriptParser.enumMemberList().ctx - the parse treeT visitEnumMember(TypeScriptParser.EnumMemberContext ctx)
TypeScriptParser.enumMember().ctx - the parse treeT visitNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
TypeScriptParser.namespaceDeclaration().ctx - the parse treeT visitNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
TypeScriptParser.namespaceName().ctx - the parse treeT visitImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
TypeScriptParser.importAliasDeclaration().ctx - the parse treeT visitDecoratorList(TypeScriptParser.DecoratorListContext ctx)
TypeScriptParser.decoratorList().ctx - the parse treeT visitDecorator(TypeScriptParser.DecoratorContext ctx)
TypeScriptParser.decorator().ctx - the parse treeT visitDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
TypeScriptParser.decoratorMemberExpression().ctx - the parse treeT visitDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
TypeScriptParser.decoratorCallExpression().ctx - the parse treeT visitProgram(TypeScriptParser.ProgramContext ctx)
TypeScriptParser.program().ctx - the parse treeT visitSourceElement(TypeScriptParser.SourceElementContext ctx)
TypeScriptParser.sourceElement().ctx - the parse treeT visitStatement(TypeScriptParser.StatementContext ctx)
TypeScriptParser.statement().ctx - the parse treeT visitBlock(TypeScriptParser.BlockContext ctx)
TypeScriptParser.block().ctx - the parse treeT visitStatementList(TypeScriptParser.StatementListContext ctx)
TypeScriptParser.statementList().ctx - the parse treeT visitAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
TypeScriptParser.abstractDeclaration().ctx - the parse treeT visitImportStatement(TypeScriptParser.ImportStatementContext ctx)
TypeScriptParser.importStatement().ctx - the parse treeT visitFromBlock(TypeScriptParser.FromBlockContext ctx)
TypeScriptParser.fromBlock().ctx - the parse treeT visitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
TypeScriptParser.multipleImportStatement().ctx - the parse treeT visitExportStatement(TypeScriptParser.ExportStatementContext ctx)
TypeScriptParser.exportStatement().ctx - the parse treeT visitVariableStatement(TypeScriptParser.VariableStatementContext ctx)
TypeScriptParser.variableStatement().ctx - the parse treeT visitVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
TypeScriptParser.variableDeclarationList().ctx - the parse treeT visitVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
TypeScriptParser.variableDeclaration().ctx - the parse treeT visitEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
TypeScriptParser.emptyStatement_().ctx - the parse treeT visitExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
TypeScriptParser.expressionStatement().ctx - the parse treeT visitIfStatement(TypeScriptParser.IfStatementContext ctx)
TypeScriptParser.ifStatement().ctx - the parse treeT visitDoStatement(TypeScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in TypeScriptParser.iterationStatement().ctx - the parse treeT visitWhileStatement(TypeScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in TypeScriptParser.iterationStatement().ctx - the parse treeT visitForStatement(TypeScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in TypeScriptParser.iterationStatement().ctx - the parse treeT visitForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in TypeScriptParser.iterationStatement().ctx - the parse treeT visitForInStatement(TypeScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in TypeScriptParser.iterationStatement().ctx - the parse treeT visitForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in TypeScriptParser.iterationStatement().ctx - the parse treeT visitVarModifier(TypeScriptParser.VarModifierContext ctx)
TypeScriptParser.varModifier().ctx - the parse treeT visitContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
TypeScriptParser.continueStatement().ctx - the parse treeT visitBreakStatement(TypeScriptParser.BreakStatementContext ctx)
TypeScriptParser.breakStatement().ctx - the parse treeT visitReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
TypeScriptParser.returnStatement().ctx - the parse treeT visitYieldStatement(TypeScriptParser.YieldStatementContext ctx)
TypeScriptParser.yieldStatement().ctx - the parse treeT visitWithStatement(TypeScriptParser.WithStatementContext ctx)
TypeScriptParser.withStatement().ctx - the parse treeT visitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
TypeScriptParser.switchStatement().ctx - the parse treeT visitCaseBlock(TypeScriptParser.CaseBlockContext ctx)
TypeScriptParser.caseBlock().ctx - the parse treeT visitCaseClauses(TypeScriptParser.CaseClausesContext ctx)
TypeScriptParser.caseClauses().ctx - the parse treeT visitCaseClause(TypeScriptParser.CaseClauseContext ctx)
TypeScriptParser.caseClause().ctx - the parse treeT visitDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
TypeScriptParser.defaultClause().ctx - the parse treeT visitLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
TypeScriptParser.labelledStatement().ctx - the parse treeT visitThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
TypeScriptParser.throwStatement().ctx - the parse treeT visitTryStatement(TypeScriptParser.TryStatementContext ctx)
TypeScriptParser.tryStatement().ctx - the parse treeT visitCatchProduction(TypeScriptParser.CatchProductionContext ctx)
TypeScriptParser.catchProduction().ctx - the parse treeT visitFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
TypeScriptParser.finallyProduction().ctx - the parse treeT visitDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
TypeScriptParser.debuggerStatement().ctx - the parse treeT visitFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
TypeScriptParser.functionDeclaration().ctx - the parse treeT visitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
TypeScriptParser.classDeclaration().ctx - the parse treeT visitClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
TypeScriptParser.classHeritage().ctx - the parse treeT visitClassTail(TypeScriptParser.ClassTailContext ctx)
TypeScriptParser.classTail().ctx - the parse treeT visitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
TypeScriptParser.classExtendsClause().ctx - the parse treeT visitImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
TypeScriptParser.implementsClause().ctx - the parse treeT visitClassElement(TypeScriptParser.ClassElementContext ctx)
TypeScriptParser.classElement().ctx - the parse treeT visitPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
PropertyDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().ctx - the parse treeT visitMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
MethodDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().ctx - the parse treeT visitGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
GetterSetterDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().ctx - the parse treeT visitAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
AbstractMemberDeclaration
labeled alternative in TypeScriptParser.propertyMemberDeclaration().ctx - the parse treeT visitPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
TypeScriptParser.propertyMemberBase().ctx - the parse treeT visitIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
TypeScriptParser.indexMemberDeclaration().ctx - the parse treeT visitGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
TypeScriptParser.generatorMethod().ctx - the parse treeT visitGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
TypeScriptParser.generatorFunctionDeclaration().ctx - the parse treeT visitGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
TypeScriptParser.generatorBlock().ctx - the parse treeT visitGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
TypeScriptParser.generatorDefinition().ctx - the parse treeT visitIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
TypeScriptParser.iteratorBlock().ctx - the parse treeT visitIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
TypeScriptParser.iteratorDefinition().ctx - the parse treeT visitFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
TypeScriptParser.formalParameterList().ctx - the parse treeT visitFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
TypeScriptParser.formalParameterArg().ctx - the parse treeT visitLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
TypeScriptParser.lastFormalParameterArg().ctx - the parse treeT visitFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
TypeScriptParser.functionBody().ctx - the parse treeT visitSourceElements(TypeScriptParser.SourceElementsContext ctx)
TypeScriptParser.sourceElements().ctx - the parse treeT visitArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
TypeScriptParser.arrayLiteral().ctx - the parse treeT visitElementList(TypeScriptParser.ElementListContext ctx)
TypeScriptParser.elementList().ctx - the parse treeT visitArrayElement(TypeScriptParser.ArrayElementContext ctx)
TypeScriptParser.arrayElement().ctx - the parse treeT visitObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
TypeScriptParser.objectLiteral().ctx - the parse treeT visitPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitPropertySetter(TypeScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
RestParameterInObject
labeled alternative in TypeScriptParser.propertyAssignment().ctx - the parse treeT visitGetAccessor(TypeScriptParser.GetAccessorContext ctx)
TypeScriptParser.getAccessor().ctx - the parse treeT visitSetAccessor(TypeScriptParser.SetAccessorContext ctx)
TypeScriptParser.setAccessor().ctx - the parse treeT visitPropertyName(TypeScriptParser.PropertyNameContext ctx)
TypeScriptParser.propertyName().ctx - the parse treeT visitArguments(TypeScriptParser.ArgumentsContext ctx)
TypeScriptParser.arguments().ctx - the parse treeT visitArgumentList(TypeScriptParser.ArgumentListContext ctx)
TypeScriptParser.argumentList().ctx - the parse treeT visitArgument(TypeScriptParser.ArgumentContext ctx)
TypeScriptParser.argument().ctx - the parse treeT visitExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
TypeScriptParser.expressionSequence().ctx - the parse treeT visitFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
TypeScriptParser.functionExpressionDeclaration().ctx - the parse treeT visitTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
GeneratorsExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitInExpression(TypeScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitGenericTypes(TypeScriptParser.GenericTypesContext ctx)
GenericTypes
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitNotExpression(TypeScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
ArgumentsExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitThisExpression(TypeScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
FunctionExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
GeneratorsFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
IteratorsExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
CastAsExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
RelationalExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
YieldExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitNewExpression(TypeScriptParser.NewExpressionContext ctx)
NewExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in TypeScriptParser.singleExpression().ctx - the parse treeT visitAsExpression(TypeScriptParser.AsExpressionContext ctx)
TypeScriptParser.asExpression().ctx - the parse treeT visitArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
TypeScriptParser.arrowFunctionDeclaration().ctx - the parse treeT visitArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
TypeScriptParser.arrowFunctionParameters().ctx - the parse treeT visitArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
TypeScriptParser.arrowFunctionBody().ctx - the parse treeT visitAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
TypeScriptParser.assignmentOperator().ctx - the parse treeT visitLiteral(TypeScriptParser.LiteralContext ctx)
TypeScriptParser.literal().ctx - the parse treeT visitTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
TypeScriptParser.templateStringLiteral().ctx - the parse treeT visitTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
TypeScriptParser.templateStringAtom().ctx - the parse treeT visitNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
TypeScriptParser.numericLiteral().ctx - the parse treeT visitIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
TypeScriptParser.identifierName().ctx - the parse treeT visitIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
TypeScriptParser.identifierOrKeyWord().ctx - the parse treeT visitReservedWord(TypeScriptParser.ReservedWordContext ctx)
TypeScriptParser.reservedWord().ctx - the parse treeT visitKeyword(TypeScriptParser.KeywordContext ctx)
TypeScriptParser.keyword().ctx - the parse treeT visitGetter(TypeScriptParser.GetterContext ctx)
TypeScriptParser.getter().ctx - the parse treeT visitSetter(TypeScriptParser.SetterContext ctx)
TypeScriptParser.setter().ctx - the parse treeT visitEos(TypeScriptParser.EosContext ctx)
TypeScriptParser.eos().ctx - the parse treeCopyright © 2025 FG Forrest, a.s.. All rights reserved.