Package org.faktorips.fl.operations
Class MultiplyIntegerMoney
java.lang.Object
org.faktorips.fl.operations.AbstractBinaryOperation<org.faktorips.codegen.JavaCodeFragment>
org.faktorips.fl.operations.AbstractBinaryJavaOperation
org.faktorips.fl.operations.MultiplyIntegerMoney
- All Implemented Interfaces:
BinaryOperation<org.faktorips.codegen.JavaCodeFragment>
-
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 TypeMethodDescriptionGenerates the combinedCompilationResultfrom the given operands.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
-
MultiplyIntegerMoney
public MultiplyIntegerMoney()
-
-
Method Details
-
generate
Description copied from class:AbstractBinaryJavaOperationGenerates the combinedCompilationResultfrom the given operands.- 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
-