java.lang.Object
org.apache.jena.shex.expressions.TripleExpression
org.apache.jena.shex.expressions.TripleExprNone
- All Implemented Interfaces:
ShexPrintable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static TripleExpression
get()
int
hashCode()
void
print
(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.riot.out.NodeFormatter nFmt) toString()
void
visit
(TripleExprVisitor visitor) Methods inherited from class org.apache.jena.shex.expressions.TripleExpression
getSemActs, setSemActs, testSemanticActions
Methods inherited from interface org.apache.jena.shex.expressions.ShexPrintable
asString, print
-
Method Details
-
get
-
visit
- Specified by:
visit
in classTripleExpression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classTripleExpression
-
equals
- Specified by:
equals
in classTripleExpression
-
print
public void print(org.apache.jena.atlas.io.IndentedWriter out, org.apache.jena.riot.out.NodeFormatter nFmt) -
toString
- Overrides:
toString
in classTripleExpression
-