method

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const MethodType_External uint8 = 0x04
View Source
const MethodType_Private uint8 = 0x02
View Source
const MethodType_Protected uint8 = 0x03
View Source
const MethodType_Public uint8 = 0x01

Variables

This section is empty.

Functions

This section is empty.

Types

type ClassMethod

type ClassMethod struct {
	MethodName               [80]byte // Class method name (max 80 symbols)
	MethodType               uint8    // Method type public, private, protected, external
	InstructionSetStartIndex uint64   // Index of first InstructionSet block
	InstructionSetEndIndex   uint64   // Index of last InstructionSet block
}

Header struct for classMethod declaration in Weblang bytecode file

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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