Class SignatureAttribute.Type

    • Constructor Summary

      Constructors 
      Constructor Description
      Type()  
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • encode

        abstract void encode​(java.lang.StringBuilder sb)
      • jvmTypeName

        public java.lang.String jvmTypeName()
        Returns the type name in the JVM internal style. For example, if the type is a nested class foo.Bar.Baz, then foo.Bar$Baz is returned.