Documentation ¶
Index ¶
Constants ¶
View Source
const ( LoadOp = iota StoreOp NaturalOp GlobalLoadOp GlobalStoreOp CreateOp FieldOp RetOp CallOp )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImplKind ¶
type ImplKind int32
const ( StandardBinding ImplKind ExternalBinding HandlerBinding )
type Implementation ¶
type Package ¶
type Package struct { Imports []string ExternalMethods []symtab.Symbol Classes []Class Methods []Method Implementations []Implementation Relocations []Relocation Code []byte }
type Relocation ¶
type Relocation struct { Kind RelocationKind ID int32 Pos uint32 }
type RelocationKind ¶
type RelocationKind int32
const ( GlobalRel RelocationKind ImportRel ClassRel MethodRel CodeRel )
Click to show internal directories.
Click to hide internal directories.