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
Click to show internal directories.
Click to hide internal directories.