Class Property
java.lang.Object
com.google.javascript.rhino.jstype.Property
- All Implemented Interfaces:
StaticReference<JSType>,StaticSlot<JSType>,Serializable
public final class Property
extends Object
implements Serializable, StaticSlot<JSType>, StaticReference<JSType>
A property slot of an object.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the declaration of this symbol.Gets the JSDoc for this slot.getName()Gets the name of the slot.getNode()The node where the reference lives.The source file where the reference lives.The variable that this reference points to.getType()Returns the type information, if any, for this slot.booleanReturns whether the type has been inferred (as opposed to declared).void
-
Method Details
-
getName
Description copied from interface:StaticSlotGets the name of the slot.- Specified by:
getNamein interfaceStaticSlot<JSType>
-
getNode
Description copied from interface:StaticReferenceThe node where the reference lives.- Specified by:
getNodein interfaceStaticReference<JSType>
-
getSourceFile
Description copied from interface:StaticReferenceThe source file where the reference lives.- Specified by:
getSourceFilein interfaceStaticReference<JSType>
-
getSymbol
Description copied from interface:StaticReferenceThe variable that this reference points to.- Specified by:
getSymbolin interfaceStaticReference<JSType>
-
getDeclaration
Description copied from interface:StaticSlotGets the declaration of this symbol. May not exist.- Specified by:
getDeclarationin interfaceStaticSlot<JSType>
-
getType
Description copied from interface:StaticSlotReturns the type information, if any, for this slot.- Specified by:
getTypein interfaceStaticSlot<JSType>- Returns:
- The type or
nullif no type is declared for it.
-
isTypeInferred
public boolean isTypeInferred()Description copied from interface:StaticSlotReturns whether the type has been inferred (as opposed to declared).- Specified by:
isTypeInferredin interfaceStaticSlot<JSType>
-
getJSDocInfo
Description copied from interface:StaticSlotGets the JSDoc for this slot.- Specified by:
getJSDocInfoin interfaceStaticSlot<JSType>
-
setNode
-