Package org.hecl.java
-
Class Summary Class Description HeclJavaCmd TheHeclJavaCmdclass implements the "java" command, which can be used to access, instantiate and call methods of Java classes.JavaCmd TheJavaCmdclass is utilized to implement Hecl commands that can interact with Java classes.MethodProps TheMethodPropsclass 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 TheNullCmdclass implements the "null" command, returning an ObjectThing containing 'null'.Reflector TheReflectorclass maps between Java types and Hecl types in order to make it possible to call Java methods from Hecl.
DataMelt 3.0 © DataMelt by jWork.ORG