Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InstructionRenderer

Hierarchy

  • Disposable
    • InstructionRenderer

Implements

Index

Constructors

Properties

_focusedStackFrameColor: undefined | Color
_topStackFrameColor: undefined | Color
openerService: OpenerService
templateId: string = InstructionRenderer.TEMPLATE_ID
textModelService: ITextModelService
uriService: { asCanonicalUri: any }

Type declaration

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

Methods

  • applyFontInfo(element: HTMLElement): void
  • getUriFromSource(instruction: DisassembledInstruction): Uri
  • openSourceCode(instruction: undefined | DisassembledInstruction): void