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. fieldsMethods in org.glassfish.pfl.dynamic.codegen.impl that return FieldGenerator Modifier and Type Method Description FieldGeneratorClassGeneratorImpl. 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 voidByteCodeUtility. addField(FieldGenerator arg)voidTreeWalker. postFieldGenerator(FieldGenerator arg)booleanASMByteCodeVisitor. preFieldGenerator(FieldGenerator arg)booleanTreeWalker. preFieldGenerator(FieldGenerator arg)voidTreeWalker. visitFieldGenerator(FieldGenerator arg)voidVisitor. 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) FieldGeneratorWrapper.ClassContext. _data(int modifiers, Type type, java.lang.String name)(package private) FieldGeneratorWrapper.Environment. _data(int modifiers, Type type, java.lang.String name)
-