Module: ShEx::Algebra::ReferencedStatement
- Defined in:
- lib/shex/algebra/triple_expression.rb
Instance Attribute Summary collapse
-
#referenced ⇒ ShEx::Algebra::ShapeExpression
Referenced operand which satisfied some of this statement.
Instance Method Summary collapse
Instance Attribute Details
#referenced ⇒ ShEx::Algebra::ShapeExpression
Returns referenced operand which satisfied some of this statement.
75 76 77 |
# File 'lib/shex/algebra/triple_expression.rb', line 75 def referenced @referenced end |
Instance Method Details
#to_sxp_bin ⇒ Object
77 78 79 |
# File 'lib/shex/algebra/triple_expression.rb', line 77 def to_sxp_bin referenced ? super + [referenced.to_sxp_bin] : super end |