Class AbstractTypeAwareCheck.AbstractClassInfo

    • Constructor Detail

      • AbstractClassInfo

        protected AbstractClassInfo​(AbstractTypeAwareCheck.Token className)
        Creates new instance of class information object.
        Parameters:
        className - token which represents class name.
    • Method Detail

      • getClazz

        public abstract java.lang.Class<?> getClazz()
        Returns class associated with that object.
        Returns:
        Class associated with an object.