public class BigDecimalArithmeticExprT extends Object implements TypedExpression
| Constructor and Description |
|---|
BigDecimalArithmeticExprT(String bigDecimalMethod,
TypedExpression scope,
TypedExpression argument) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Type> |
getType() |
static String |
toBigDecimalMethod(com.github.javaparser.ast.expr.AssignExpr.Operator operator) |
static String |
toBigDecimalMethod(com.github.javaparser.ast.expr.BinaryExpr.Operator operator) |
com.github.javaparser.ast.Node |
toJavaExpression() |
String |
toString() |
public BigDecimalArithmeticExprT(String bigDecimalMethod, TypedExpression scope, TypedExpression argument)
public static String toBigDecimalMethod(com.github.javaparser.ast.expr.BinaryExpr.Operator operator)
public static String toBigDecimalMethod(com.github.javaparser.ast.expr.AssignExpr.Operator operator)
public Optional<Type> getType()
getType in interface TypedExpressionpublic com.github.javaparser.ast.Node toJavaExpression()
toJavaExpression in interface TypedExpressionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.