private class AmbiguateProperties.Property
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
newName |
(package private) int |
numOccurrences |
(package private) java.lang.String |
oldName |
(package private) AmbiguateProperties.JSTypeBitSet |
relatedTypes |
(package private) boolean |
skipAmbiguating |
Constructor and Description |
---|
Property(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private void |
addNonUnionType(JSType newType) |
(package private) void |
addType(JSType newType)
Add this type to this property, calculating
|
final java.lang.String oldName
java.lang.String newName
int numOccurrences
boolean skipAmbiguating
AmbiguateProperties.JSTypeBitSet relatedTypes