public class ShapeAnd extends AbstractNaryShapeExpr
Constructor and Description |
---|
ShapeAnd(List<ShapeExpr> subExpressions) |
Modifier and Type | Method and Description |
---|---|
<ResultType> |
accept(ShapeExpressionVisitor<ResultType> visitor,
Object... arguments) |
String |
toPrettyString(Map<String,String> prefixes) |
getSubExpressions
getId, setId, toPrettyString, toString
public String toPrettyString(Map<String,String> prefixes)
toPrettyString
in class ShapeExpr
public <ResultType> void accept(ShapeExpressionVisitor<ResultType> visitor, Object... arguments)
Copyright © 2019. All rights reserved.