Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Field and Description |
---|---|
private Property.Attribute |
Property.attribute |
Modifier and Type | Method and Description |
---|---|
private static Property.Attribute |
Property.joinAttributes(Property.Attribute a1,
Property.Attribute a2) |
private static Property.Attribute |
Property.meetAttributes(Property.Attribute a1,
Property.Attribute a2) |
static Property.Attribute |
Property.Attribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Property.Attribute[] |
Property.Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static Property.Attribute |
Property.joinAttributes(Property.Attribute a1,
Property.Attribute a2) |
private static Property.Attribute |
Property.meetAttributes(Property.Attribute a1,
Property.Attribute a2) |
Constructor and Description |
---|
Property(Node defSite,
JSType inferredType,
JSType declaredType,
Property.Attribute attribute) |