Class ArithmeticCoercedExpression
- java.lang.Object
-
- org.drools.modelcompiler.builder.generator.drlxparse.ArithmeticCoercedExpression
-
public class ArithmeticCoercedExpression extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArithmeticCoercedExpression.ArithmeticCoercedExpressionExceptionstatic classArithmeticCoercedExpression.ArithmeticCoercedExpressionResult
-
Constructor Summary
Constructors Constructor Description ArithmeticCoercedExpression(TypedExpression left, TypedExpression right, com.github.javaparser.ast.expr.BinaryExpr.Operator operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArithmeticCoercedExpression.ArithmeticCoercedExpressionResultcoerce()
-
-
-
Constructor Detail
-
ArithmeticCoercedExpression
public ArithmeticCoercedExpression(TypedExpression left, TypedExpression right, com.github.javaparser.ast.expr.BinaryExpr.Operator operator)
-
-
Method Detail
-
coerce
public ArithmeticCoercedExpression.ArithmeticCoercedExpressionResult coerce()
-
-