mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Core type.
This commit is contained in:
parent
aab787f5aa
commit
81a37c9668
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public interface IBinaryParser {
|
|||
public int EXECUTABLE = 0x02;
|
||||
public int SHARED = 0x04;
|
||||
public int ARCHIVE = 0x08;
|
||||
public int CORE = 0x10;
|
||||
|
||||
public IFile getFile();
|
||||
public int getType();
|
||||
|
|
Loading…
Add table
Reference in a new issue