Package org.ofbiz.minilang.method

Interface Summary
MethodOperation.Factory<M extends MethodOperation>  
 

Class Summary
ContextAccessor<T> Used to flexibly access Map values, supporting the "." (dot) syntax for accessing sub-map values and the "[]" (square bracket) syntax for accessing list elements.
FieldObject<T> A type of MethodObject that represents an Object value in a certain location
FieldString A type of MethodString that represents a String constant value
MethodContext A single operation, does the specified operation on the given field
MethodObject<T> A single Object value to be used as a parameter or whatever
MethodOperation A single operation, does the specified operation on the given field
MethodString A single String value, generally meant to be combined with others
StringObject A type of MethodObject that represents a String constant value to be used as an Object
StringString A type of MethodString that represents a String constant value
 

Annotation Types Summary
MethodOperation.DeprecatedOperation