Class: ShEx::Algebra::Prefix

Inherits:
Operator::Binary show all
Defined in:
lib/shex/algebra/prefix.rb

Constant Summary collapse

NAME =
:prefix

Constants inherited from Operator::Binary

Operator::Binary::ARITY

Constants inherited from Operator

Operator::ARITY

Instance Attribute Summary

Attributes inherited from Operator

#operands, #options, #schema

Method Summary

Methods inherited from Operator::Binary

#initialize

Methods inherited from Operator

#closed?, #each_descendant, #eql?, #first_ancestor, #initialize, #inspect, #matched, #matched=, #not_matched, #not_satisfied, #operand, #parent, #parent=, #satisfiable?, #satisfied, #satisfied=, #satisfy, #semact?, #semantic_actions, #status, #structure_error, #to_sxp, #to_sxp_bin, #triple_expression?, #unmatched, #unmatched=, #unsatisfied, #unsatisfied=, #validate!

Constructor Details

This class inherits a constructor from ShEx::Algebra::Operator::Binary