Uses of Class
at.dms.classfile.ClassDescription

Packages that use ClassDescription
at.dms.classfile   
 

Uses of ClassDescription in at.dms.classfile
 

Methods in at.dms.classfile that return ClassDescription
abstract  ClassDescription ClassDirectory.getClassFile(java.lang.String name)
          Returns a ClassDescription object that can give the data of the classfile for the named class.
 ClassDescription ZipClassDirectory.getClassFile(java.lang.String name)
          Returns a ClassDescription object that represents the named class.
 ClassDescription DirClassDirectory.getClassFile(java.lang.String name)
          Returns a ClassDescription object that can give the data of the classfile for the named class.