|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICdtVariableStatus
This interface represents the status of a build macro operation
Field Summary | |
---|---|
static int |
TYPE_ERROR
This type is used to present that some error other than the one represented by other TYPE_xxx has occured |
static int |
TYPE_MACRO_NOT_STRING
The status of this type is created by the Build Macro of the String-List type when the String value is requested |
static int |
TYPE_MACRO_NOT_STRINGLIST
The status of this type is created by the Build Macro of the String type when the String-List value is requested |
static int |
TYPE_MACRO_REFERENCE_INCORRECT
This type is used to present that the incorrect macro reference is encountered while resolving macros in some expression |
static int |
TYPE_MACRO_UNDEFINED
This type is used to present that the inexistent macro reference is encountered while resolving macros in some expression |
static int |
TYPE_MACROS_REFERENCE_EACHOTHER
This type is used to present that two macros reference each other |
Fields inherited from interface org.eclipse.core.runtime.IStatus |
---|
CANCEL, ERROR, INFO, OK, WARNING |
Method Summary | |
---|---|
java.lang.String |
getExpression()
returns the string whose resolutinon caused caused this status creation or null if none |
java.lang.String |
getReferencedMacroName()
returns the macro name referenced in the resolution string that caused this this status creation or null if none |
java.lang.String |
getVariableName()
returns the name of the build macro whose resolution caused this status creation or null if none |
Methods inherited from interface org.eclipse.core.runtime.IStatus |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches |
Field Detail |
---|
static final int TYPE_MACRO_UNDEFINED
static final int TYPE_MACROS_REFERENCE_EACHOTHER
static final int TYPE_MACRO_REFERENCE_INCORRECT
static final int TYPE_MACRO_NOT_STRING
static final int TYPE_MACRO_NOT_STRINGLIST
static final int TYPE_ERROR
Method Detail |
---|
java.lang.String getVariableName()
java.lang.String getExpression()
java.lang.String getReferencedMacroName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |