public interface IValue
Modifier and Type | Method and Description |
---|---|
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. |
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()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.