¿¹Á¦

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 Åä·Ð °Ô½ÃÆÇÀ» ã¾Æº¸°Å³ª Äڵ带 Á¦°øÇÑ ÆÀ¿¡ ¿¬¶ôÇÏ¿© Á¦¾È»çÇ׿¡ ´ëÇØ ¹®ÀÇÇϽʽÿÀ.