Class: RubyRTL::Expr

Inherits:
Ast
  • Object
show all
Defined in:
lib/ruby_rtl/ast.rb

Overview

expressions ===

Direct Known Subclasses

Binary, FuncCall, Unary

Instance Attribute Summary collapse

Attributes inherited from Ast

#comments

Method Summary

Methods inherited from Ast

#accept

Instance Attribute Details

#typeObject

Returns the value of attribute type.



184
185
186
# File 'lib/ruby_rtl/ast.rb', line 184

def type
  @type
end