- java.lang.Object
-
- org.apache.jena.shex.expressions.TripleExpression
-
- org.apache.jena.shex.expressions.TripleExprRef
-
- All Implemented Interfaces:
ShexPrintable
public class TripleExprRef extends TripleExpression
-
-
Constructor Summary
Constructors Constructor Description TripleExprRef(Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()voidprint(org.apache.jena.atlas.io.IndentedWriter iOut, NodeFormatter nFmt)Noderef()java.lang.StringtoString()voidvisit(TripleExprVisitor visitor)-
Methods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
print
-
-
-
-
Constructor Detail
-
TripleExprRef
public TripleExprRef(Node node)
-
-
Method Detail
-
ref
public Node ref()
-
visit
public void visit(TripleExprVisitor visitor)
- Specified by:
visitin classTripleExpression
-
hashCode
public int hashCode()
- Specified by:
hashCodein classTripleExpression
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin classTripleExpression
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter iOut, NodeFormatter nFmt)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTripleExpression
-
-