Package org.faktorips.fl.functions
Class MinMaxDouble
java.lang.Object
org.faktorips.fl.FunctionSignatureImpl
org.faktorips.fl.functions.AbstractBaseFlFunction<org.faktorips.codegen.JavaCodeFragment>
org.faktorips.fl.functions.AbstractFlFunction
org.faktorips.fl.functions.MinMaxNativeTypes
org.faktorips.fl.functions.MinMaxDouble
- All Implemented Interfaces:
FlFunction<org.faktorips.codegen.JavaCodeFragment>,FunctionSignature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteBody(org.faktorips.codegen.JavaCodeFragment fragment, CompilationResult<org.faktorips.codegen.JavaCodeFragment> first, CompilationResult<org.faktorips.codegen.JavaCodeFragment> second) Methods inherited from class org.faktorips.fl.functions.MinMaxNativeTypes
compile, getFunctionName, matchMethods inherited from class org.faktorips.fl.functions.AbstractFlFunction
getCompiler, getDatatypeHelper, getJavaClassName, setCompilerMethods inherited from class org.faktorips.fl.functions.AbstractBaseFlFunction
getDescription, setCompiler, setDescriptionMethods inherited from class org.faktorips.fl.FunctionSignatureImpl
getArgTypes, getName, getType, hasVarArgs, isSame, matchUsingConversion, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.faktorips.fl.FunctionSignature
getArgTypes, getName, getType, hasVarArgs, isSame, matchUsingConversion
-
Constructor Details
-
MinMaxDouble
-
-
Method Details
-
writeBody
protected void writeBody(org.faktorips.codegen.JavaCodeFragment fragment, CompilationResult<org.faktorips.codegen.JavaCodeFragment> first, CompilationResult<org.faktorips.codegen.JavaCodeFragment> second) - Specified by:
writeBodyin classMinMaxNativeTypes
-