blob: 67e54183006ebef3d1b87dbbd205e16f4fc64700 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.utils.IntUtil",
"baseClassname": ""
,
"description": "Contains reusable methods for operations pertaining to int values.",
"members": [
{ "type": "method",
"qname": "rol",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Rotates x left n bits",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9.0"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["ActionScript 3.0"]} ],
"return": "int",
"params": [{ "name": "x", "type": "int"},
{ "name": "n", "type": "int"}]}
,
{ "type": "method",
"qname": "ror",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Rotates x right n bits",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9.0"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["ActionScript 3.0"]} ],
"return": "uint",
"params": [{ "name": "x", "type": "int"},
{ "name": "n", "type": "int"}]}
,
{ "type": "method",
"qname": "toHex",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Outputs the hex value of a int, allowing the developer to specify the endinaness in the process. Hex output is lowercase. hex representation of n ( minus the leading "0x" )",
"tags": [
{ "tagName": "param",
"values": ["n The int value to output as hex", "bigEndian Flag to output the int as big or little endian"]},
{ "tagName": "playerversion",
"values": ["Flash 9.0"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "return",
"values": ["A string of length 8 corresponding to the"]},
{ "tagName": "langversion",
"values": ["ActionScript 3.0"]} ],
"return": "String",
"params": [{ "name": "n", "type": "int"},
{ "name": "bigEndian", "type": "Boolean"}]}
]
}