Class: AQL::Node::Operator::Assignment

Inherits:
AQL::Node::Operator show all
Defined in:
lib/aql/node/operator/assignment.rb

Overview

Assignment operator

Constant Summary collapse

SYMBOL =
:'='

Constants inherited from AQL::Node

NULL

Instance Attribute Summary collapse

Method Summary

Methods inherited from AQL::Node

#aql, #visit

Instance Attribute Details

#nameAQL (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return name

Returns:

  • (AQL)

    name



15
16
17
# File 'lib/aql/node/operator/assignment.rb', line 15

def name
  @name
end