Java org.aspectj.apache.bcel.generic MethodGen fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.apache.bcel.generic MethodGen fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.apache.bcel.generic MethodGen.

The text is from its open source code.

Constructor

Method

CodeExceptionGenaddExceptionHandler(InstructionHandle start_pc, InstructionHandle end_pc, InstructionHandle handler_pc, ObjectType catch_type)
Add an exception handler, i.e., specify region where a handler is active and an instruction where the actual handling is done.
String[]getArgumentNames()
StringgetClassName()
ConstantPoolgetConstantPool()
InstructionListgetInstructionList()
LineNumberGen[]getLineNumbers()
intgetMaxLocals()
intgetMaxStack()
MethodgetMethod()
Get method object.
StringgetName()
StringgetSignature()
booleanisStatic()
voidsetMaxLocals()
Compute maximum number of local variables based on the parameter count and bytecode usage of variables.
voidsetMaxStack(int m)
Set maximum stack size for this method.
voidsetMaxStack()
Computes max.
voidsetName(String name)