Package eu.bandm.sig.adlib2.compile
Interface CodeGenerator
- All Superinterfaces:
Consumer<CompilationContext>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault CodeGeneratorassertedThat(Predicate<CompilationContext> check) static CodeGeneratorassertion(Predicate<? super CompilationContext> check) static CodeGeneratorgenerate(Consumer<CompilationContext> body) static CodeGeneratorload(boolean value) static CodeGeneratornop()static CodeGenerator
-
Method Details
-
nop
-
generate
-
assertion
-
load
-
storeOutput
-
assertedThat
-