private static final class NamedType.PropertyContinuation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
inferred |
private java.lang.String |
propertyName |
private Node |
propertyNode |
private JSType |
type |
Modifier | Constructor and Description |
---|---|
private |
PropertyContinuation(java.lang.String propertyName,
JSType type,
boolean inferred,
Node propertyNode) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
commit(ObjectType target) |
private final java.lang.String propertyName
private final JSType type
private final boolean inferred
private final Node propertyNode
void commit(ObjectType target)