Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emulator ¶
type Emulator struct {
// contains filtered or unexported fields
}
Emulator - Main class
func NewEmulator ¶
func NewEmulator(internet interfaces.Internet, filesystem interfaces.FileSystem) *Emulator
NewEmulator - Create a new instance of the emulator
func (*Emulator) GetStackManager ¶
func (e *Emulator) GetStackManager() interfaces.StackManager
GetStackManager - Return the current instance of the stack manager
func (*Emulator) GetTypeConversion ¶
func (e *Emulator) GetTypeConversion() interfaces.TypeConversion
GetTypeConversion - Return the current instance of the type converter
func (*Emulator) GetUnicorn ¶
GetUnicorn - Return the current instance of Unicorn Engine
Click to show internal directories.
Click to hide internal directories.