Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.ImportList
-
Packages that use ImportList Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi org.glassfish.pfl.tf.timer.spi -
-
Uses of ImportList in org.glassfish.pfl.dynamic.codegen.impl
Classes in org.glassfish.pfl.dynamic.codegen.impl that implement ImportList Modifier and Type Class Description classImportListImplFields in org.glassfish.pfl.dynamic.codegen.impl declared as ImportList Modifier and Type Field Description private ImportListSourceExpressionVisitor. importsprivate ImportListSourceStatementVisitor. importsMethods in org.glassfish.pfl.dynamic.codegen.impl that return ImportList Modifier and Type Method Description ImportListImportListImpl. copy()Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type ImportList Modifier and Type Method Description static byte[]ASMUtil. generate(java.lang.ClassLoader cl, ClassGeneratorImpl cg, ImportList imports, java.util.Properties options, java.io.PrintStream debugOutput)Given a completed ClassGeneratorImpl, use ASM to construct the byte array representing the compiled class.static byte[]CodeGenerator. generateBytecode(ClassGeneratorImpl cg, java.lang.ClassLoader cl, ImportList imports, java.util.Properties options, java.io.PrintStream debugOutput)Convert the Java class or interface defined by ClassGeneratorImpl into an array of bytecodes.static voidASMUtil. generateSourceCode(java.io.PrintStream ps, ClassGeneratorImpl cg, ImportList imports, java.util.Properties options)static voidASMUtil. generateSourceCode(java.lang.String sourceGenDir, ClassGeneratorImpl cg, ImportList imports, java.util.Properties options)static voidCodeGenerator. generateSourceCode(java.io.PrintStream ps, ClassGeneratorImpl cg, ImportList imports, java.util.Properties options)Write a source code representation of the class or interface defined by cg to the PrintStream ps.static voidCodeGenerator. generateSourceCode(java.lang.String sdir, ClassGeneratorImpl cg, ImportList imports, java.util.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 ImportList Constructor Description SourceExpressionVisitor(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 ImportList Modifier and Type Field Description private ImportListWrapper.Environment. importsMethods in org.glassfish.pfl.dynamic.codegen.spi that return ImportList Modifier and Type Method Description static ImportListWrapper. _import()Return an ImportList that can be shared across multiple class generations.(package private) ImportListWrapper.Environment. _import()ImportListImportList. copy()Return a copy of this ImportList.(package private) ImportListWrapper.Environment. imports()Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type ImportList Modifier and Type Method Description static voidWrapper. _import(ImportList ilist)Set the ImportList for the current class generation.(package private) voidWrapper.Environment. _import(ImportList importList) -
Uses of ImportList in org.glassfish.pfl.tf.timer.spi
Fields in org.glassfish.pfl.tf.timer.spi declared as ImportList Modifier and Type Field Description private static ImportListTimerPointSourceGenerator. standardImports
-