Class JDTJavaClassifierUtil


  • public abstract class JDTJavaClassifierUtil
    extends Object
    • Constructor Detail

      • JDTJavaClassifierUtil

        public JDTJavaClassifierUtil()
    • Method Detail

      • getIType

        public org.eclipse.jdt.core.IType getIType​(JDTJavaClassifier classifier)
        Returns the IType that corresponds to the given classifier.
      • handleException

        public abstract void handleException​(Exception e)
        This is a template method that must be implemented by concrete subclasses to handle exceptions that are thrown while executing getIType(JDTJavaClassifier).