Package | Description |
---|---|
net.java.html.lib |
Modifier and Type | Method and Description |
---|---|
static PropertyDescriptor |
PropertyDescriptor.$as(Object obj) |
PropertyDescriptor |
PropertyDescriptorMap.$get(String s) |
static PropertyDescriptor |
Objs.getOwnPropertyDescriptor(Object o,
String p)
Gets the own property descriptor of the specified object.
|
Modifier and Type | Method and Description |
---|---|
static Object |
Objs.defineProperty(Object o,
String p,
PropertyDescriptor attributes)
Adds a property to an object, or modifies attributes of an existing property.
|
Copyright © 2018. All rights reserved.