final class TypeWithPropertiesStatics
extends java.lang.Object
TypeWithProperties
instances.Modifier | Constructor and Description |
---|---|
private |
TypeWithPropertiesStatics() |
Modifier and Type | Method and Description |
---|---|
(package private) static JSType |
getDeclaredProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types,
QualifiedName qname) |
(package private) static JSType |
getProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types,
QualifiedName qname) |
(package private) static boolean |
hasConstantProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types,
QualifiedName qname) |
(package private) static boolean |
hasProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types,
QualifiedName qname) |
(package private) static boolean |
mayHaveProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types,
QualifiedName qname) |
static JSType getProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types, QualifiedName qname)
static JSType getDeclaredProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types, QualifiedName qname)
static boolean mayHaveProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types, QualifiedName qname)
static boolean hasProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types, QualifiedName qname)
static boolean hasConstantProp(com.google.common.collect.ImmutableSet<? extends TypeWithProperties> types, QualifiedName qname)