Class ArithmeticCoercedExpression.ArithmeticCoercedExpressionResult
- java.lang.Object
-
- org.drools.modelcompiler.builder.generator.drlxparse.ArithmeticCoercedExpression.ArithmeticCoercedExpressionResult
-
- Enclosing class:
- ArithmeticCoercedExpression
public static class ArithmeticCoercedExpression.ArithmeticCoercedExpressionResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ArithmeticCoercedExpressionResult(TypedExpression left, TypedExpression coercedRight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedExpressiongetCoercedLeft()TypedExpressiongetCoercedRight()
-
-
-
Constructor Detail
-
ArithmeticCoercedExpressionResult
public ArithmeticCoercedExpressionResult(TypedExpression left, TypedExpression coercedRight)
-
-
Method Detail
-
getCoercedLeft
public TypedExpression getCoercedLeft()
-
getCoercedRight
public TypedExpression getCoercedRight()
-
-