Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.MethodGenerator
Packages that use MethodGenerator
-
Uses of MethodGenerator in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl that return MethodGeneratorModifier and TypeMethodDescriptionClassGeneratorImpl.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 TypeMethodDescriptionvoidByteCodeUtility.emitMethodEnd(MethodGenerator mg, org.objectweb.asm.Label returnLabel, Variable returnVariable, boolean dump) voidByteCodeUtility.emitMethodStart(MethodGenerator mg) voidClassGeneratorImpl.methodComplete(MethodGenerator mg) voidASMSetupVisitor.methodGeneratorAfterArguments(MethodGenerator arg) voidTreeWalker.methodGeneratorAfterArguments(MethodGenerator arg) booleanASMByteCodeVisitor.methodGeneratorBeforeArguments(MethodGenerator arg) booleanASMSetupVisitor.methodGeneratorBeforeArguments(MethodGenerator arg) booleanNopVisitor.methodGeneratorBeforeArguments(MethodGenerator arg) booleanSourceStatementVisitor.methodGeneratorBeforeArguments(MethodGenerator arg) booleanTreeWalker.methodGeneratorBeforeArguments(MethodGenerator arg) voidASMByteCodeVisitor.postMethodGenerator(MethodGenerator arg) voidASMSetupVisitor.postMethodGenerator(MethodGenerator arg) voidNopVisitor.postMethodGenerator(MethodGenerator arg) voidSourceStatementVisitor.postMethodGenerator(MethodGenerator arg) voidTreeWalker.postMethodGenerator(MethodGenerator arg) booleanASMByteCodeVisitor.preMethodGenerator(MethodGenerator arg) booleanASMSetupVisitor.preMethodGenerator(MethodGenerator arg) booleanNopVisitor.preMethodGenerator(MethodGenerator arg) booleanSourceStatementVisitor.preMethodGenerator(MethodGenerator arg) booleanTreeWalker.preMethodGenerator(MethodGenerator arg) voidTreeWalker.visitMethodGenerator(MethodGenerator arg) voidVisitor.visitMethodGenerator(MethodGenerator arg)