Uses of Class
at.dms.classfile.CodeEnv

Packages that use CodeEnv
at.dms.classfile   
 

Uses of CodeEnv in at.dms.classfile
 

Methods in at.dms.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 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.
(package private)  void JumpInstruction.check(CodeEnv env, int curStack)
          Verifies the enclosed instruction and computes the stack height.