| Package | Description |
|---|---|
| emulib.plugins | |
| emulib.plugins.compiler | |
| emulib.plugins.cpu | |
| emulib.plugins.device | |
| emulib.plugins.memory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context
Context is a functional structure of a plug-in that can be used by the other plug-ins.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompilerContext
This interface defines compiler context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CPUContext
Basic interface for CPU context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceContext<T>
Interface for basic context of the device.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MemoryContext<CellType>
Interface provides a context for operating memory.
|
Copyright © 2017. All rights reserved.