Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.MethodGenerator

Packages that use MethodGenerator
org.glassfish.pfl.dynamic.codegen.impl   
 

Uses of MethodGenerator in org.glassfish.pfl.dynamic.codegen.impl
 

Methods in org.glassfish.pfl.dynamic.codegen.impl that return MethodGenerator
 MethodGenerator ClassGeneratorImpl.startConstructor(int modifiers, List<Type> exceptions)
           
 MethodGenerator 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 MethodGenerator
 List<MethodGenerator> ClassGeneratorImpl.constructors()
           
 List<MethodGenerator> ClassGeneratorImpl.methods()
           
 

Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type MethodGenerator
 void ByteCodeUtility.emitMethodEnd(MethodGenerator mg, org.glassfish.pfl.objectweb.asm.Label returnLabel, Variable returnVariable, boolean dump)
           
 void ByteCodeUtility.emitMethodStart(MethodGenerator mg)
           
 void ClassGeneratorImpl.methodComplete(MethodGenerator mg)
           
 void TreeWalker.methodGeneratorAfterArguments(MethodGenerator arg)
           
 void ASMSetupVisitor.methodGeneratorAfterArguments(MethodGenerator arg)
           
 boolean NopVisitor.methodGeneratorBeforeArguments(MethodGenerator arg)
           
 boolean TreeWalker.methodGeneratorBeforeArguments(MethodGenerator arg)
           
 boolean ASMSetupVisitor.methodGeneratorBeforeArguments(MethodGenerator arg)
           
 boolean SourceStatementVisitor.methodGeneratorBeforeArguments(MethodGenerator arg)
           
 boolean ASMByteCodeVisitor.methodGeneratorBeforeArguments(MethodGenerator arg)
           
 void NopVisitor.postMethodGenerator(MethodGenerator arg)
           
 void TreeWalker.postMethodGenerator(MethodGenerator arg)
           
 void ASMSetupVisitor.postMethodGenerator(MethodGenerator arg)
           
 void SourceStatementVisitor.postMethodGenerator(MethodGenerator arg)
           
 void ASMByteCodeVisitor.postMethodGenerator(MethodGenerator arg)
           
 boolean NopVisitor.preMethodGenerator(MethodGenerator arg)
           
 boolean TreeWalker.preMethodGenerator(MethodGenerator arg)
           
 boolean ASMSetupVisitor.preMethodGenerator(MethodGenerator arg)
           
 boolean SourceStatementVisitor.preMethodGenerator(MethodGenerator arg)
           
 boolean ASMByteCodeVisitor.preMethodGenerator(MethodGenerator arg)
           
 void Visitor.visitMethodGenerator(MethodGenerator arg)
           
 void TreeWalker.visitMethodGenerator(MethodGenerator arg)
           
 



Copyright © 2013 Oracle. All Rights Reserved.