-
public final class PropertyDescriptorObject property descriptor.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final RemoteObjectvalueprivate final Booleanwritableprivate final RemoteObjectgetprivate final RemoteObjectsetprivate final Booleanconfigurableprivate final Booleanenumerableprivate final BooleanwasThrownprivate final BooleanisOwnprivate final RemoteObjectsymbol
-
Constructor Summary
Constructors Constructor Description PropertyDescriptor(String name, RemoteObject value, Boolean writable, RemoteObject get, RemoteObject set, Boolean configurable, Boolean enumerable, Boolean wasThrown, Boolean isOwn, RemoteObject symbol)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final RemoteObjectcomponent2()final Booleancomponent3()final RemoteObjectcomponent4()final RemoteObjectcomponent5()final Booleancomponent6()final Booleancomponent7()final Booleancomponent8()final Booleancomponent9()final RemoteObjectcomponent10()final PropertyDescriptorcopy(String name, RemoteObject value, Boolean writable, RemoteObject get, RemoteObject set, Boolean configurable, Boolean enumerable, Boolean wasThrown, Boolean isOwn, RemoteObject symbol)final StringgetName()Property name or symbol description. final RemoteObjectgetValue()The value associated with the property. final BooleangetWritable()True if the value associated with the property may be changed (data descriptors only). final RemoteObjectgetGet()A function which serves as a getter for the property, or undefinedif there is no getter (accessor descriptors only).final RemoteObjectgetSet()A function which serves as a setter for the property, or undefinedif there is no setter (accessor descriptors only).final BooleangetConfigurable()True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. final BooleangetEnumerable()True if this property shows up during enumeration of the properties on the corresponding object. final BooleangetWasThrown()True if the result was thrown during the evaluation. final BooleangetIsOwn()True if the property is owned for the object. final RemoteObjectgetSymbol()Property symbol object, if the property is of the symboltype.-
-
Constructor Detail
-
PropertyDescriptor
PropertyDescriptor(String name, RemoteObject value, Boolean writable, RemoteObject get, RemoteObject set, Boolean configurable, Boolean enumerable, Boolean wasThrown, Boolean isOwn, RemoteObject symbol)
-
-
Method Detail
-
component1
final String component1()
-
component2
final RemoteObject component2()
-
component3
final Boolean component3()
-
component4
final RemoteObject component4()
-
component5
final RemoteObject component5()
-
component6
final Boolean component6()
-
component7
final Boolean component7()
-
component8
final Boolean component8()
-
component9
final Boolean component9()
-
component10
final RemoteObject component10()
-
copy
final PropertyDescriptor copy(String name, RemoteObject value, Boolean writable, RemoteObject get, RemoteObject set, Boolean configurable, Boolean enumerable, Boolean wasThrown, Boolean isOwn, RemoteObject symbol)
-
getValue
final RemoteObject getValue()
The value associated with the property.
-
getWritable
final Boolean getWritable()
True if the value associated with the property may be changed (data descriptors only).
-
getGet
final RemoteObject getGet()
A function which serves as a getter for the property, or
undefinedif there is no getter (accessor descriptors only).
-
getSet
final RemoteObject getSet()
A function which serves as a setter for the property, or
undefinedif there is no setter (accessor descriptors only).
-
getConfigurable
final Boolean getConfigurable()
True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
-
getEnumerable
final Boolean getEnumerable()
True if this property shows up during enumeration of the properties on the corresponding object.
-
getWasThrown
final Boolean getWasThrown()
True if the result was thrown during the evaluation.
-
getSymbol
final RemoteObject getSymbol()
Property symbol object, if the property is of the
symboltype.
-
-
-
-