public class QuantifiedExprNode extends ASTNode
Modifier and Type | Class | Description |
---|---|---|
static class |
QuantifiedExprNode.QuantifierType |
Constructor | Description |
---|---|
QuantifiedExprNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
QuantifiedExprNode.QuantifierType |
getQuant() |
|
ASTNode |
getSatisfiesExpr() |
|
ASTTag |
getTag() |
|
List<QuantifiedVarDeclNode> |
getVariables() |
|
void |
setQuant(QuantifiedExprNode.QuantifierType quant) |
|
void |
setSatisfiesExpr(ASTNode satisfiesExpr) |
|
void |
setVariables(List<QuantifiedVarDeclNode> variables) |
getSourceLocation, toString
public QuantifiedExprNode(SourceLocation loc)
public ASTNode getSatisfiesExpr()
public void setSatisfiesExpr(ASTNode satisfiesExpr)
public void setQuant(QuantifiedExprNode.QuantifierType quant)
public QuantifiedExprNode.QuantifierType getQuant()
public void setVariables(List<QuantifiedVarDeclNode> variables)
public List<QuantifiedVarDeclNode> getVariables()
Copyright © 2019 Apache Software Foundation. All rights reserved.