Package | Description |
---|---|
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.util |
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticExpressionBuilder |
Modifier and Type | Method and Description |
---|---|
static ArithmeticExpression |
ArithmeticExpressionBuilder.create(ArithmeticOperator operator,
Object rhs) |
static ArithmeticExpression |
ArithmeticExpressionBuilder.create(Object lhs,
ArithmeticOperator operator,
Object rhs) |
static ArithmeticExpression |
ArithmeticExpressionBuilder.create(Statement lhs) |
Modifier and Type | Method and Description |
---|---|
static ArithmeticExpression |
Arith.expr(ArithmeticOperator operator,
Object rhs) |
static ArithmeticExpression |
Arith.expr(Object lhs,
ArithmeticOperator operator,
Object rhs) |
static ArithmeticExpression |
Arith.expr(Statement lhs) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.