|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Def | |
---|---|
lij.model | Classes that together constitute the data model of an LCC protocl. |
lij.parser | The classes in this package constitute the parser of the interpreter, and were generated by javacc. |
lij.runtime | These runtime classes are the ones that contain most of the code that is used during the execution of the IM by the interpreter. |
Uses of Def in lij.model |
---|
Subclasses of Def in lij.model | |
---|---|
class |
DefAgent
An LCC role switch Def. |
class |
DefMessage
An LCC message Def. |
class |
DefNullOp
An LCC null operator Def. |
Uses of Def in lij.parser |
---|
Methods in lij.parser that return Def | |
---|---|
Def |
Parser.def()
|
Uses of Def in lij.runtime |
---|
Fields in lij.runtime declared as Def | |
---|---|
protected Def |
DefInstance.def
|
Methods in lij.runtime with parameters of type Def | |
---|---|
static DefInstance |
DefInstance.createDefInstance(Def _def,
Interpreter _interpreter,
AgentInstance _agent)
Factory method for creating an instance of a DefInstance subclass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |