Class: Chelsy::Operator::PostfixIncrement

Inherits:
Postfix show all
Defined in:
lib/chelsy/ast.rb

Overview

=== 6.5.2.4 Postfix increment and decrement operators

Instance Attribute Summary

Attributes inherited from Unary

#operand

Attributes inherited from Element

#fragments, #post_fragments

Class Method Summary collapse

Methods inherited from Postfix

#initialize

Methods inherited from Unary

#initialize

Methods inherited from Base

precedence

Methods inherited from Element

#initialize

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Chelsy::Operator::Postfix

Class Method Details

.operatorObject



637
# File 'lib/chelsy/ast.rb', line 637

def self.operator; :"++" end