Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.HashBasedTable<RawNominalType,java.lang.String,GlobalTypeInfo.PropertyDef> |
GlobalTypeInfo.propertyDefs |
Modifier and Type | Method and Description |
---|---|
private GlobalTypeInfo.PropertyDef |
GlobalTypeInfo.getPropDefFromClass(NominalType nominalType,
java.lang.String pname) |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<GlobalTypeInfo.PropertyDef> |
GlobalTypeInfo.getPropDefsFromInterface(NominalType nominalType,
java.lang.String pname) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
GlobalTypeInfo.getsTypeInfoFromParentMethod(GlobalTypeInfo.PropertyDef pd) |