Class Summary |
HeclJavaCmd |
The HeclJavaCmd class implements the "java" command,
which can be used to access, instantiate and call methods of Java
classes. |
JavaCmd |
The JavaCmd class is utilized to implement Hecl
commands that can interact with Java classes. |
MethodProps |
The MethodProps class is utilized during the
instantiation of classes, where it's possible to do things like:
foo -new $bar -text "blah" -color red, where the keys are
transformed into methods like setText and setColor, and run with
the provided values. |
NullCmd |
The NullCmd class implements the "null" command,
returning an ObjectThing containing 'null'. |
Reflector |
The Reflector class maps between Java types and Hecl
types in order to make it possible to call Java methods from Hecl. |