Uses of Interface
org.ow2.opensuit.cel.IEvaluationContext

Packages that use IEvaluationContext
org.ow2.opensuit.cel   
org.ow2.opensuit.cel.impl.tree.impl.ast   
org.ow2.opensuit.cel.util   
 

Uses of IEvaluationContext in org.ow2.opensuit.cel
 

Methods in org.ow2.opensuit.cel with parameters of type IEvaluationContext
 java.lang.Object IExpression.invoke(IEvaluationContext iContext)
          Evaluates the expression.
 void IExpression.set(IEvaluationContext iContext, java.lang.Object iValue)
          Assigns a value to this expression (if no read only)
 

Uses of IEvaluationContext in org.ow2.opensuit.cel.impl.tree.impl.ast
 

Methods in org.ow2.opensuit.cel.impl.tree.impl.ast with parameters of type IEvaluationContext
 java.lang.Object AstBracket.invoke(IEvaluationContext iContext)
           
 java.lang.Object AstUnaryOperation.invoke(IEvaluationContext context)
           
 java.lang.Object AstBinaryOperation.invoke(IEvaluationContext context)
           
 java.lang.Object AstComposite.invoke(IEvaluationContext context)
           
 java.lang.Object AstEval.invoke(IEvaluationContext context)
           
 java.lang.Object AstNested.invoke(IEvaluationContext context)
           
 java.lang.Object AstText.invoke(IEvaluationContext context)
           
 java.lang.Object AstNull.invoke(IEvaluationContext context)
           
 java.lang.Object AstDot.invoke(IEvaluationContext iContext)
           
 java.lang.Object AstMethod.invoke(IEvaluationContext context)
           
 java.lang.Object AstFunction.invoke(IEvaluationContext context)
           
 java.lang.Object AstChoice.invoke(IEvaluationContext context)
           
 java.lang.Object AstIdentifier.invoke(IEvaluationContext context)
           
 java.lang.Object AstString.invoke(IEvaluationContext context)
           
 java.lang.Object AstBoolean.invoke(IEvaluationContext context)
           
 java.lang.Object AstNumber.invoke(IEvaluationContext context)
           
protected  java.lang.Object AstInvocation.invoke(IEvaluationContext context, java.lang.reflect.Method method, java.lang.Object obj)
           
 void AstBracket.set(IEvaluationContext iContext, java.lang.Object iValue)
           
 void AstEval.set(IEvaluationContext context, java.lang.Object value)
           
 void AstText.set(IEvaluationContext context, java.lang.Object value)
           
 void AstDot.set(IEvaluationContext iContext, java.lang.Object iValue)
           
 void AstRightValue.set(IEvaluationContext context, java.lang.Object value)
           
 void AstIdentifier.set(IEvaluationContext context, java.lang.Object value)
           
 

Uses of IEvaluationContext in org.ow2.opensuit.cel.util
 

Classes in org.ow2.opensuit.cel.util that implement IEvaluationContext
 class SimpleEvaluationContext
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.