|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.xlloop.util.XLoperObjectConverter
public class XLoperObjectConverter
Used to map arguments to objects.
Field Summary | |
---|---|
static java.lang.Double |
DZERO
|
static java.lang.Integer |
IZERO
|
static java.lang.Long |
LZERO
|
Constructor Summary | |
---|---|
XLoperObjectConverter()
|
Method Summary | |
---|---|
void |
clearRegistry()
Clear out the internal registry to release memory. |
java.lang.Object[] |
convert(XLoper[] args,
java.lang.Class[] hints)
|
XLoper |
createFrom(java.lang.Object obj)
Creates an Variant from a java object (best attempt). |
java.lang.Object |
createFrom(XLoper obj,
java.lang.Class hint)
Creates a java object from an XLObject. |
int |
getRegistrySize()
Get the size of the registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Integer IZERO
public static final java.lang.Double DZERO
public static final java.lang.Long LZERO
Constructor Detail |
---|
public XLoperObjectConverter()
Method Detail |
---|
public void clearRegistry()
public int getRegistrySize()
public XLoper createFrom(java.lang.Object obj)
obj.
-
public java.lang.Object createFrom(XLoper obj, java.lang.Class hint)
obj.
- hint.
-
public java.lang.Object[] convert(XLoper[] args, java.lang.Class[] hints)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |