|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
org.jicengine.element | |
org.jicengine.element.impl | |
org.jicengine.expression | |
org.jicengine.operation |
Uses of Operation in org.jicengine.element |
Methods in org.jicengine.element that return Operation | |
Operation |
ElementImpl.getConstructor()
|
Operation |
ElementImpl.getAction()
|
Operation |
ElementCompiler.getConstructor()
|
Methods in org.jicengine.element with parameters of type Operation | |
void |
ElementImpl.setConstructor(Operation operation)
|
void |
ElementImpl.setAction(Operation operation)
|
Constructors in org.jicengine.element with parameters of type Operation | |
WrapperActionElement(ValueElement valueElement,
Location location,
Operation action)
|
Uses of Operation in org.jicengine.element.impl |
Classes in org.jicengine.element.impl that implement Operation | |
class |
ArrayElementCompiler.ArrayConstructor
Description of the Class |
Uses of Operation in org.jicengine.expression |
Classes in org.jicengine.expression that implement Operation | |
class |
ObjectStoreOperation
|
Methods in org.jicengine.expression that return Operation | |
Operation |
VariableParser.parse(java.lang.String expression)
|
Operation |
StaticValueParser.parse(java.lang.String expression)
|
Operation |
Parser.parse(java.lang.String expression)
|
Operation |
MethodInvocationParser.parse(java.lang.String expression)
|
Operation |
LJEParser.parse(java.lang.String expression)
|
Operation |
FieldValueParser.parse(java.lang.String expression)
|
Operation |
CompositeParser.parse(java.lang.String expression)
|
Uses of Operation in org.jicengine.operation |
Classes in org.jicengine.operation that implement Operation | |
class |
ArrayConstructionOperation
|
class |
ConstructionOperation
|
class |
EmptyOperation
|
class |
FieldValueOperation
|
class |
MethodInvocationOperation
|
class |
ParameterlessOperation
|
class |
SimpleMethodInvocationOperation
|
class |
StaticValue
|
class |
UnexecutableOperation
|
class |
VariableValueOperation
|
Methods in org.jicengine.operation with parameters of type Operation | |
static java.lang.Object[] |
MethodInvocationOperation.evaluateParameters(Operation[] parameters,
Context context)
|
Constructors in org.jicengine.operation with parameters of type Operation | |
SimpleMethodInvocationOperation(java.lang.String signature,
Operation actor,
java.lang.String methodName,
Operation[] parameters)
|
|
MethodInvocationOperation(java.lang.String signature,
Operation actor,
Operation[] parameters)
|
|
FieldValueOperation(java.lang.String signature,
Operation actor,
java.lang.String field)
|
|
ConstructionOperation(java.lang.String signature,
Operation createdClass,
Operation[] parameters)
|
|
ArrayConstructionOperation(java.lang.String signature,
Operation componentType,
Operation length)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |