Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.MethodGenerator
-
Packages that use MethodGenerator Package Description org.glassfish.pfl.dynamic.codegen.impl org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of MethodGenerator in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type MethodGenerator Modifier and Type Field Description private java.util.List<MethodGenerator>
ClassGeneratorImpl. constructors
private java.util.List<MethodGenerator>
ClassGeneratorImpl. methods
Methods in org.glassfish.pfl.dynamic.codegen.impl that return MethodGenerator Modifier and Type Method Description private MethodGenerator
ASMByteCodeVisitor. findMethodGenerator(Node arg)
MethodGenerator
ClassGeneratorImpl. startConstructor(int modifiers, java.util.List<Type> exceptions)
MethodGenerator
ClassGeneratorImpl. startMethod(int modifiers, Type rtype, java.lang.String name, java.util.List<Type> exceptions)
Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type MethodGenerator Modifier and Type Method Description java.util.List<MethodGenerator>
ClassGeneratorImpl. constructors()
java.util.List<MethodGenerator>
ClassGeneratorImpl. methods()
-
Uses of MethodGenerator in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as MethodGenerator Modifier and Type Field Description private MethodGenerator
Wrapper.MethodContext. mg
Methods in org.glassfish.pfl.dynamic.codegen.spi that return MethodGenerator Modifier and Type Method Description MethodGenerator
Wrapper.MethodContext. methodGenerator()
Constructors in org.glassfish.pfl.dynamic.codegen.spi with parameters of type MethodGenerator Constructor Description MethodContext(java.util.Stack<Wrapper.Context> contexts, MethodGenerator mg)
-