Represents a variable in the AST.

See:

Properties

expr:Null<Expr>

The expression of the variable, if available.

name:String

The name of the variable.

type:Null<ComplexType>

The type-hint of the variable, if available.