¿¹Á¦
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 Åä·Ð °Ô½ÃÆÇÀ» ÂüÁ¶Çϰųª Äڵ带 Á¦°øÇÑ ÆÀ¿¡ ¹®ÀÇÇÏ¿© Á¶¾ðÀ» ±¸ÇϽʽÿÀ.