Class BaseTypeSignature


  • public class BaseTypeSignature
    extends TypeSignature
    A type signature for a base type.
    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Method Detail

      • getTypeStr

        public String getTypeStr()
        Returns:
        The base type, such as "int", "float", or "void".
      • getType

        public Class<?> getType()
        Returns:
        The class of the base type, such as int.class, float.class, or void.class.
      • getClassName

        protected String getClassName()
        The name of the class (used by getClassInfo() to fetch the ClassInfo object for the class).
        Returns:
        The class name.
      • getClassInfo

        protected ClassInfo getClassInfo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object