Uses of Class
org.jicengine.operation.OperationException

Packages that use OperationException
org.jicengine.builder   
org.jicengine.element.impl   
org.jicengine.expression   
org.jicengine.operation   
 

Uses of OperationException in org.jicengine.builder
 

Methods in org.jicengine.builder that throw OperationException
 Element Handler.getResult()
           
 

Uses of OperationException in org.jicengine.element.impl
 

Methods in org.jicengine.element.impl that throw OperationException
 java.lang.Object ArrayElementCompiler.ArrayConstructor.execute(Context context)
           
 

Uses of OperationException in org.jicengine.expression
 

Methods in org.jicengine.expression that throw OperationException
 java.lang.Object ObjectStoreOperation.execute(Context context)
           
 

Uses of OperationException in org.jicengine.operation
 

Methods in org.jicengine.operation that throw OperationException
static java.lang.Object VariableValueOperation.lookup(java.lang.String name, Context context)
           
 java.lang.Object VariableValueOperation.execute(Context context)
           
 java.lang.Object UnexecutableOperation.execute(Context context)
           
 java.lang.Object SimpleMethodInvocationOperation.execute(java.lang.Object actor, java.lang.Object[] parameters)
           
 java.lang.Object Operation.execute(Context context)
           executes the operation in a given context. objects in the context might be used in evaluation, or operation could produce more objects into the context.
 java.lang.Object MethodInvocationOperation.execute(Context context)
           
protected abstract  java.lang.Object MethodInvocationOperation.execute(java.lang.Object actor, java.lang.Object[] parameters)
           
static java.lang.Object[] MethodInvocationOperation.evaluateParameters(Operation[] parameters, Context context)
           
 java.lang.Object FieldValueOperation.execute(Context context)
           
 java.lang.Object EmptyOperation.execute(Context context)
           
protected  java.lang.Object ConstructionOperation.execute(java.lang.Object actor, java.lang.Object[] parameters)
           
protected  java.lang.Object ArrayConstructionOperation.execute(java.lang.Object componentType, java.lang.Object[] parameters)