Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.util
Class Arith

java.lang.Object
  extended by org.jboss.errai.codegen.util.Arith

public class Arith
extends Object

Author:
Christian Sadilek

Constructor Summary
Arith()
           
 
Method Summary
static ArithmeticExpression expr(ArithmeticOperator operator, Object rhs)
           
static ArithmeticExpression expr(Object lhs, ArithmeticOperator operator, Object rhs)
           
static ArithmeticExpression expr(Statement lhs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arith

public Arith()
Method Detail

expr

public static ArithmeticExpression expr(Object lhs,
                                        ArithmeticOperator operator,
                                        Object rhs)

expr

public static ArithmeticExpression expr(ArithmeticOperator operator,
                                        Object rhs)

expr

public static ArithmeticExpression expr(Statement lhs)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.