Class SignatureAttribute.Type

    • Constructor Summary

      Constructors 
      Constructor Description
      Type()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String jvmTypeName()
      Returns the type name in the JVM internal style.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • 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.