A simple assignable. Either a local scope variable or a field/property that behaves like a local scope variable.
Direct supertypes
Indirect supertypes
Predicates
getACallable | Gets a callable in which this simple assignable can be analyzed. |
Inherited predicates
compiledFromSource | Holds if this element was compiled from source code that is also present in the database. That is, this element corresponds to another element from source. | from NamedElement |
fromLibrary | Holds if this element is from an assembly. | from Element |
fromSource | Holds if this element is from source code. | from Element |
getAChild | Gets a child of this element, if any. | from Element |
getALocation | Gets a location of this element, including sources and assemblies. | from Element |
getAnAccess | Gets an access to this assignable. | from Assignable |
getAnAssignedValue | Gets an expression assigned to this assignable, if any. | from Assignable |
getChild | Gets the | from Element |
getDeclaringType | Gets the type containing this declaration, if any. | from Declaration |
getFile | Gets the file containing this element. | from Element |
getIndex | Gets the index of this element among its parent’s other children (zero-based). | from Element |
getLabel | Gets a unique string label for this element. | from NamedElement |
getLanguage | Gets the “language” of this program element, as defined by the extension of the filename. For example, C# has language “cs”, and Visual Basic has language “vb”. | from Element |
getLocation | Gets the location of this element, if any. Where an element has multiple locations (for example a source file and an assembly), gets only the source location. | from Element |
getName | Gets the name of this element. | from NamedElement |
getNumberOfChildren | Gets the number of children of this element. | from Element |
getParent | Gets the parent of this element, if any. | from Element |
getQualifiedName | Gets the fully qualified name of this element, for example the fully qualified name of | from NamedElement |
getQualifiedNameWithTypes | Gets the fully qualified name of this declaration, including types, for example the fully qualified name with types of | from Declaration |
getSourceDeclaration | Gets the unbound version of this declaration. | from Declaration |
getType | Gets the type of this assignable. | from Assignable |
getURL | Define URL for declarations with no location. | from Declaration |
getUndecoratedName | Gets the name of this declaration, without additional decoration such as | from Declaration |
hasName | Holds if this element has name ‘name’. | from NamedElement |
hasQualifiedName | Holds if this element has the qualified name | from Declaration |
hasQualifiedName | Holds if this element has qualified name | from NamedElement |
isCompilerGenerated | Holds if this declaration has been generated by the compiler, for example implicit constructors or accessors. | from Declaration |
isSourceDeclaration | Holds if this declaration is unconstructed and in source code. | from Declaration |
toString | Gets a textual representation of this element. | from Declaration |
toStringWithTypes | Gets the full textual representation of this element, including type information. | from Element |