public class LimitedClassesConfiguration extends ConfigurationAdapter
base
_add, _add1, _and, _divide, _eq, _ge, _gt, _le, _lt, _mod, _multiply, _negate, _not, _or, _shiftArithmetic, _shiftLeft, _shiftRight, _subtract, _subtract1, _xor, normalConfiguration
Constructor and Description |
---|
LimitedClassesConfiguration() |
LimitedClassesConfiguration(Configuration base) |
Modifier and Type | Method and Description |
---|---|
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) |
callConstructor, callMethod, createMap, formatObject, getElement, getField, getParent, getRange, getStaticField, handleUndefinedSymbol, makeArray, putField, putStaticField, setElement, setRange, toCallable, toEnumeration
createList, getDefault, getDefaultImports, getInitialClassLoader, initializeOperators, invokeMethod
public LimitedClassesConfiguration()
public LimitedClassesConfiguration(Configuration base)
public void registerClass(java.lang.Class cls)
public java.lang.reflect.Method[] getMethods(java.lang.Class cls)
ConfigurationAdapter
getMethods
in class ConfigurationAdapter
cls
- the classpublic java.lang.reflect.Constructor[] getConstructors(java.lang.Class cls)
ConfigurationAdapter
getConstructors
in class ConfigurationAdapter
cls
- the class