예제

public boolean isInterface( SourceType o ) {
if ( o instanceof SourceType ){
try {
ISourceType type = (ISourceType)o.getElementInfo();
if ( type.isInterface() ){
return true;
}
}catch (Exception e){
e.printStackTrace();
}
}
return false;
}

솔루션
사용할 대체 항목을 찾으려면 도움말, Eclipse 토론 게시판을 찾아보거나 코드를 제공한 팀에 연락하여 제안사항에 대해 문의하십시오.