|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IValue
Models a value of a variable, enumerator or expression.
| Method Summary | |
|---|---|
org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPEvaluation |
getEvaluation()
Returns the evaluation object if this value is dependent, or null otherwise. |
char[] |
getInternalExpression()
Deprecated. Returns an empty character array. |
char[] |
getSignature()
Returns a signature uniquely identifying the value. |
IBinding[] |
getUnknownBindings()
Deprecated. Returns an empty array. |
java.lang.Long |
numericalValue()
Returns the value as a number, or null if it is not possible. |
| Method Detail |
|---|
java.lang.Long numericalValue()
null if it is not possible.
org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPEvaluation getEvaluation()
null otherwise.
If numericalValue() returns null, getEvaluation() returns
not null and vice versa.
char[] getSignature()
@Deprecated char[] getInternalExpression()
@Deprecated IBinding[] getUnknownBindings()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||