public interface DeclaredTypeRegistry
Modifier and Type | Method and Description |
---|---|
JSTypes |
getCommonTypes() |
JSType |
getDeclaredTypeOf(String name)
Returns the declared JSType of the given identifier,
or null if the identifier is not defined.
|
EnumType |
getEnum(String name)
Returns the instance of the enum named
name |
Typedef |
getTypedef(String name)
Returns the instance of the typedef named
name |
JSType |
lookupTypeByName(String name)
Returns the named type from a given potentially qualified type name,
or null if the name is not defined.
|
JSType lookupTypeByName(String name)
JSType getDeclaredTypeOf(String name)
JSTypes getCommonTypes()
Copyright © 2009–2016 Google. All rights reserved.