| Constructor and Description |
|---|
AstDecl(boolean disjoint,
AstLocal[] locals,
AstSetExpr body) |
| Modifier and Type | Method and Description |
|---|---|
AstSetExpr |
getBody() |
AstLocal[] |
getLocals() |
boolean |
isDisjoint() |
String |
toString() |
AstDecl |
withBody(AstSetExpr body) |
public AstDecl(boolean disjoint, AstLocal[] locals, AstSetExpr body)
public boolean isDisjoint()
public AstSetExpr getBody()
public AstDecl withBody(AstSetExpr body)
Copyright © 2013. All Rights Reserved.