Class SignatureParser.PrimitiveTypeSignature

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String typeName
      The name of the primitive type, e.g
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • typeName

        public final java.lang.String typeName
        The name of the primitive type, e.g. 'int'.