Class EliminatedAllocation


  • public class EliminatedAllocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int bytecodeOffset  
      private java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      EliminatedAllocation​(java.lang.String type, int bytecodeOffset)  
    • Field Detail

      • type

        private java.lang.String type
      • bytecodeOffset

        private int bytecodeOffset
    • Constructor Detail

      • EliminatedAllocation

        public EliminatedAllocation​(java.lang.String type,
                                    int bytecodeOffset)
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getBytecodeOffset

        public int getBytecodeOffset()
      • setBytecodeOffset

        public void setBytecodeOffset​(int bytecodeOffset)