Class: Pdfrb::Arlington::Predicate::AST::BinOp
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Arlington::Predicate::AST::BinOp
- 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
14 15 16 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 14 def left @left end |
#op ⇒ Object
Returns the value of attribute op
14 15 16 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 14 def op @op end |
#right ⇒ Object
Returns the value of attribute right
14 15 16 |
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 14 def right @right end |