class Dentaku::AST::Grouping
Public Class Methods
new(node)
click to toggle source
# File lib/dentaku/ast/grouping.rb, line 6 def initialize(node) @node = node end
Public Instance Methods
dependencies(context = {})
click to toggle source
# File lib/dentaku/ast/grouping.rb, line 18 def dependencies(context = {}) @node.dependencies(context) end
type()
click to toggle source
# File lib/dentaku/ast/grouping.rb, line 14 def type @node.type end
value(context = {})
click to toggle source
# File lib/dentaku/ast/grouping.rb, line 10 def value(context = {}) @node.value(context) end