|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.core.cdtvariables.CdtVariable
org.eclipse.cdt.internal.core.cdtvariables.EnvironmentVariableSupplier.EnvVarMacro
public class EnvironmentVariableSupplier.EnvVarMacro
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.cdtvariables.ICdtVariable |
---|
VALUE_PATH_ANY, VALUE_PATH_ANY_LIST, VALUE_PATH_DIR, VALUE_PATH_DIR_LIST, VALUE_PATH_FILE, VALUE_PATH_FILE_LIST, VALUE_TEXT, VALUE_TEXT_LIST |
Method Summary | |
---|---|
java.lang.String[] |
getStringListValue()
|
java.lang.String |
getStringValue()
|
int |
getValueType()
|
Methods inherited from class org.eclipse.cdt.core.cdtvariables.CdtVariable |
---|
getName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getValueType()
getValueType
in interface ICdtVariable
getValueType
in class CdtVariable
public java.lang.String getStringValue() throws CdtVariableException
getStringValue
in interface ICdtVariable
getStringValue
in class CdtVariable
CdtVariableException
- if macro holds StringList-type valuepublic java.lang.String[] getStringListValue() throws CdtVariableException
getStringListValue
in interface ICdtVariable
getStringListValue
in class CdtVariable
CdtVariableException
- if macro holds single String-type value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |