public interface INumericLiteralNode
3
,
0x1FFF
, or -1.23e10
.
This node has no children.
Modifier and Type | Interface and Description |
---|---|
static interface |
INumericLiteralNode.INumericValue
Represents the value of a numeric literal found in AS3 source
|
Modifier and Type | Field and Description |
---|---|
static int |
MAX_INT_VALUE
Maximum value of the AS3
int datatype |
static double |
MAX_NUMBER_VALUE
Maximum value of the AS3
Number datatype |
static long |
MAX_UINT_VALUE
Maximum value of the AS3
uint datatype |
static int |
MIN_INT_VALUE
Minimum value of the AS3
int datatype |
static double |
MIN_NUMBER_VALUE
Minimum value of the AS3
Number datatype |
Modifier and Type | Method and Description |
---|---|
INumericLiteralNode.INumericValue |
getNumericValue() |
static final int MAX_INT_VALUE
int
datatypestatic final int MIN_INT_VALUE
int
datatypestatic final long MAX_UINT_VALUE
uint
datatypestatic final double MAX_NUMBER_VALUE
Number
datatypestatic final double MIN_NUMBER_VALUE
Number
datatypeINumericLiteralNode.INumericValue getNumericValue() throws NumberFormatException
NumberFormatException
Copyright © 2016 The Apache Software Foundation. All rights reserved.