Class JDTJavaClassifierUtil
java.lang.Object
tools.mdsd.jamopp.commons.jdt.resolve.JDTJavaClassifierUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jdt.core.ITypegetIType(JDTJavaClassifier classifier) Returns theITypethat corresponds to the given classifier.abstract voidhandleException(Exception exception) This is a template method that must be implemented by concrete subclasses to handle exceptions that are thrown while executinggetIType(JDTJavaClassifier).
-
Constructor Details
-
JDTJavaClassifierUtil
public JDTJavaClassifierUtil()
-
-
Method Details
-
getIType
Returns theITypethat corresponds to the given classifier. -
handleException
This is a template method that must be implemented by concrete subclasses to handle exceptions that are thrown while executinggetIType(JDTJavaClassifier).
-