Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ImportList
Packages that use ImportList
Package
Description
-
Uses of ImportList in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement ImportListFields in org.glassfish.pfl.dynamic.codegen.impl declared as ImportListModifier and TypeFieldDescriptionprivate ImportList
SourceExpressionVisitor.imports
private ImportList
SourceStatementVisitor.imports
Methods in org.glassfish.pfl.dynamic.codegen.impl that return ImportListMethods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ImportListModifier and TypeMethodDescriptionstatic byte[]
ASMUtil.generate
(ClassLoader cl, ClassGeneratorImpl cg, ImportList imports, Properties options, PrintStream debugOutput) Given a completed ClassGeneratorImpl, use ASM to construct the byte array representing the compiled class.static byte[]
CodeGenerator.generateBytecode
(ClassGeneratorImpl cg, ClassLoader cl, ImportList imports, Properties options, PrintStream debugOutput) Convert the Java class or interface defined by ClassGeneratorImpl into an array of bytecodes.static void
ASMUtil.generateSourceCode
(PrintStream ps, ClassGeneratorImpl cg, ImportList imports, Properties options) static void
ASMUtil.generateSourceCode
(String sourceGenDir, ClassGeneratorImpl cg, ImportList imports, Properties options) static void
CodeGenerator.generateSourceCode
(PrintStream ps, ClassGeneratorImpl cg, ImportList imports, Properties options) Write a source code representation of the class or interface defined by cg to the PrintStream ps.static void
CodeGenerator.generateSourceCode
(String sdir, ClassGeneratorImpl cg, ImportList imports, Properties options) Write a source code representation of the class or interface defined by cg to a file in the SOURCE_GENERATION_DIRECTORY specified in options.Constructors in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ImportListModifierConstructorDescriptionSourceExpressionVisitor
(TreeWalkerContext context, ImportList imports) SourceStatementVisitor
(TreeWalkerContext context, ImportList imports, CodegenPrinter pr) -
Uses of ImportList in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as ImportListMethods in org.glassfish.pfl.dynamic.codegen.spi that return ImportListModifier and TypeMethodDescriptionstatic ImportList
Wrapper._import()
Return an ImportList that can be shared across multiple class generations.(package private) final ImportList
Wrapper.Environment._import()
ImportList.copy()
Return a copy of this ImportList.(package private) ImportList
Wrapper.Environment.imports()
Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ImportListModifier and TypeMethodDescriptionstatic void
Wrapper._import
(ImportList ilist) Set the ImportList for the current class generation.(package private) final void
Wrapper.Environment._import
(ImportList importList) -
Uses of ImportList in org.glassfish.pfl.tf.timer.spi
Fields in org.glassfish.pfl.tf.timer.spi declared as ImportListModifier and TypeFieldDescriptionprivate static ImportList
TimerPointSourceGenerator.standardImports