RKelly::Nodes::Node
# File lib/rkelly/nodes/var_decl_node.rb, line 5 def initialize(name, value, constant = false) super(value) @name = name @constant = constant end
# File lib/rkelly/nodes/var_decl_node.rb, line 11 def constant?; @constant; end
# File lib/rkelly/nodes/var_decl_node.rb, line 12 def variable?; !@constant; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.