Class: MilkTea::AST::UnaryOp
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::UnaryOp
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#operand ⇒ Object
readonly
Returns the value of attribute operand.
-
#operator ⇒ Object
readonly
Returns the value of attribute operator.
Instance Attribute Details
#operand ⇒ Object (readonly)
Returns the value of attribute operand
225 226 227 |
# File 'lib/milk_tea/core/ast.rb', line 225 def operand @operand end |
#operator ⇒ Object (readonly)
Returns the value of attribute operator
225 226 227 |
# File 'lib/milk_tea/core/ast.rb', line 225 def operator @operator end |