Class: Gemite::AST::UnaryOp
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::UnaryOp
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#op ⇒ Object
Returns the value of attribute op.
-
#operand ⇒ Object
Returns the value of attribute operand.
Instance Attribute Details
#op ⇒ Object
Returns the value of attribute op
17 18 19 |
# File 'lib/gemite/ast.rb', line 17 def op @op end |
#operand ⇒ Object
Returns the value of attribute operand
17 18 19 |
# File 'lib/gemite/ast.rb', line 17 def operand @operand end |