Package eu.bandm.sig.adlib2.compile
Interface CompilableDoubleBinaryOperator.Simple
- All Superinterfaces:
CompilableDataFlow,CompilableDoubleBinaryOperator,CompilableDoubleOperator,DoubleBinaryOperator
- Enclosing interface:
CompilableDoubleBinaryOperator
public static interface CompilableDoubleBinaryOperator.Simple
extends CompilableDoubleBinaryOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.bandm.sig.adlib2.compile.CompilableDoubleBinaryOperator
CompilableDoubleBinaryOperator.Simple -
Method Summary
Modifier and TypeMethodDescriptiondefault Consumer<CompilationContext> Returns a code generator for outputting the value of this entity.voidcompileOperator(CompilationContext context) Methods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlowTo, hasDataFlowIOMethods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDoubleOperator
getValueClassMethods inherited from interface java.util.function.DoubleBinaryOperator
applyAsDouble
-
Method Details
-
compileOperator
-
compileDataFlow
Description copied from interface:CompilableDataFlowReturns a code generator for outputting the value of this entity.- Specified by:
compileDataFlowin interfaceCompilableDataFlow
-