-
public final class InternalPropertyDescriptorObject internal property descriptor. This property isn't normally visible in JavaScript code.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final RemoteObjectvalue
-
Constructor Summary
Constructors Constructor Description InternalPropertyDescriptor(String name, RemoteObject value)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final RemoteObjectcomponent2()final InternalPropertyDescriptorcopy(String name, RemoteObject value)final StringgetName()Conventional property name. final RemoteObjectgetValue()The value associated with the property. -
-
Constructor Detail
-
InternalPropertyDescriptor
InternalPropertyDescriptor(String name, RemoteObject value)
-
-
Method Detail
-
component1
final String component1()
-
component2
final RemoteObject component2()
-
copy
final InternalPropertyDescriptor copy(String name, RemoteObject value)
-
getValue
final RemoteObject getValue()
The value associated with the property.
-
-
-
-