Package org.faktorips.fl.operations
Class MinusPrimitiveInt
java.lang.Object
org.faktorips.fl.operations.AbstractUnaryOperation<org.faktorips.codegen.JavaCodeFragment>
org.faktorips.fl.operations.AbstractUnaryJavaOperation
org.faktorips.fl.operations.MinusPrimitiveInt
- All Implemented Interfaces:
UnaryOperation<org.faktorips.codegen.JavaCodeFragment>
Minus (-) operator for datatype primitive int.
-
Field Summary
Fields inherited from interface org.faktorips.fl.UnaryOperation
NOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverridden method.Methods inherited from class org.faktorips.fl.operations.AbstractUnaryJavaOperation
generateMethods inherited from class org.faktorips.fl.operations.AbstractUnaryOperation
getDatatype, getOperator
-
Constructor Details
-
MinusPrimitiveInt
public MinusPrimitiveInt()
-
-
Method Details
-
generate
Overridden method.- Specified by:
generatein classAbstractUnaryJavaOperation- Parameters:
arg- the operand- Returns:
- the given operand combined with this operation's operator
- See Also:
-