Package | Description |
---|---|
org.jboss.errai.codegen | |
org.jboss.errai.codegen.builder.impl | |
org.jboss.errai.codegen.util |
Modifier and Type | Method and Description |
---|---|
static ArithmeticOperator |
ArithmeticOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArithmeticOperator[] |
ArithmeticOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ArithmeticExpression |
ArithmeticExpressionBuilder.create(ArithmeticOperator operator,
Object rhs) |
static ArithmeticExpression |
ArithmeticExpressionBuilder.create(Object lhs,
ArithmeticOperator operator,
Object rhs) |
Constructor and Description |
---|
ArithmeticExpressionBuilder(Object rhs,
ArithmeticOperator operator) |
ArithmeticExpressionBuilder(Object lhs,
Object rhs,
ArithmeticOperator operator) |
ArithmeticExpressionBuilder(Statement rhs,
ArithmeticOperator operator) |
ArithmeticExpressionBuilder(Statement lhs,
Statement rhs,
ArithmeticOperator operator) |
Modifier and Type | Method and Description |
---|---|
static ArithmeticExpression |
Arith.expr(ArithmeticOperator operator,
Object rhs) |
static ArithmeticExpression |
Arith.expr(Object lhs,
ArithmeticOperator operator,
Object rhs) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.