Class: MilkTea::AST::UnaryOp

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#operandObject (readonly)

Returns the value of attribute operand

Returns:

  • (Object)

    the current value of operand



225
226
227
# File 'lib/milk_tea/core/ast.rb', line 225

def operand
  @operand
end

#operatorObject (readonly)

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



225
226
227
# File 'lib/milk_tea/core/ast.rb', line 225

def operator
  @operator
end