org.eclipse.cdt.internal.ui
Interface ICElementPropertyConstants


public interface ICElementPropertyConstants

This interface documents the property constants used by the ICElement property source.


Field Summary
static java.lang.String P_BINARY_FILE_CATEGORY
           
static java.lang.String P_ELF_BSS
          The ICElement property key for elf bss.
static java.lang.String P_ELF_CPU
          The ICElement property key for elf cpu.
static java.lang.String P_ELF_DATA
          The ICElement property key for elf data.
static java.lang.String P_ELF_HAS_DEBUG
          The ICElement property key for elf bss.
static java.lang.String P_ELF_NEEDED
          The ICElement property key for elf type.
static java.lang.String P_ELF_SONAME
          The ICElement property key for elf soname.
static java.lang.String P_ELF_TEXT
          The ICElement property key for elf text.
static java.lang.String P_ELF_TYPE
          The ICElement property key for elf type.
 

Field Detail

P_ELF_CPU

static final java.lang.String P_ELF_CPU
The ICElement property key for elf cpu.

See Also:
Constant Field Values

P_ELF_TEXT

static final java.lang.String P_ELF_TEXT
The ICElement property key for elf text.

See Also:
Constant Field Values

P_ELF_DATA

static final java.lang.String P_ELF_DATA
The ICElement property key for elf data.

See Also:
Constant Field Values

P_ELF_BSS

static final java.lang.String P_ELF_BSS
The ICElement property key for elf bss.

See Also:
Constant Field Values

P_ELF_HAS_DEBUG

static final java.lang.String P_ELF_HAS_DEBUG
The ICElement property key for elf bss.

See Also:
Constant Field Values

P_ELF_SONAME

static final java.lang.String P_ELF_SONAME
The ICElement property key for elf soname.

See Also:
Constant Field Values

P_ELF_TYPE

static final java.lang.String P_ELF_TYPE
The ICElement property key for elf type.

See Also:
Constant Field Values

P_ELF_NEEDED

static final java.lang.String P_ELF_NEEDED
The ICElement property key for elf type.

See Also:
Constant Field Values

P_BINARY_FILE_CATEGORY

static final java.lang.String P_BINARY_FILE_CATEGORY