|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CodeEnv | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of CodeEnv in org.multijava.util.classfile |
| Methods in org.multijava.util.classfile with parameters of type CodeEnv | |
(package private) void |
Instruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) void |
JumpInstruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) void |
NoArgInstruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) void |
SwitchInstruction.check(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
(package private) boolean |
InstructionHandle.checkInstruction(CodeEnv env,
int curStack)
Verifies the enclosed instruction and computes the stack height. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||