Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NumericLiteral

Hierarchy

Index

Properties

_declarationBrand

_declarationBrand: any

_expressionBrand

_expressionBrand: any

_leftHandSideExpressionBrand

_leftHandSideExpressionBrand: any

_literalExpressionBrand

_literalExpressionBrand: any

_memberExpressionBrand

_memberExpressionBrand: any

_primaryExpressionBrand

_primaryExpressionBrand: any

_unaryExpressionBrand

_unaryExpressionBrand: any

_updateExpressionBrand

_updateExpressionBrand: any

Optional Readonly decorators

decorators: NodeArray<Decorator>

Readonly end

end: number

Readonly flags

flags: NodeFlags

Optional hasExtendedUnicodeEscape

hasExtendedUnicodeEscape: boolean

Optional isUnterminated

isUnterminated: boolean

Readonly kind

Optional Readonly modifiers

modifiers: ModifiersArray

Readonly parent

parent: Node

Readonly pos

pos: number

text

text: string

Methods

forEachChild

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

getChildAt

getChildCount

getChildren

getEnd

  • getEnd(): number
  • Returns number

getFirstToken

getFullStart

  • getFullStart(): number
  • Returns number

getFullText

getFullWidth

  • getFullWidth(): number
  • Returns number

getLastToken

getLeadingTriviaWidth

  • getLeadingTriviaWidth(sourceFile?: SourceFile): number

getSourceFile

getStart

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

    • Optional sourceFile: SourceFile
    • Optional includeJsDocComment: boolean

    Returns number

getText

  • Parameters

    Returns string

getWidth

Generated using TypeDoc