Class: Pdfrb::Arlington::Predicate::AST::BinOp

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/arlington/predicate/ast.rb

Overview

==, !=, <, >, <=, >=, +, -, *, /

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



14
15
16
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 14

def left
  @left
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



14
15
16
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 14

def op
  @op
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



14
15
16
# File 'lib/pdfrb/arlington/predicate/ast.rb', line 14

def right
  @right
end