class DrawFieldPropertyNode

Public Instance Methods

apply_function(operand) click to toggle source
# File lib/ast_node.rb, line 308
def apply_function(operand)
  if @value == "STACK" || @value == "AREA"
    parent.properties[:stacked] = true
  end
  return operand
end