class LabelFieldPropertyNode

Public Instance Methods

apply_function(operand) click to toggle source
# File lib/ast_node.rb, line 270
def apply_function(operand)
  parent.properties[:alias] = @value
  return operand
end