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. constructorsprivate java.util.List<MethodGenerator>ClassGeneratorImpl. methodsMethods in org.glassfish.pfl.dynamic.codegen.impl that return MethodGenerator Modifier and Type Method Description private MethodGeneratorASMByteCodeVisitor. findMethodGenerator(Node arg)MethodGeneratorClassGeneratorImpl. startConstructor(int modifiers, java.util.List<Type> exceptions)MethodGeneratorClassGeneratorImpl. 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 MethodGeneratorWrapper.MethodContext. mgMethods in org.glassfish.pfl.dynamic.codegen.spi that return MethodGenerator Modifier and Type Method Description MethodGeneratorWrapper.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)
-