Class Type

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Type>
    Direct Known Subclasses:
    Type.Primitive, Type.Reference

    public abstract class Type
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Type>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • PRIMITIVE

        public static final Name PRIMITIVE
      • REFERENCE

        public static final Name REFERENCE
    • Method Detail

      • accept

        public abstract <R> R accept​(Type.Visitor<R> visitor)