|
||||||||||
| 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)
throws java.lang.Exception
name - class name
java.lang.Exception
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - list of class files to verify
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||