org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
Class ArithmeticExpressionBuilder
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl.ExpressionBuilder<ArithmeticOperator>
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl.ArithmeticExpressionBuilder
- All Implemented Interfaces:
- ArithmeticExpression, Expression<ArithmeticOperator>, Statement
public class ArithmeticExpressionBuilder
- extends ExpressionBuilder<ArithmeticOperator>
- implements ArithmeticExpression
- Author:
- Christian Sadilek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.Statement |
generate |
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder()
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder(Statement rhs,
ArithmeticOperator operator)
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder(Statement lhs,
Statement rhs,
ArithmeticOperator operator)
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder(Object lhs,
Object rhs,
ArithmeticOperator operator)
create
public static ArithmeticExpression create(Statement lhs)
create
public static ArithmeticExpression create(ArithmeticOperator operator,
Object rhs)
create
public static ArithmeticExpression create(Object lhs,
ArithmeticOperator operator,
Object rhs)
getType
public MetaClass getType()
- Specified by:
getType in interface Statement
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.