Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ClassGenerator
Packages that use ClassGenerator
-
Uses of ClassGenerator in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement ClassGeneratorModifier and TypeClassDescriptionfinal classClass used to generate a description of a class or interface. -
Uses of ClassGenerator in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi that return ClassGeneratorModifier and TypeMethodDescriptionstatic ClassGeneratorWrapper._classGenerator()Obtain the ClassGeneratorImpl that is constructed by the Wrapper methods.Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ClassGeneratorModifier and TypeMethodDescriptionstatic byte[]Wrapper._byteCode(ClassGenerator cgen, ClassLoader cl, Properties options) Generate byte codes for the ClassGenerator.static TypeType._classGenerator(ClassGenerator cg) static voidWrapper._displayAST(ClassGenerator cg, PrintStream ps) Dump the contents of the AST for the current Class defined by Wrapper calls.static voidWrapper._sourceCode(ClassGenerator cg, PrintStream ps, Properties options) Generate the Java source code for the ClassGenerator.static voidWrapper._sourceCode(ClassGenerator cg, Properties options) Generate source code into a specified output directory.