references

package
v0.0.0-...-6774e02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CHECK_CAST

type CHECK_CAST struct{ base.Index16Instruction }

Check whether object is of given type

func (*CHECK_CAST) Execute

func (self *CHECK_CAST) Execute(frame *rtda.Frame)

type GET_FIELD

type GET_FIELD struct{ base.Index16Instruction }

Fetch field from object

func (*GET_FIELD) Execute

func (self *GET_FIELD) Execute(frame *rtda.Frame)

type GET_STATIC

type GET_STATIC struct{ base.Index16Instruction }

Get static field from class

func (*GET_STATIC) Execute

func (self *GET_STATIC) Execute(frame *rtda.Frame)

type INSTANCE_OF

type INSTANCE_OF struct{ base.Index16Instruction }

Determine if object is of given type

func (*INSTANCE_OF) Execute

func (self *INSTANCE_OF) Execute(frame *rtda.Frame)

type INVOKE_SPECIAL

type INVOKE_SPECIAL struct{ base.Index16Instruction }

Invoke instance method; special handling for superclass, private, and instance initialization method invocations

func (*INVOKE_SPECIAL) Execute

func (self *INVOKE_SPECIAL) Execute(frame *rtda.Frame)

hack!

type INVOKE_VIRTUAL

type INVOKE_VIRTUAL struct{ base.Index16Instruction }

Invoke instance method; dispatch based on class

func (*INVOKE_VIRTUAL) Execute

func (self *INVOKE_VIRTUAL) Execute(frame *rtda.Frame)

hack!

type NEW

type NEW struct{ base.Index16Instruction }

Create new object

func (*NEW) Execute

func (self *NEW) Execute(frame *rtda.Frame)

type PUT_FIELD

type PUT_FIELD struct{ base.Index16Instruction }

Set field in object

func (*PUT_FIELD) Execute

func (self *PUT_FIELD) Execute(frame *rtda.Frame)

type PUT_STATIC

type PUT_STATIC struct{ base.Index16Instruction }

Set static field in class

func (*PUT_STATIC) Execute

func (self *PUT_STATIC) Execute(frame *rtda.Frame)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL