|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.RewriterVerify
public final class RewriterVerify
Perform the basic Java class verification checks.
Constructor Summary | |
---|---|
RewriterVerify()
|
Method Summary | |
---|---|
static void |
checkme(java.lang.String name)
Check a given class for errors. |
static void |
main(java.lang.String[] args)
Small utility program to verify classes provided on the command line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RewriterVerify()
Method Detail |
---|
public static void checkme(java.lang.String name)
name
- class namepublic static void main(java.lang.String[] args)
args
- list of class files to verify
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |