mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
add isCore().
This commit is contained in:
parent
6eda5dd984
commit
aab787f5aa
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ public interface IBinary extends ICFile {
|
||||||
public boolean isObject();
|
public boolean isObject();
|
||||||
|
|
||||||
public boolean isSharedLib();
|
public boolean isSharedLib();
|
||||||
|
|
||||||
|
public boolean isCore();
|
||||||
|
|
||||||
public String [] getNeededSharedLibs();
|
public String [] getNeededSharedLibs();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue