Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypePredicateNode

Hierarchy

Index

Properties

_typeNodeBrand

_typeNodeBrand: any

Optional Readonly assertsModifier

assertsModifier: AssertsKeyword

Optional Readonly decorators

decorators: NodeArray<Decorator>

Readonly end

end: number

Readonly flags

flags: NodeFlags

Readonly kind

Optional Readonly modifiers

modifiers: ModifiersArray

Readonly parameterName

parameterName: Identifier | ThisTypeNode

Readonly parent

Readonly pos

pos: number

Optional Readonly type

type: TypeNode

Methods

forEachChild

  • forEachChild<T>(cbNode: (node: Node) => T, cbNodeArray?: (nodes: NodeArray<Node>) => T): T

getChildAt

getChildCount

getChildren

getEnd

  • getEnd(): number

getFirstToken

getFullStart

  • getFullStart(): number

getFullText

getFullWidth

  • getFullWidth(): number

getLastToken

getLeadingTriviaWidth

  • getLeadingTriviaWidth(sourceFile?: SourceFile): number

getSourceFile

getStart

  • getStart(sourceFile?: SourceFile, includeJsDocComment?: boolean): number

getText

getWidth

Generated using TypeDoc