Java org.aspectj.apache.bcel.classfile JavaClass fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

voiddump(File file)
Dump class to a file.
voiddump(String file_name)
Dump class to a file named file_name.
voiddump(OutputStream file)
Dump Java class to output stream in binary format.
voiddump(DataOutputStream file)
Dump Java class to output stream in binary format.
Attribute[]getAttributes()
byte[]getBytes()
StringgetClassName()
intgetClassNameIndex()
ConstantPoolgetConstantPool()
Field[]getFields()
String[]getInterfaceNames()
intgetMajor()
Method[]getMethods()
intgetMinor()
StringgetPackageName()
StringgetSuperclassName()
intgetSuperclassNameIndex()
voidsetAttributes(Attribute[] attributes)
voidsetConstantPool(ConstantPool constant_pool)
StringtoString()