| Modifier and Type | Field and Description |
|---|---|
Objs.Property<ArrayBuffer> |
Uint32Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Uint16Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
ArrayBufferView.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
DataView.buffer |
Objs.Property<ArrayBuffer> |
Float64Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Int16Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Uint8ClampedArray.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Int32Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Int8Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Uint8Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<ArrayBuffer> |
Float32Array.buffer
The ArrayBuffer instance referenced by the array.
|
Objs.Property<Number> |
Uint32Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Uint16Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
ArrayBufferView.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
DataView.byteLength |
Objs.Property<Number> |
Float64Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
ArrayBuffer.byteLength
Read-only.
|
Objs.Property<Number> |
Int16Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Uint8ClampedArray.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Int32Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Int8Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Uint8Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Float32Array.byteLength
The length in bytes of the array.
|
Objs.Property<Number> |
Uint32Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Uint16Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
ArrayBufferView.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
DataView.byteOffset |
Objs.Property<Number> |
Float64Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Int16Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Uint8ClampedArray.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Int32Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Int8Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Uint8Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Float32Array.byteOffset
The offset in bytes of the array.
|
Objs.Property<Number> |
Uint32Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Uint16Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Float64Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Int16Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Uint8ClampedArray.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Int32Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Int8Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Uint8Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Number> |
Float32Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array.
|
Objs.Property<Function> |
IArguments.callee |
Objs.Property<Boolean> |
PropertyDescriptor.configurable |
Objs.Property<Boolean> |
TypedPropertyDescriptor.configurable |
Objs.Property<Boolean> |
PropertyDescriptor.enumerable |
Objs.Property<Boolean> |
TypedPropertyDescriptor.enumerable |
Objs.Property<Function.A0<? extends T>> |
TypedPropertyDescriptor.get |
Objs.Property<Boolean> |
RegExp.global
Returns a Boolean value indicating the state of the global flag (g) used with a regular expression.
|
Objs.Property<Boolean> |
RegExp.ignoreCase
Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression.
|
Objs.Property<Number> |
RegExpExecArray.index |
Objs.Property<Number> |
RegExpMatchArray.index |
Objs.Property<String> |
RegExpExecArray.input |
Objs.Property<String> |
RegExpMatchArray.input |
Objs.Property<Number> |
RegExp.lastIndex |
Objs.Property<Number> |
Uint32Array.length
The length of the array.
|
Objs.Property<Number> |
Uint16Array.length
The length of the array.
|
Objs.Property<Number> |
IArguments.length |
Objs.Property<Number> |
Float64Array.length
The length of the array.
|
Objs.Property<Number> |
Int16Array.length
The length of the array.
|
Objs.Property<Number> |
Uint8ClampedArray.length
The length of the array.
|
Objs.Property<Number> |
ArrayLike.length |
Objs.Property<Number> |
Int32Array.length
The length of the array.
|
Objs.Property<Number> |
Int8Array.length
The length of the array.
|
Objs.Property<Number> |
Uint8Array.length
The length of the array.
|
Objs.Property<Number> |
Float32Array.length
The length of the array.
|
Objs.Property<Number> |
Function.length |
Objs.Property<Number> |
Array.length
Gets or sets the length of the array.
|
Objs.Property<String> |
Error.message |
Objs.Property<Boolean> |
RegExp.multiline
Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression.
|
Objs.Property<String> |
Error.name |
Objs.Property<String[]> |
TemplateStringsArray.raw |
Objs.Property<Function.A1<? super T,? extends Void>> |
TypedPropertyDescriptor.set |
Objs.Property<String> |
RegExp.source
Returns a copy of the text of the regular expression pattern.
|
Objs.Property<Object> |
PropertyDescriptor.value |
Objs.Property<Objs> |
TypedPropertyDescriptor.value |
Objs.Property<Boolean> |
PropertyDescriptor.writable |
Objs.Property<Boolean> |
TypedPropertyDescriptor.writable |
| Modifier and Type | Method and Description |
|---|---|
static <T> Objs.Property<T> |
Objs.Property.create(Objs obj,
Class<? extends Object> propertyType,
String property)
Creates new property for the object.
|
Copyright © 2016. All rights reserved.