Class DecodedSwitchEntry


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

      Fields 
      Modifier and Type Field Description
      private int bytecodeTarget  
      private java.util.List<java.lang.Integer> value  
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodedSwitchEntry​(java.util.List<java.lang.Integer> value, int bytecodeTarget)  
    • Field Detail

      • value

        private final java.util.List<java.lang.Integer> value
      • bytecodeTarget

        private final int bytecodeTarget
    • Constructor Detail

      • DecodedSwitchEntry

        public DecodedSwitchEntry​(java.util.List<java.lang.Integer> value,
                                  int bytecodeTarget)
    • Method Detail

      • getValue

        public java.util.List<java.lang.Integer> getValue()
      • getBytecodeTarget

        int getBytecodeTarget()
      • toString

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

        public boolean hasDefault()