Operation.ConstructorOperation, Operation.LookupVariableOperation, Operation.MethodOperation, Operation.NullOperation, Operation.PrimitiveTypeOperation, Operation.StringOperation, Operation.WrapperException
Constructor and Description |
---|
StringOperation(String s)
s will be the returned string. |
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, wait
executeTree
public StringOperation(String s)
s
will be the returned string.s
- public Object apply(List<Object> input)
Operation
public Class getReturnType()
Operation
getReturnType
in interface Operation
Copyright © 2017. All rights reserved.