Package org.faktorips.fl.operations
Class PlusMoney
java.lang.Object
org.faktorips.fl.operations.AbstractUnaryOperation<org.faktorips.codegen.JavaCodeFragment>
org.faktorips.fl.operations.AbstractUnaryJavaOperation
org.faktorips.fl.operations.PlusMoney
- All Implemented Interfaces:
UnaryOperation<org.faktorips.codegen.JavaCodeFragment>
Plus (+) operator for datatype Decimal.
-
Field Summary
Fields inherited from interface org.faktorips.fl.UnaryOperation
NOT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.faktorips.fl.operations.AbstractUnaryJavaOperation
generateMethods inherited from class org.faktorips.fl.operations.AbstractUnaryOperation
getDatatype, getOperator
-
Constructor Details
-
PlusMoney
public PlusMoney()
-
-
Method Details
-
generate
Description copied from class:AbstractUnaryJavaOperationGenerates theCompilationResultfor the given operand.- Specified by:
generatein classAbstractUnaryJavaOperation- Parameters:
arg- the operand- Returns:
- the given operand combined with this operation's operator
-