|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.rtti.IPackage
public class IPackage
Defines a Package.
Method Summary | |
---|---|
void |
addClass(IClass clazz)
|
IClass |
getClass(String name)
|
IClass[] |
getClasses()
|
String |
getName()
Returns the name of the package |
String |
toString()
Returns a string representation of this package |
String |
toString(String packagePrefix)
String representation of the RTTI, which lists the full RTTI in semi-java format, with package prefix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public void addClass(IClass clazz)
public IClass getClass(String name)
public IClass[] getClasses()
public String toString()
toString
in class Object
public String toString(String packagePrefix)
packagePrefix
- name to prefix to the package name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |