Class: AEMReference::NOT

Inherits:
LogicalTest show all
Defined in:
lib/_aem/aemreference.rb

Constant Summary collapse

Operator =
AEMReference.pack_enum(KAE::KAENOT)
Name =
:not

Instance Method Summary collapse

Methods inherited from LogicalTest

#AEM_pack_self, #initialize

Methods inherited from Test

#and, #not, #or

Methods inherited from Query

#==, #AEM_comparable, #hash, #initialize, #inspect

Constructor Details

This class inherits a constructor from AEMReference::LogicalTest

Instance Method Details

#AEM_resolve(obj) ⇒ Object



922
923
924
# File 'lib/_aem/aemreference.rb', line 922

def AEM_resolve(obj)
  return @_operands[0].AEM_resolve(obj).send(:not)
end

#to_sObject



918
919
920
# File 'lib/_aem/aemreference.rb', line 918

def to_s
  return "#{@_operands[0].inspect}.not"
end