org.ofbiz.minilang.method |
|
Java Source File Name | Type | Comment |
ContextAccessor.java | Class | 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.java | Class | A type of MethodObject that represents an Object value in a certain location
author: David E. |
FieldString.java | Class | A type of MethodString that represents a String constant value
author: David E. |
MethodContext.java | Class | A single operation, does the specified operation on the given field
author: David E. |
MethodObject.java | Class | A single Object value to be used as a parameter or whatever
author: David E. |
MethodOperation.java | Class | A single operation, does the specified operation on the given field
author: David E. |
MethodString.java | Class | A single String value, generally meant to be combined with others
author: David E. |
StringObject.java | Class | A type of MethodObject that represents a String constant value to be used as an Object
author: David E. |
StringString.java | Class | A type of MethodString that represents a String constant value
author: David E. |