Package org.emftext.commons.jdt.resolve
Class JDTJavaClassifierUtil
- java.lang.Object
-
- org.emftext.commons.jdt.resolve.JDTJavaClassifierUtil
-
public abstract class JDTJavaClassifierUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description JDTJavaClassifierUtil()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.eclipse.jdt.core.IType
getIType(JDTJavaClassifier classifier)
Returns theIType
that corresponds to the given classifier.abstract void
handleException(Exception e)
This is a template method that must be implemented by concrete subclasses to handle exceptions that are thrown while executinggetIType(JDTJavaClassifier)
.
-
-
-
Method Detail
-
getIType
public org.eclipse.jdt.core.IType getIType(JDTJavaClassifier classifier)
Returns theIType
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 executinggetIType(JDTJavaClassifier)
.
-
-