Package eu.bandm.sig.adlib2.compile
Interface CompilableBooleanBinaryOperator.Simple
- All Superinterfaces:
BooleanBinaryOperator,CompilableBooleanBinaryOperator,CompilableBooleanOperator,CompilableDataFlow
- Enclosing interface:
CompilableBooleanBinaryOperator
public static interface CompilableBooleanBinaryOperator.Simple
extends CompilableBooleanBinaryOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.bandm.sig.adlib2.compile.CompilableBooleanBinaryOperator
CompilableBooleanBinaryOperator.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.tools.util.function.BooleanBinaryOperator
applyAsBooleanMethods inherited from interface eu.bandm.sig.adlib2.compile.CompilableBooleanOperator
getValueClassMethods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlowTo, hasDataFlowIO
-
Method Details
-
compileOperator
-
compileDataFlow
Description copied from interface:CompilableDataFlowReturns a code generator for outputting the value of this entity.- Specified by:
compileDataFlowin interfaceCompilableDataFlow
-