class Macros::MetaVar

Overview

A ficticious node representing a variable or instance variable, together with type information.

Superclass hierarchy

Object
Reference
Macros::ASTNode
Macros::MetaVar

Defined in:

Instance Method Summary

Instance Method Detail

def name : MacroId

Returns the name of this variable.


def type : TypeNode | NilLiteral

Returns the type of this variable, if known, or nil.