Class MemberBytecode


  • public class MemberBytecode
    extends java.lang.Object
    • Method Detail

      • getClassBytecode

        public ClassBC getClassBytecode()
      • setInstructions

        public void setInstructions​(java.util.List<BytecodeInstruction> bytecodeInstructions)
      • size

        public int size()
      • findLastBackBranchToBCI

        public int findLastBackBranchToBCI​(int bci)
      • addLineTableEntry

        public void addLineTableEntry​(LineTableEntry entry)
      • getLineTable

        public LineTable getLineTable()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object