Uses of Interface
org.ow2.opensuit.cel.impl.ICompilationResultWriter

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

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

Classes in org.ow2.opensuit.cel.impl that implement ICompilationResultWriter
 class CompilationResult
          Interface for types conversion
 

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

Methods in org.ow2.opensuit.cel.impl.tree with parameters of type ICompilationResultWriter
 boolean IExprNode.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter results)
          Allow to compile the given expression with the associated and .
 

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

Methods in org.ow2.opensuit.cel.impl.tree.impl.ast with parameters of type ICompilationResultWriter
 boolean AstBracket.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstInvocation.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter results)
           
 boolean AstUnaryOperation.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstBinaryOperation.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstComposite.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstEval.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstNested.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstText.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstDot.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstMethod.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter messages)
           
 boolean AstFunction.compile(ITypeConverter converter, ICompilationContext context, ICompilationResultWriter messages)
           
 boolean AstChoice.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstLiteral.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 boolean AstIdentifier.compile(ITypeConverter converter, ICompilationContext ctx, ICompilationResultWriter messages)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.