Uses of Class
org.burningwave.core.classes.BodySourceGenerator
Packages that use BodySourceGenerator
-
Uses of BodySourceGenerator in org.burningwave.core.classes
Methods in org.burningwave.core.classes that return BodySourceGeneratorModifier and TypeMethodDescriptionBodySourceGenerator.addAllElements(Collection<? extends SourceGenerator> generators) BodySourceGenerator.addCodeLine(String... codes) BodySourceGenerator.addElement(SourceGenerator... generators) static BodySourceGeneratorBodySourceGenerator.create()static BodySourceGeneratorBodySourceGenerator.createSimple()BodySourceGenerator.setBodyElementSeparator(String elementSeparator) BodySourceGenerator.setDelimiters(String startingDelimiter, String endingDelimiter) BodySourceGenerator.setElementPrefix(String elementPrefix) BodySourceGenerator.setEndingDelimiter(String endingDelimiter) BodySourceGenerator.setStartingDelimiter(String startingDelimiter) BodySourceGenerator.useTypes(Collection<String>... classCollections) Methods in org.burningwave.core.classes with parameters of type BodySourceGeneratorModifier and TypeMethodDescription<E extends ExecuteConfig<E>,T>
TCodeExecutor.execute(BodySourceGenerator body) <E extends ExecuteConfig<E>,T>
TCodeExecutorImpl.execute(BodySourceGenerator body) ExecuteConfig.forBodySourceGenerator(BodySourceGenerator body) FunctionalInterfaceSourceGenerator.generateExecutor(String className, BodySourceGenerator body) FunctionSourceGenerator.setBody(BodySourceGenerator body) ClassSourceGenerator.setInitializer(BodySourceGenerator initializer) ClassSourceGenerator.setStaticInitializer(BodySourceGenerator initializer) VariableSourceGenerator.setValue(BodySourceGenerator valueGenerator)