Uses of Interface
com.ebmwebsourcing.wsstar.qml.api.Expr

Packages that use Expr
com.ebmwebsourcing.wsstar.qml.api   
com.ebmwebsourcing.wsstar.qml.impl   
 

Uses of Expr in com.ebmwebsourcing.wsstar.qml.api
 

Methods in com.ebmwebsourcing.wsstar.qml.api that return Expr
 Expr Conversion.getExpr()
           
 Expr ExprBinary.getFirstOperand()
           
 Expr ExprUnary.getOperand()
           
 Expr ExprBinary.getSecondOperand()
           
 

Methods in com.ebmwebsourcing.wsstar.qml.api with parameters of type Expr
 void Conversion.setExpr(Expr unit)
           
 void ExprUnary.setOperand(Expr expr)
           
 

Uses of Expr in com.ebmwebsourcing.wsstar.qml.impl
 

Classes in com.ebmwebsourcing.wsstar.qml.impl that implement Expr
 class ExprImpl
           
 

Methods in com.ebmwebsourcing.wsstar.qml.impl that return Expr
 Expr ConversionImpl.getExpr()
           
 Expr ExprBinaryImpl.getFirstOperand()
           
 Expr ExprUnaryImpl.getOperand()
           
 Expr ExprBinaryImpl.getSecondOperand()
           
 

Methods in com.ebmwebsourcing.wsstar.qml.impl with parameters of type Expr
 void ConversionImpl.setExpr(Expr unit)
           
 void ExprUnaryImpl.setOperand(Expr expr)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.