typescript
  • Home
  • Classes
      • ts.CancellationTokenObject
      • ts.ClassificationTypeNames
      • ts.OperationCanceledException
      • ts.ScriptElementKind
      • ts.ScriptElementKindModifier
      • ts.TextChange
      • ts.TextChangeRange
      • ts.TextSpan
  • Interfaces
      • ts.AccessorDeclaration
      • ts.ArrayLiteralExpression
      • ts.ArrayTypeNode
      • ts.BinaryExpression
      • ts.Block
      • ts.BreakOrContinueStatement
      • ts.CallExpression
      • ts.CancellationToken
      • ts.CaseClause
      • ts.CatchClause
      • ts.ClassDeclaration
      • ts.ClassElement
      • ts.ClassificationInfo
      • ts.ClassificationResult
      • ts.ClassifiedSpan
      • ts.Classifier
      • ts.CommandLineOption
      • ts.CommentRange
      • ts.CompilerHost
      • ts.CompilerOptions
      • ts.CompletionEntry
      • ts.CompletionEntryDetails
      • ts.CompletionInfo
      • ts.ComputedPropertyName
      • ts.ConditionalExpression
      • ts.ConstructorDeclaration
      • ts.Declaration
      • ts.DefaultClause
      • ts.DefinitionInfo
      • ts.DeleteExpression
      • ts.Diagnostic
      • ts.DiagnosticMessage
      • ts.DiagnosticMessageChain
      • ts.DisplayPartsSymbolWriter
      • ts.DocumentRegistry
      • ts.DoStatement
      • ts.EditorOptions
      • ts.ElementAccessExpression
      • ts.EmitOutput
      • ts.EmitResolver
      • ts.EmitResult
      • ts.EnumDeclaration
      • ts.EnumMember
      • ts.ExportAssignment
      • ts.Expression
      • ts.ExpressionStatement
      • ts.ExternalModuleReference
      • ts.FileReference
      • ts.ForInStatement
      • ts.FormatCodeOptions
      • ts.ForStatement
      • ts.FunctionDeclaration
      • ts.FunctionExpression
      • ts.FunctionLikeDeclaration
      • ts.FunctionOrConstructorTypeNode
      • ts.GenericType
      • ts.HeritageClause
      • ts.Identifier
      • ts.IfStatement
      • ts.ImportDeclaration
      • ts.IndexSignatureDeclaration
      • ts.InferenceContext
      • ts.InterfaceDeclaration
      • ts.InterfaceType
      • ts.IntrinsicType
      • ts.IScriptSnapshot
      • ts.IterationStatement
      • ts.LabeledStatement
      • ts.LanguageService
      • ts.LanguageServiceHost
      • ts.LeftHandSideExpression
      • ts.LineAndCharacter
      • ts.LiteralExpression
      • ts.Logger
      • ts.Map
      • ts.MemberExpression
      • ts.MethodDeclaration
      • ts.ModifiersArray
      • ts.ModuleBlock
      • ts.ModuleDeclaration
      • ts.ModuleElement
      • ts.NavigateToItem
      • ts.NavigationBarItem
      • ts.Node
      • ts.NodeArray
      • ts.NodeLinks
      • ts.ObjectLiteralElement
      • ts.ObjectLiteralExpression
      • ts.OutliningSpan
      • ts.OutputFile
      • ts.ParameterDeclaration
      • ts.ParenthesizedExpression
      • ts.ParenthesizedTypeNode
      • ts.ParsedCommandLine
      • ts.PostfixExpression
      • ts.PostfixUnaryExpression
      • ts.PrefixUnaryExpression
      • ts.PreProcessedFileInfo
      • ts.PrimaryExpression
      • ts.Program
      • ts.PropertyAccessExpression
      • ts.PropertyAssignment
      • ts.PropertyDeclaration
      • ts.QualifiedName
      • ts.QuickInfo
      • ts.ReferenceEntry
      • ts.RenameInfo
      • ts.RenameLocation
      • ts.ResolvedType
      • ts.ReturnStatement
      • ts.Scanner
      • ts.ShorthandPropertyAssignment
      • ts.Signature
      • ts.SignatureDeclaration
      • ts.SignatureHelpItem
      • ts.SignatureHelpItems
      • ts.SignatureHelpParameter
      • ts.SourceFile
      • ts.SourceMapData
      • ts.SourceMapSpan
      • ts.Statement
      • ts.StringLiteralExpression
      • ts.StringLiteralType
      • ts.SwitchStatement
      • ts.Symbol
      • ts.SymbolAccessiblityResult
      • ts.SymbolDisplayBuilder
      • ts.SymbolDisplayPart
      • ts.SymbolLinks
      • ts.SymbolTable
      • ts.SymbolVisibilityResult
      • ts.SymbolWriter
      • ts.TaggedTemplateExpression
      • ts.TemplateExpression
      • ts.TemplateSpan
      • ts.TextRange
      • ts.ThrowStatement
      • ts.TodoComment
      • ts.TodoCommentDescriptor
      • ts.TryStatement
      • ts.TupleType
      • ts.TupleTypeNode
      • ts.Type
      • ts.TypeAliasDeclaration
      • ts.TypeAssertion
      • ts.TypeChecker
      • ts.TypeInferences
      • ts.TypeLiteralNode
      • ts.TypeNode
      • ts.TypeOfExpression
      • ts.TypeParameter
      • ts.TypeParameterDeclaration
      • ts.TypeQueryNode
      • ts.TypeReference
      • ts.TypeReferenceNode
      • ts.UnaryExpression
      • ts.UnionType
      • ts.UnionTypeNode
      • ts.VariableDeclaration
      • ts.VariableStatement
      • ts.VoidExpression
      • ts.WhileStatement
      • ts.WithStatement
      • ts.YieldExpression
  • Type Definitions
      • ts.CallLikeExpression
      • ts.CaseOrDefaultClause
      • ts.DeclarationName
      • ts.EntityName
      • ts.GetLineAndCharacterOfPositionReturnsType
      • ts.PositionToLineAndCharacterReturnsType
      • ts.VariableOrParameterDeclaration
      • ts.VariableOrParameterOrPropertyDeclaration
  • Enums
      • ts.CharacterCodes
      • ts.DiagnosticCategory
      • ts.EmitReturnStatus
      • ts.EndOfLineState
      • ts.IndexKind
      • ts.ModuleKind
      • ts.NodeCheckFlags
      • ts.NodeFlags
      • ts.OutputFileType
      • ts.ParserContextFlags
      • ts.ScriptTarget
      • ts.SignatureKind
      • ts.SymbolAccessibility
      • ts.SymbolDisplayPartKind
      • ts.SymbolFlags
      • ts.SymbolFormatFlags
      • ts.SyntaxKind
      • ts.TokenClass
      • ts.TypeFlags
      • ts.TypeFormatFlags
  • Callbacks
      • ts.CommentCallback
      • ts.CompilerHost.GetSourceFileOnErrorCallback
      • ts.CompilerHost.WriteFileOnErrorCallback
      • ts.ErrorCallback
      • ts.ForEachChildCbNodeCallback
      • ts.ForEachChildCbNodesCallback
      • ts.GetNodeConstructorReturnsCallback
      • ts.Scanner.LookAheadCallbackCallback
      • ts.Scanner.TryScanCallbackCallback
      • ts.TypeMapper
  • Namespaces
      • ts
      • ts.ScriptSnapshot

Interface ts.ClassifiedSpan

Properties

P classificationType: string

Type:
  • string

P textSpan: ts.TextSpan

Type:
  • ts.TextSpan

Generated using default typescriptServices.d.ts using ts2jsdoc project.

Copyright SPATools © 2015 The contributors to the JSDoc3, ts2jsdoc, Typescript projects.

Documentation generated by JSDoc 3.3.0-beta3 on 2015-05-16 17:36:18.401 using the ts2jsdoc template.