public interface StaticSlot
extends java.io.Serializable
StaticSlot
interface must be implemented by variables that can
appear as members of a StaticScope
.Modifier and Type | Method and Description |
---|---|
StaticRef |
getDeclaration()
Gets the declaration of this symbol.
|
JSDocInfo |
getJSDocInfo()
Gets the JSDoc for this slot.
|
java.lang.String |
getName()
Gets the name of the slot.
|
StaticScope |
getScope() |
java.lang.String getName()
StaticRef getDeclaration()
JSDocInfo getJSDocInfo()
StaticScope getScope()
Copyright © 2009-2019 Google. All Rights Reserved.