Documentation
¶
Overview ¶
Weblang bytecode main package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteCode ¶ added in v0.3.0
type ByteCode struct {
Header *class.ClassHeader // Class header struct pointer
ClassMethods []*method.ClassMethod // Array of all class methods
Attribute []*attribute.Attribute // Attribute array
Instructions []*instructionset.InstructionSet // Instructions array
}
Weblang bytecode struct for use in Weblang VM
Directories
¶
| Path | Synopsis |
|---|---|
|
Class struct of Weblang bytecode
|
Class struct of Weblang bytecode |
|
attribute
Class attributes struct of Weblang bytcode
|
Class attributes struct of Weblang bytcode |
|
Weblang bytecode generator package
|
Weblang bytecode generator package |
|
Instuctionset struct of Weblang bytecode files
|
Instuctionset struct of Weblang bytecode files |
|
bytcode loader package
|
bytcode loader package |
Click to show internal directories.
Click to hide internal directories.