Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.MethodGenerator
Packages that use MethodGenerator
-
Uses of MethodGenerator in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type MethodGeneratorModifier and TypeFieldDescriptionprivate List
<MethodGenerator> ClassGeneratorImpl.constructors
private List
<MethodGenerator> ClassGeneratorImpl.methods
Methods in org.glassfish.pfl.dynamic.codegen.impl that return MethodGeneratorModifier and TypeMethodDescriptionprivate MethodGenerator
ASMByteCodeVisitor.findMethodGenerator
(Node arg) ClassGeneratorImpl.startConstructor
(int modifiers, List<Type> exceptions) ClassGeneratorImpl.startMethod
(int modifiers, Type rtype, String name, List<Type> exceptions) Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type MethodGeneratorMethods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type MethodGeneratorModifier and TypeMethodDescriptionprivate void
ByteCodeUtility.emitLineNumberTable
(MethodGenerator mg) private void
ByteCodeUtility.emitLocalVariableTable
(MethodGenerator mg) void
ByteCodeUtility.emitMethodEnd
(MethodGenerator mg, org.objectweb.asm.Label returnLabel, Variable returnVariable, boolean dump) void
ByteCodeUtility.emitMethodStart
(MethodGenerator mg) void
ClassGeneratorImpl.methodComplete
(MethodGenerator mg) void
ASMSetupVisitor.methodGeneratorAfterArguments
(MethodGenerator arg) void
TreeWalker.methodGeneratorAfterArguments
(MethodGenerator arg) boolean
ASMByteCodeVisitor.methodGeneratorBeforeArguments
(MethodGenerator arg) boolean
ASMSetupVisitor.methodGeneratorBeforeArguments
(MethodGenerator arg) boolean
NopVisitor.methodGeneratorBeforeArguments
(MethodGenerator arg) boolean
SourceStatementVisitor.methodGeneratorBeforeArguments
(MethodGenerator arg) boolean
TreeWalker.methodGeneratorBeforeArguments
(MethodGenerator arg) void
ASMByteCodeVisitor.postMethodGenerator
(MethodGenerator arg) void
ASMSetupVisitor.postMethodGenerator
(MethodGenerator arg) void
NopVisitor.postMethodGenerator
(MethodGenerator arg) void
SourceStatementVisitor.postMethodGenerator
(MethodGenerator arg) void
TreeWalker.postMethodGenerator
(MethodGenerator arg) boolean
ASMByteCodeVisitor.preMethodGenerator
(MethodGenerator arg) boolean
ASMSetupVisitor.preMethodGenerator
(MethodGenerator arg) boolean
NopVisitor.preMethodGenerator
(MethodGenerator arg) boolean
SourceStatementVisitor.preMethodGenerator
(MethodGenerator arg) boolean
TreeWalker.preMethodGenerator
(MethodGenerator arg) void
TreeWalker.visitMethodGenerator
(MethodGenerator arg) void
Visitor.visitMethodGenerator
(MethodGenerator arg) -
Uses of MethodGenerator in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as MethodGeneratorMethods in org.glassfish.pfl.dynamic.codegen.spi that return MethodGeneratorConstructors in org.glassfish.pfl.dynamic.codegen.spi with parameters of type MethodGeneratorModifierConstructorDescription(package private)
MethodContext
(Stack<Wrapper.Context> contexts, MethodGenerator mg)