Interface JSType.WithSourceRef
-
- All Known Implementing Classes:
EnumType,FunctionType,NoObjectType,NoResolvedType,NoType
- Enclosing class:
- JSType
public static interface JSType.WithSourceRefA type with source information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGoogModuleId()The ID of the goog.module in which this type was declared.NodegetSource()The node representing the declaration of this type.
-
-
-
Method Detail
-
getSource
@Nullable Node getSource()
The node representing the declaration of this type.
-
getGoogModuleId
@Nullable java.lang.String getGoogModuleId()
The ID of the goog.module in which this type was declared.
-
-