VariableInformation

case class VariableInformation(nodes: List[AstNode])

Represents a local and all of its reference identifiers.

Value parameters:
nodes

a list of a local and its reference identifiers.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val dynamicTypeHintFullName: Seq[String]

The dynamic type hints attached to this variable. This assumes all nodes have the same property value at this time.

The dynamic type hints attached to this variable. This assumes all nodes have the same property value at this time.

lazy val isImmutable: Boolean

Whether this variable has been set as immutable or not.

Whether this variable has been set as immutable or not.