Class: Taoism::Nodes::UnaryOp
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::UnaryOp
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#op ⇒ Object
Returns the value of attribute op.
-
#operand ⇒ Object
Returns the value of attribute operand.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
30 31 32 |
# File 'lib/taoism/nodes.rb', line 30 def end @end end |
#op ⇒ Object
Returns the value of attribute op
30 31 32 |
# File 'lib/taoism/nodes.rb', line 30 def op @op end |
#operand ⇒ Object
Returns the value of attribute operand
30 31 32 |
# File 'lib/taoism/nodes.rb', line 30 def operand @operand end |
#start ⇒ Object
Returns the value of attribute start
30 31 32 |
# File 'lib/taoism/nodes.rb', line 30 def start @start end |