Class: Pegarus::Difference

Inherits:
BinaryOp show all
Defined in:
lib/pegarus/ast/difference.rb

Instance Attribute Summary

Attributes inherited from BinaryOp

#first, #second

Instance Method Summary collapse

Methods inherited from BinaryOp

#initialize

Methods inherited from Pattern

#*, #+, #+@, #-, #-@, #/, engine, #graph, #match, select_engine

Constructor Details

This class inherits a constructor from Pegarus::BinaryOp

Instance Method Details

#visit(visitor) ⇒ Object



3
4
5
# File 'lib/pegarus/ast/difference.rb', line 3

def visit(visitor)
  visitor.difference self
end