Class ClassType


  • public final class ClassType
    extends java.lang.Object
    This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ClassType​(java.lang.String token)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • declarationToken

        final java.lang.String declarationToken
        The keyword used to declare this type.
      • INTERFACE

        public static final ClassType INTERFACE
      • ANNOTATION_TYPE_DECL

        public static final ClassType ANNOTATION_TYPE_DECL
    • Constructor Detail

      • ClassType

        private ClassType​(java.lang.String token)