Package org.mozilla.javascript
Class Node.PropListItem
- java.lang.Object
-
- org.mozilla.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) int
intValue
(package private) Node.PropListItem
next
(package private) java.lang.Object
objectValue
(package private) int
type
-
Constructor Summary
Constructors Modifier Constructor Description private
PropListItem()
-
-
-
Field Detail
-
next
Node.PropListItem next
-
type
int type
-
intValue
int intValue
-
objectValue
java.lang.Object objectValue
-
-