Class JDTJavaClassifierUtil

java.lang.Object
tools.mdsd.jamopp.commons.jdt.resolve.JDTJavaClassifierUtil

public abstract class JDTJavaClassifierUtil extends Object
  • Constructor Details

    • JDTJavaClassifierUtil

      public JDTJavaClassifierUtil()
  • Method Details

    • 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 exception)
      This is a template method that must be implemented by concrete subclasses to handle exceptions that are thrown while executing getIType(JDTJavaClassifier).