Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.FieldGenerator
-
Packages that use FieldGenerator Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of FieldGenerator in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type FieldGenerator Modifier and Type Field Description private java.util.List<FieldGenerator>
ClassGeneratorImpl. fields
Methods in org.glassfish.pfl.dynamic.codegen.impl that return FieldGenerator Modifier and Type Method Description FieldGenerator
ClassGeneratorImpl. addField(int modifiers, Type type, java.lang.String name)
Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type FieldGenerator Modifier and Type Method Description java.util.List<FieldGenerator>
ClassGeneratorImpl. fields()
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type FieldGenerator Modifier and Type Method Description void
ByteCodeUtility. addField(FieldGenerator arg)
void
TreeWalker. postFieldGenerator(FieldGenerator arg)
boolean
ASMByteCodeVisitor. preFieldGenerator(FieldGenerator arg)
boolean
TreeWalker. preFieldGenerator(FieldGenerator arg)
void
TreeWalker. visitFieldGenerator(FieldGenerator arg)
void
Visitor. visitFieldGenerator(FieldGenerator arg)
-
Uses of FieldGenerator in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi that return FieldGenerator Modifier and Type Method Description (package private) FieldGenerator
Wrapper.ClassContext. _data(int modifiers, Type type, java.lang.String name)
(package private) FieldGenerator
Wrapper.Environment. _data(int modifiers, Type type, java.lang.String name)
-