Class ResolvedModuleInstantiationStmt

Hierarchy (view full)

Constructors

Properties

child: null | Statement

The child statement in a module instantiation chain. Can be null if this is the last statement in the chain.

name: string
resolvedDeclaration: ModuleDeclarationStmt
tagBackground: boolean = false

%

tagDisabled: boolean = false
tagHighlight: boolean = false

tagRoot: boolean = false

!

tokens: {
    firstParen: Token;
    modifiersInOrder: Token[];
    name: Token;
    secondParen: Token;
}

Accessors

  • get span(): CodeSpan
  • Returns CodeSpan

Methods