|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu32.JavaCodeAnalyser
public class JavaCodeAnalyser
Constructor Summary | |
---|---|
JavaCodeAnalyser()
|
Method Summary | |
---|---|
static int |
getMaxLocalVariables(int[] code)
|
static int |
getMaxStackDepth(int[] code,
int start,
ClassFile cf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaCodeAnalyser()
Method Detail |
---|
public static int getMaxStackDepth(int[] code, int start, ClassFile cf)
code
- start
- cf
-
public static int getMaxLocalVariables(int[] code)
code
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |