Operation.ConstructorOperation, Operation.LookupVariableOperation, Operation.MethodOperation, Operation.NullOperation, Operation.PrimitiveTypeOperation, Operation.StringOperation, Operation.WrapperException| Constructor and Description |
|---|
NullOperation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(List<Object> input)
Applies the operation.
|
Class |
getReturnType()
Returns the Class of the object this operation returns.
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitexecuteTreepublic Object apply(List<Object> input) throws IllegalAccessException, InvocationTargetException
Operationapply in interface Operationinput - These inputs are used as parameters for the operation, in the
order in which they occur in the list.IllegalAccessExceptionInvocationTargetExceptionpublic Class getReturnType()
OperationgetReturnType in interface OperationCopyright © 2017. All rights reserved.