Class: Maccro::DSL::Dot3Exp
Instance Attribute Summary
Attributes inherited from Node
#first_column, #first_lineno, #last_column, #last_lineno, #name
Class Method Summary collapse
Instance Method Summary collapse
-
#type ⇒ Object
range constructor (exclusive).
Methods inherited from Node
#capture, #children, #initialize, #match?, #to_code_range
Methods included from ASTNodeWrapper
#capture, #children, #match?, #to_code_range
Constructor Details
This class inherits a constructor from Maccro::DSL::Node
Class Method Details
.match?(node) ⇒ Boolean
127 |
# File 'lib/maccro/dsl/expression.rb', line 127 def self.match?(node); node.type == :DOT3; end |
Instance Method Details
#type ⇒ Object
range constructor (exclusive)
126 |
# File 'lib/maccro/dsl/expression.rb', line 126 def type; :DOT3; end |