public abstract class TripleExpr extends Object
Constructor and Description |
---|
TripleExpr() |
Modifier and Type | Method and Description |
---|---|
abstract <ResultType> |
accept(TripleExpressionVisitor<ResultType> visitor,
Object... arguments) |
Label |
getId() |
void |
setId(Label id) |
String |
toPrettyString() |
abstract String |
toPrettyString(Map<String,String> prefixes) |
String |
toString() |
Copyright © 2019. All rights reserved.