Package eu.bandm.sig.adlib2.compile
Interface CompilableBiPredicate<A>
- All Superinterfaces:
BiPredicate<A,,A> CompilableDataFlow,CompilableOperator
-
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 java.util.function.BiPredicate
and, negate, or, testMethods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlowTo, hasDataFlowIOMethods inherited from interface eu.bandm.sig.adlib2.compile.CompilableOperator
getValueClass
-
Method Details
-
compileOperator
-
compileDataFlow
Description copied from interface:CompilableDataFlowReturns a code generator for outputting the value of this entity.- Specified by:
compileDataFlowin interfaceCompilableDataFlow
-