|
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 | |
---|---|
char[] |
getInternalExpression()
Returns an internal representation of the expression that builds up the value. |
char[] |
getSignature()
Returns a signature containing both the internal representation and the unknown bindings. |
IBinding[] |
getUnknownBindings()
A value may be dependent on template parameters, in which case a list of unknown bindings is maintained for later instantiation. |
Long |
numericalValue()
Returns the value as a number, or null if this is not possible. |
Method Detail |
---|
Long numericalValue()
null
if this is not possible.
char[] getInternalExpression()
IBinding[] getUnknownBindings()
char[] getSignature()
|
Eclipse CDT 7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |