Class InstructionRenderer

Hierarchy

  • Disposable
    • InstructionRenderer

Implements

Constructors

Properties

_focusedStackFrameColor: undefined | Color
_topStackFrameColor: undefined | Color
openerService: OpenerService
templateId: string = InstructionRenderer.TEMPLATE_ID
textModelService: ITextModelService
uriService: {
    asCanonicalUri(uri): Uri;
}

Type declaration

INSTRUCTION_ADDR_MIN_LENGTH: 25 = 25
INSTRUCTION_BYTES_MIN_LENGTH: 30 = 30
TEMPLATE_ID: "instruction" = 'instruction'

Methods