Crystal::Macros::Metaclass
Inherits Crystal::Macros::ASTNode
A metaclass in a type expression: T.class
Instance methods
resolve
Resolves this metaclass to a TypeNode if it denotes a type,
or otherwise gives a compile-time error.
resolve?
Resolves this metaclass to a TypeNode if it denotes a type,
or otherwise returns a NilLiteral.