Class EnumSwitchRewriterTransform.Visitor.SwitchMapInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      SwitchMapInfo​(java.lang.String enclosingType)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • enclosingType

        final java.lang.String enclosingType
      • switches

        final java.util.Map<java.lang.String,​java.util.List<SwitchStatement>> switches
      • mappings

        final java.util.Map<java.lang.String,​java.util.Map<java.lang.Integer,​Expression>> mappings
    • Constructor Detail

      • SwitchMapInfo

        SwitchMapInfo​(java.lang.String enclosingType)