|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassInfo | |
---|---|
at.dms.backend | |
at.dms.classfile | |
at.dms.kjc | |
at.dms.optimize |
Uses of ClassInfo in at.dms.backend |
---|
Methods in at.dms.backend with parameters of type ClassInfo | |
---|---|
static void |
Main.optimizeClass(ClassInfo info,
BackendOptions options)
Reads, optimizes and writes a class file |
Uses of ClassInfo in at.dms.classfile |
---|
Methods in at.dms.classfile that return ClassInfo | |
---|---|
static ClassInfo |
ClassPath.getClassInfo(String name,
boolean interfaceOnly)
|
ClassInfo |
ClassPath.loadClass(String name,
boolean interfaceOnly)
Loads the class with specified name. |
Uses of ClassInfo in at.dms.kjc |
---|
Constructors in at.dms.kjc with parameters of type ClassInfo | |
---|---|
CBinaryClass(ClassInfo classInfo)
Constructs a class export from file |
Uses of ClassInfo in at.dms.optimize |
---|
Methods in at.dms.optimize with parameters of type ClassInfo | |
---|---|
static void |
Main.optimizeClass(ClassInfo info,
int level,
boolean verbose)
Reads, optimizes and writes a class file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |