|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hecl.ClassCommandInfo
public class ClassCommandInfo
The ClassCommandInfo
holds information about a class command
that may be attached to an interpreter.
Method Summary | |
---|---|
java.lang.Class |
forClass()
Gets the class of instances this command operates on. |
ClassCommand |
getCommand()
Gets the ClassCommand to be called for methodes on
instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Class forClass()
Class on which methods on references in
ObjectThing
s must be assignable for the command to be
called during evaluation.
public ClassCommand getCommand()
ClassCommand
to be called for methodes on
instances. This function is used by the interpreter to call the Java
implementation of methods on ObjectThing
s holding a
reference to instances of the class stored in this descriptor.
ClassCommand
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |