Uses of Interface
org.faktorips.fl.UnaryOperation
Packages that use UnaryOperation
Package
Description
The package and it's sub-packages contain a compiler that compiles an expression with an Excel
like syntax into Java sourcecode.
-
Uses of UnaryOperation in org.faktorips.fl
Methods in org.faktorips.fl with parameters of type UnaryOperationModifier and TypeMethodDescriptionvoidExprCompiler.register(UnaryOperation<T> op) Registers the unary operation.voidExprCompiler.setUnaryOperations(UnaryOperation<T>[] operations) Sets theUnaryOperationsthe compiler uses. -
Uses of UnaryOperation in org.faktorips.fl.operations
Classes in org.faktorips.fl.operations that implement UnaryOperationModifier and TypeClassDescriptionclassAbstract implementation ofUnaryOperationforJava codegenerating operations.classAbstractUnaryOperation<T extends org.faktorips.codegen.CodeFragment>Abstract implementation ofUnaryOperation.classPlus (+) operator for datatype Decimal.classMinus (-) operator for datatype Integer.classMinus (-) operator for datatype Money.classMinus (-) operator for datatype primitive int.classParenthesis () operator for datatype Decimal.classParenthesis () operator for datatype primitive integer.classParenthesis () operator for datatype Money.classParenthesis () operator for datatype String.classPlus (+) operator for datatype Decimal.classPlus (+) operator for datatype Decimal.classPlus (+) operator for datatype Decimal.classPlus (+) operator for datatype Decimal.