public interface DeclaredTypeRegistry
Modifier and Type | Method and Description |
---|---|
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 a JSType from a given named type,
or null if the identifier is not defined.
|
Copyright © 2009–2014 Google. All rights reserved.