Class: Pdfrb::Arlington::Predicate::AST::LogicalOp
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Arlington::Predicate::AST::LogicalOp
- Defined in:
- lib/pdfrb/arlington/predicate/ast.rb
Overview
&&, ||
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#op ⇒ Object
Returns the value of attribute op.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
16 17 18 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 16 def left @left end |
#op ⇒ Object
Returns the value of attribute op
16 17 18 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 16 def op @op end |
#right ⇒ Object
Returns the value of attribute right
16 17 18 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 16 def right @right end |