🚧 Still under progress. Soon will be finished.

IndexedAccessTypeNode

CLASS code

Methods

  • getContext

    code
    getContext(): ProjectContext

    Returns

    ProjectContext:
  • getTSNode

    code
    getTSNode(): IndexedAccessTypeNode

    Returns

    IndexedAccessTypeNode:
  • getTSType

    code
    getTSType(): Type

    Returns

    Type:
  • getKind

    code
    getKind(): TypeKind

    Returns

    TypeKind:
  • getText

    code
    getText(): string

    Returns

    string:
  • getPath

    code
    getPath(): string

    Returns

    string:
  • getLine

    code
    getLine(): number | null

    Returns

    number | null:
  • getObjectType

    code
    getObjectType(): ReflectedTypeNode<TypeNode>

    Returns

    ReflectedTypeNode<TypeNode>:
  • getIndexType

    code
    getIndexType(): ReflectedTypeNode<TypeNode>

    Returns

    ReflectedTypeNode<TypeNode>:
  • serialize

    code

    Serializes the reflected type

    serialize(): Type

    Returns

    Type:

    The type as a serializable object