Uses of Class
jellyj.classfile.classgen.VariableLengthInstruction

Packages that use VariableLengthInstruction
jellyj.classfile.classgen 

Uses of VariableLengthInstruction in jellyj.classfile.classgen
 

Classes in jellyj.classfile.classgen that implement VariableLengthInstruction
class GOTO
          GOTO - Branch always (offset, not address)
class JSR
          JSR - Jump to subroutine
class PUSH
          Wrapper class for push operations, which are implemented either as BIPUSH, LDC or xCONST_n instructions.
class Select
          Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.