Class LookupSwitchStmt

    • Field Detail

      • lookupValues

        public int[] lookupValues
    • Constructor Detail

      • LookupSwitchStmt

        public LookupSwitchStmt​(Value key,
                                int[] lookupValues,
                                LabelStmt[] targets,
                                LabelStmt defaultTarget)
    • Method Detail

      • toString

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