|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpnuts.lang.Configuration
pnuts.ext.ConfigurationAdapter
pnuts.ext.LimitedClassesConfiguration
public class LimitedClassesConfiguration
Field Summary |
---|
Fields inherited from class pnuts.ext.ConfigurationAdapter |
---|
base |
Fields inherited from class pnuts.lang.Configuration |
---|
_add, _add1, _and, _divide, _eq, _ge, _gt, _le, _lt, _mod, _multiply, _negate, _not, _or, _shiftArithmetic, _shiftLeft, _shiftRight, _subtract, _subtract1, _xor, normalConfiguration |
Constructor Summary | |
---|---|
LimitedClassesConfiguration()
|
|
LimitedClassesConfiguration(Configuration base)
|
Method Summary | |
---|---|
java.lang.reflect.Constructor[] |
getConstructors(java.lang.Class cls)
Get all public constructors of the specified class. |
java.lang.reflect.Method[] |
getMethods(java.lang.Class cls)
Get all public methods of the specified class. |
void |
registerClass(java.lang.Class cls)
|
Methods inherited from class pnuts.ext.ConfigurationAdapter |
---|
callConstructor, callMethod, createMap, formatObject, getElement, getField, getParent, getRange, getStaticField, handleUndefinedSymbol, makeArray, putField, putStaticField, setElement, setRange, toCallable, toEnumeration |
Methods inherited from class pnuts.lang.Configuration |
---|
createList, getDefault, getDefaultImports, getInitialClassLoader, initializeOperators, invokeMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LimitedClassesConfiguration()
public LimitedClassesConfiguration(Configuration base)
Method Detail |
---|
public void registerClass(java.lang.Class cls)
public java.lang.reflect.Method[] getMethods(java.lang.Class cls)
ConfigurationAdapter
getMethods
in class ConfigurationAdapter
cls
- the class
public java.lang.reflect.Constructor[] getConstructors(java.lang.Class cls)
ConfigurationAdapter
getConstructors
in class ConfigurationAdapter
cls
- the class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |