Class: Minjs::ECMA262::ExpModAssign
- Includes:
- AssignmentOperation
- Defined in:
- lib/minjs/ecma262/exp.rb
Instance Attribute Summary
Attributes inherited from ExpArg2
Instance Method Summary collapse
Methods included from AssignmentOperation
#==, #add_paren, #ecma262_typeof, #remove_paren
Methods inherited from ExpAssign
Methods inherited from ExpArg2
#deep_dup, #initialize, #replace, #to_js, #traverse
Methods inherited from Exp
#left_hand_side_exp?, #reduce, #to_js, #traverse
Methods inherited from Base
#==, #add_remove_paren, #concat, #deep_dup, #replace, #to_js, #to_s
Constructor Details
This class inherits a constructor from Minjs::ECMA262::ExpArg2
Instance Method Details
#priority ⇒ Object
1450 1451 1452 |
# File 'lib/minjs/ecma262/exp.rb', line 1450 def priority PRIORITY_ASSIGNMENT end |
#sym ⇒ Object
1447 1448 1449 |
# File 'lib/minjs/ecma262/exp.rb', line 1447 def sym "%=" end |