loader

package
v0.8.6 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Overview

bytcode loader package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader struct {
	SourceCodeFileName string         // Source code file name
	ByteCodeFileName   string         // Byte code file name
	Server             *server.Server // Global server object
	// contains filtered or unexported fields
}

Bytecode loader

func (*Loader) LoadClassAndObject

func (loader *Loader) LoadClassAndObject(memory *base.MemoryMap) (bool, error)

Load and fully parse bytecode data to *base.Class and *base.Object obj can be nil

type LoaderFunc

type LoaderFunc func(class *base.Class, obj *base.Object, memory *base.MemoryMap) error

Bytecode loader handler function

Jump to

Keyboard shortcuts

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