org.jboss.errai.codegen.builder.impl
Class ArithmeticExpressionBuilder
java.lang.Object
org.jboss.errai.codegen.builder.impl.ExpressionBuilder<ArithmeticOperator>
org.jboss.errai.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 |
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder()
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder(Statement rhs,
ArithmeticOperator operator)
ArithmeticExpressionBuilder
public ArithmeticExpressionBuilder(Object 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 © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.