VariableAssignment class

The value to be assigned is popped off the evaluation stack, so no need to keep it here

Inheritance

Constructors

VariableAssignment([String? _variableName, bool _isNewDeclaration = false])

Properties

debugMetadata DebugMetadata?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isGlobal bool
getter/setter pair
isNewDeclaration bool
getter/setter pair
ownDebugMetadata DebugMetadata
no setterinherited
parent RuntimeObject?
RuntimeObjects can be included in the main Story as a hierarchy. Usually parents are Container objects. (TODO: Always?)
getter/setter pairinherited
path Path
no setterinherited
rootContentContainer Container?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variableName String?
getter/setter pair

Methods

compactPathString(Path otherPath) String
inherited
CompactPathString(Path otherPath) String
inherited
convertPathToRelative(Path globalPath) Path
inherited
debugLineNumberOfPath(Path? path) int?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolvePath(Path? path) SearchResult
inherited
setChild<T extends RuntimeObject>(T? obj, T? value) → void
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited