Java org.apache.commons.bcel6.classfile JavaClass fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

Method

JavaClass[]getAllInterfaces()
Get all interfaces implemented by this JavaClass (transitively).
StringgetClassName()
Field[]getFields()
Method[]getMethods()
StringgetPackageName()
JavaClass[]getSuperClasses()
booleanisAnnotation()
booleanisInterface()
booleanisSynthetic()
StringtoString()