Class: Chelsy::Operator::PrefixDecrement

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

Instance Attribute Summary

Attributes inherited from Unary

#operand

Attributes inherited from Element

#fragments, #post_fragments

Class Method Summary collapse

Methods inherited from Prefix

#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::Prefix

Class Method Details

.operatorObject



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

def self.operator; :"--" end