Uses of Class org.apache.bcel.classfile.Method

Uses in package org.apache.bcel.verifier.statics

Methods with parameter type org.apache.bcel.classfile.Method

void
void

Uses in package org.apache.bcel.classfile

Constructors with parameter type org.apache.bcel.classfile.Method

JavaClass.JavaClass(int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes)
Constructor gets all contents as arguments.
JavaClass.JavaClass(int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, byte source)
Constructor gets all contents as arguments.
Initialize from another object.

Fields of type org.apache.bcel.classfile.Method

Method[]
Method[]

Methods with parameter type org.apache.bcel.classfile.Method

void
void
void
void

Methods with return type org.apache.bcel.classfile.Method

Method
Method.copy(ConstantPool _constant_pool)
Method
JavaClass.getMethod(java.lang.reflect.Method m)
Method[]

Uses in package org.apache.bcel.generic

Constructors with parameter type org.apache.bcel.classfile.Method

MethodGen.MethodGen(Method m, String class_name, ConstantPoolGen cp)
Instantiate from existing method.

Methods with parameter type org.apache.bcel.classfile.Method

void
Add a method to this class.
void
Remove a method from this class.
void
Replace given method with new one.
void
ClassGen.setMethodAt(Method method, int pos)
void

Methods with return type org.apache.bcel.classfile.Method

Method
ClassGen.containsMethod(String name, String signature)
Method
Get method object.
Method
Method[]

Uses in package org.apache.bcel.util

Constructors with parameter type org.apache.bcel.classfile.Method

CodeHTML.CodeHTML(String dir, String class_name, Method[] methods, ConstantPool constant_pool, ConstantHTML constant_html)
ConstantHTML.ConstantHTML(String dir, String class_name, String class_package, Method[] methods, ConstantPool constant_pool)
MethodHTML.MethodHTML(String dir, String class_name, Method[] methods, Field[] fields, ConstantHTML constant_html, AttributeHTML attribute_html)

Fields of type org.apache.bcel.classfile.Method

Method[]
Method[]

Methods with parameter type org.apache.bcel.classfile.Method

void
CodeHTML.findGotos(ByteSequence bytes, Method method, Code code)
Find all target addresses in code, so that they can be marked with <A NAME = ...>.
void
void
CodeHTML.writeMethod(Method method, int method_number)
Write a single method with the byte code associated with it.
void
MethodHTML.writeMethod(Method method, int method_number)