Uses of Class
org.jclarion.clarion.runtime.expr.CExpr

Packages that use CExpr
org.jclarion.clarion.runtime   
org.jclarion.clarion.runtime.expr   
 

Uses of CExpr in org.jclarion.clarion.runtime
 

Methods in org.jclarion.clarion.runtime that return CExpr
 CExpr CExprImpl.compile(java.lang.String aString)
           
 

Methods in org.jclarion.clarion.runtime with parameters of type CExpr
 boolean SQLBindProcedure.generateString(java.lang.StringBuilder out, boolean strict, CExpr[] params)
           
 

Uses of CExpr in org.jclarion.clarion.runtime.expr
 

Subclasses of CExpr in org.jclarion.clarion.runtime.expr
 class BoolExpr
           
 class CmpExpr
           
 class ConcatExpr
           
 class ConstExpr
           
 class LabelExpr
           
 class NegExpr
           
 class NotExpr
           
 class PowExpr
           
 class ProdExpr
           
 class SumExpr
           
 

Fields in org.jclarion.clarion.runtime.expr declared as CExpr
 CExpr CExpr.GenericOp.right
           
 

Methods in org.jclarion.clarion.runtime.expr that return CExpr
static CExpr ConcatExpr.construct(CExpr left, CExpr right)
           
static CExpr ProdExpr.construct(CExpr left, java.lang.String op, CExpr right)
           
static CExpr BoolExpr.construct(CExpr left, java.lang.String op, CExpr right)
           
static CExpr SumExpr.construct(CExpr left, java.lang.String op, CExpr right)
           
 CExpr Parser.expr()
           
 CExpr CExpr.DeepIterator.next()
           
 CExpr CExpr.ZeroIterator.next()
           
 CExpr CExpr.OneIterator.next()
           
 CExpr CExpr.TwoIterator.next()
           
 CExpr CExpr.OpIterator.next()
           
 CExpr CExpr.JoinIterator.next()
           
 

Methods in org.jclarion.clarion.runtime.expr that return types with arguments of type CExpr
 java.util.Iterator<CExpr> LabelExpr.directChildren()
           
 java.util.Iterator<CExpr> ProdExpr.directChildren()
           
 java.util.Iterator<CExpr> PowExpr.directChildren()
           
 java.util.Iterator<CExpr> NotExpr.directChildren()
           
abstract  java.util.Iterator<CExpr> CExpr.directChildren()
           
 java.util.Iterator<CExpr> BoolExpr.directChildren()
           
 java.util.Iterator<CExpr> NegExpr.directChildren()
           
 java.util.Iterator<CExpr> ConcatExpr.directChildren()
           
 java.util.Iterator<CExpr> CmpExpr.directChildren()
           
 java.util.Iterator<CExpr> ConstExpr.directChildren()
           
 java.util.Iterator<CExpr> SumExpr.directChildren()
           
 java.util.Iterator<CExpr> CExpr.iterator()
           
 java.util.Iterator<CExpr> CExpr.OpIterable.iterator()
           
 

Methods in org.jclarion.clarion.runtime.expr with parameters of type CExpr
 void ConcatExpr.add(CExpr right)
           
 void ProdExpr.add(java.lang.String op, CExpr right)
           
 void BoolExpr.add(java.lang.String op, CExpr right)
           
 void SumExpr.add(java.lang.String op, CExpr right)
           
static CExpr ConcatExpr.construct(CExpr left, CExpr right)
           
static CExpr ProdExpr.construct(CExpr left, java.lang.String op, CExpr right)
           
static CExpr BoolExpr.construct(CExpr left, java.lang.String op, CExpr right)
           
static CExpr SumExpr.construct(CExpr left, java.lang.String op, CExpr right)
           
static CExpr.JoinIterator CExpr.JoinIterator.generic(CExpr e1, java.lang.Iterable<? extends CExpr.GenericOp> e2)
           
 

Method parameters in org.jclarion.clarion.runtime.expr with type arguments of type CExpr
protected  void CExpr.cast(java.lang.Iterable<CExpr> in, CExprType type)
           
protected  boolean CExpr.isRecastableType(java.lang.Iterable<CExpr> in)
           
protected  CExprType CExpr.resolveCasts(java.lang.Iterable<CExpr> in)
           
 

Constructors in org.jclarion.clarion.runtime.expr with parameters of type CExpr
BoolExpr(CExpr base)
           
CExpr.DeepIterator(CExpr base)
           
CExpr.JoinIterator(CExpr e1, java.lang.Iterable<CExpr> e2)
           
CExpr.OneIterator(CExpr e)
           
CExpr.TwoIterator(CExpr e1, CExpr e2)
           
CmpExpr(CExpr left, java.lang.String op, CExpr right)
           
ConcatExpr(CExpr left)
           
NegExpr(CExpr expr)
           
NotExpr(CExpr expr)
           
PowExpr(CExpr left, CExpr right)
           
ProdExpr(CExpr base)
           
SumExpr(CExpr base)
           
 

Constructor parameters in org.jclarion.clarion.runtime.expr with type arguments of type CExpr
CExpr.JoinIterator(CExpr e1, java.lang.Iterable<CExpr> e2)
           
CExpr.JoinIterator(java.util.Iterator<CExpr> e1, java.util.Iterator<CExpr> e2)
           
CExpr.JoinIterator(java.util.Iterator<CExpr> e1, java.util.Iterator<CExpr> e2)
           
LabelExpr(java.lang.String name, java.util.List<CExpr> params)
           
 



Copyright © 2010. All Rights Reserved.