public class AstCard extends Object implements AstSetExpr
| Constructor and Description |
|---|
AstCard(AstSetExpr set) |
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
accept(AstExprVisitor<A,B> visitor,
A a)
Dynamic dispatch on the visitor.
|
AstSetExpr |
getSet() |
String |
toString() |
public AstCard(AstSetExpr set)
public AstSetExpr getSet()
public <A,B> B accept(AstExprVisitor<A,B> visitor, A a)
AstExprCopyright © 2013. All Rights Reserved.