|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.soot.util.Validate
public class Validate
Validate a jimple class. Currently checks that: - all local variables are declared with non-void types - types are used correctly in assignments and method calls - local variables are initialised before use
Constructor Summary | |
---|---|
Validate()
|
Method Summary | |
---|---|
static void |
validate(SootClass cl)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Validate()
Method Detail |
---|
public static void validate(SootClass cl)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |