public static interface INumericLiteralNode.INumericValue
Modifier and Type | Method and Description |
---|---|
IASLanguageConstants.BuiltinType |
getAssumedType()
Returns the assumed type of this numeric value based on the range of
the number.
|
int |
toInt32()
Returns the value of this number as an AS3
int |
double |
toInteger()
Returns the integral value of this number as an AS3
Number |
double |
toNumber()
Returns the value of this number as an AS3
Number |
String |
toString()
Returns the value of this number as a String
|
long |
toUint32()
Returns the value of this number as an AS3
uint |
IASLanguageConstants.BuiltinType getAssumedType()
double toInteger()
Number
int
valueint toInt32()
int
int
valuelong toUint32()
uint
uint
valuedouble toNumber()
Number
Number
valueCopyright © 2016 The Apache Software Foundation. All rights reserved.