|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acciente.commons.loader.ClassFile
public class ClassFile
This class has methods to read information from a class file. (this class makes heavy use of the Apache BCEL library)
| Constructor Summary | |
|---|---|
ClassFile(byte[] ayClassByteCode)
|
|
ClassFile(java.io.File oByteCodeFile)
|
|
| Method Summary | |
|---|---|
java.util.Set |
getReferencedClasses()
This method returns the names of classes referenced by this class, including inner classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFile(java.io.File oByteCodeFile)
throws java.io.IOException
java.io.IOException
public ClassFile(byte[] ayClassByteCode)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.util.Set getReferencedClasses()
|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||