public final class ObjectContractReflectionCode extends ReflectionCode
ReflectionCode.ReflectionCodeException| Modifier and Type | Field and Description |
|---|---|
(package private) ObjectContract |
c |
(package private) java.lang.Object[] |
objs |
exceptionThrown, retval| Constructor and Description |
|---|
ObjectContractReflectionCode(ObjectContract c,
java.lang.Object... objs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
runReflectionCodeRaw()
Execute the reflection code.
|
java.lang.String |
toString() |
getExceptionThrown, getReturnValue, hasRun, hasStarted, runReflectionCode, setHasRun, setHasStarted, statusfinal ObjectContract c
final java.lang.Object[] objs
public ObjectContractReflectionCode(ObjectContract c, java.lang.Object... objs)
protected void runReflectionCodeRaw()
ReflectionCoderunReflectionCodeRaw in class ReflectionCodepublic java.lang.String toString()
toString in class java.lang.Object