Class TypeSimplifier.Spelling

  • Enclosing class:
    TypeSimplifier

    private static class TypeSimplifier.Spelling
    extends java.lang.Object
    The spelling that should be used to refer to a given class, and an indication of whether it should be imported.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean importIt  
      (package private) java.lang.String spelling  
    • Constructor Summary

      Constructors 
      Constructor Description
      Spelling​(java.lang.String spelling, boolean importIt)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • spelling

        final java.lang.String spelling
      • importIt

        final boolean importIt
    • Constructor Detail

      • Spelling

        Spelling​(java.lang.String spelling,
                 boolean importIt)