public abstract class AbstractNaryTripleExpr extends TripleExpr
id
Constructor and Description |
---|
AbstractNaryTripleExpr(List<TripleExpr> subExpressions) |
Modifier and Type | Method and Description |
---|---|
List<TripleExpr> |
getSubExpressions() |
accept, getId, setId, toPrettyString, toPrettyString, toString
public AbstractNaryTripleExpr(List<TripleExpr> subExpressions)
public List<TripleExpr> getSubExpressions()
Copyright © 2019. All rights reserved.