Class Variable
A built-in or declared variable.
Note that Go currently does not have any built-in variables, so this class is effectively
an alias for DeclaredVariable
.
Import path
import semmle.go.Scopes
Direct supertypes
Indirect supertypes
Known direct subtypes
Inherited predicates
getARead | Gets a data-flow node that reads the value of this entity. | from ValueEntity |
getAReference | Gets a reference to this entity. | from Entity |
getAWrite | Gets a control-flow node that updates the value of this entity. | from ValueEntity |
getDeclaration | Gets the declaring identifier for this entity, if any. | from Entity |
getName | Gets the name of this entity. | from Entity |
getPackage | Gets the package in which this entity is declared, if any. | from Entity |
getQualifiedName | Gets the qualified name of this entity, if any. | from Entity |
getScope | Gets the scope in which this entity is declared, if any. | from Entity |
getType | Gets the type of this entity. | from Entity |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Entity |
hasQualifiedName | Holds if this entity is declared in a package with path | from Entity |
toString | Gets a textual representation of this entity. | from Entity |