Package eu.bandm.sig.adlib2.compile
Interface CompilableFloatBinaryOperator.Simple
- All Superinterfaces:
CompilableDataFlow
,CompilableFloatBinaryOperator
,CompilableFloatOperator
,FloatBinaryOperator
- Enclosing interface:
- CompilableFloatBinaryOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.bandm.sig.adlib2.compile.CompilableFloatBinaryOperator
CompilableFloatBinaryOperator.Simple
-
Method Summary
Modifier and TypeMethodDescriptiondefault Consumer<CompilationContext>
Returns a code generator for outputting the value of this entity.void
compileOperator
(CompilationContext context) Methods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlowTo, hasDataFlowIO
Methods inherited from interface eu.bandm.sig.adlib2.compile.CompilableFloatOperator
getValueClass
Methods inherited from interface eu.bandm.tools.util.function.FloatBinaryOperator
applyAsFloat
-
Method Details
-
compileOperator
-
compileDataFlow
Description copied from interface:CompilableDataFlow
Returns a code generator for outputting the value of this entity.- Specified by:
compileDataFlow
in interfaceCompilableDataFlow
-