Class: Pdfrb::Arlington::Predicate::AST::UnaryOp
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Arlington::Predicate::AST::UnaryOp
- Defined in:
- lib/pdfrb/arlington/predicate/ast.rb
Overview
!
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
15 16 17 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 15 def op @op end |
#operand ⇒ Object
Returns the value of attribute operand
15 16 17 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 15 def operand @operand end |