|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.onemind.commons.invoke.AbstractInvocable
org.onemind.jxp.util.StaticImport
public class StaticImport
StaticImport contains static functions for invocation
Nested Class Summary | |
---|---|
private class |
StaticImport.StaticFunction
InvocableFunction which wrap a method |
Field Summary | |
---|---|
private java.lang.Class |
_class
the class |
private java.util.Map |
_staticFields
the static fields |
Constructor Summary | |
---|---|
StaticImport(java.lang.Class c)
Constructor |
Method Summary | |
---|---|
java.util.Map |
getStaticFields()
Get the static fields |
Methods inherited from class org.onemind.commons.invoke.AbstractInvocable |
---|
addFunction, canInvoke, getFunction, getFunction, getFunctions, invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.Class _class
private java.util.Map _staticFields
Constructor Detail |
---|
public StaticImport(java.lang.Class c)
c
- the classMethod Detail |
---|
public final java.util.Map getStaticFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |