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

Packages that use IExpression
org.ow2.opensuit.cel   
org.ow2.opensuit.cel.impl   
org.ow2.opensuit.cel.impl.tree   
org.ow2.opensuit.cel.impl.tree.impl.ast   
 

Uses of IExpression in org.ow2.opensuit.cel
 

Methods in org.ow2.opensuit.cel that return IExpression
 IExpression ICompilationResult.getExpression()
          Get the linked this compilation result.
 

Method parameters in org.ow2.opensuit.cel with type arguments of type IExpression
 void ICompilationContext.IFunctionContext.compile(java.util.List<IExpression> arguments, ICompilationContext.ICompilationLogger logger)
           
 java.lang.String ICompilationContext.IFunctionContext.getValuePattern(java.util.List<IExpression> arguments)
           
 

Uses of IExpression in org.ow2.opensuit.cel.impl
 

Methods in org.ow2.opensuit.cel.impl that return IExpression
 IExpression CompilationResult.getExpression()
           
 

Methods in org.ow2.opensuit.cel.impl with parameters of type IExpression
 void ICompilationResultWriter.setExpression(IExpression expression)
           
 void CompilationResult.setExpression(IExpression expression)
           
 

Uses of IExpression in org.ow2.opensuit.cel.impl.tree
 

Subinterfaces of IExpression in org.ow2.opensuit.cel.impl.tree
 interface IExprNode
          Basic node interface.
 

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

Classes in org.ow2.opensuit.cel.impl.tree.impl.ast that implement IExpression
 class AstBinaryOperation
           
 class AstBoolean
           
 class AstBracket
           
 class AstChoice
           
 class AstComposite
           
 class AstDot
           
 class AstEval
           
 class AstFunction
           
 class AstIdentifier
           
 class AstInvocation
           
 class AstLiteral
           
 class AstMethod
           
 class AstNested
           
 class AstNode
           
 class AstNull
           
 class AstNumber
           
 class AstProperty
           
 class AstRightValue
           
 class AstString
           
 class AstText
           
 class AstUnaryOperation
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.