Package org.faktorips.fl.operations
Class LessThanOrEqualDecimalDecimal
java.lang.Object
org.faktorips.fl.operations.AbstractBinaryOperation<org.faktorips.codegen.JavaCodeFragment>
org.faktorips.fl.operations.AbstractBinaryJavaOperation
org.faktorips.fl.operations.LessThanOrEqualDecimalDecimal
- All Implemented Interfaces:
BinaryOperation<org.faktorips.codegen.JavaCodeFragment>
Operation for the addition of two decimals.
-
Field Summary
Fields inherited from interface org.faktorips.fl.BinaryOperation
DIVIDE, EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, LESSER_THAN, LESSER_THAN_OR_EQUAL, MINUS, MULTIPLY, NOT_EQUAL, PLUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverridden method.Methods inherited from class org.faktorips.fl.operations.AbstractBinaryJavaOperation
generateMethods inherited from class org.faktorips.fl.operations.AbstractBinaryOperation
getCompiler, getLhsDatatype, getOperator, getRhsDatatype, setCompiler
-
Constructor Details
-
LessThanOrEqualDecimalDecimal
public LessThanOrEqualDecimalDecimal()
-
-
Method Details
-
generate
Overridden method.- Specified by:
generatein classAbstractBinaryJavaOperation- Parameters:
lhs- the left hand side operandrhs- the right hand side operand- Returns:
- the given operands combined with this operation's operator
- See Also:
-