Package org.htmlunit.corejs.javascript
Class Node.PropListItem
- java.lang.Object
-
- org.htmlunit.corejs.javascript.Node.PropListItem
-
- Enclosing class:
- Node
private static class Node.PropListItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intintValue(package private) Node.PropListItemnext(package private) java.lang.ObjectobjectValue(package private) inttype
-
Constructor Summary
Constructors Modifier Constructor Description privatePropListItem()
-
-
-
Field Detail
-
next
Node.PropListItem next
-
type
int type
-
intValue
int intValue
-
objectValue
java.lang.Object objectValue
-
-