class Macros::Cast
Superclass hierarchy
Object
Reference
Macros::ASTNode
Macros::Cast
Defined in:
Instance Method Summary
#obj
: ASTNode
Returns the object part of the cast.
#to
: ASTNode
Returns the target type of the cast.
Instance Method Detail
def
obj
:
ASTNode
Returns the object part of the cast.
def
to
:
ASTNode
Returns the target type of the cast.