|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmlspecs.jml4.esc.gc.lang.expr.CfgExpression
org.jmlspecs.jml4.esc.gc.lang.expr.CfgQuantifiedExpression
public class CfgQuantifiedExpression
| Field Summary | |
|---|---|
CfgExpression |
body
|
CfgVarDecl[] |
boundVariables
|
CfgQuantifier |
quantifier
|
CfgExpression |
range
|
| Fields inherited from class org.jmlspecs.jml4.esc.gc.lang.expr.CfgExpression |
|---|
sourceEnd, sourceStart, type |
| Constructor Summary | |
|---|---|
CfgQuantifiedExpression(CfgQuantifier quantifier,
CfgExpression range,
CfgExpression body,
CfgVarDecl[] boundVariables,
TypeBinding type,
int sourceStart,
int sourceEnd)
|
|
| Method Summary | |
|---|---|
CfgExpression |
accept(CfgExpressionVisitor visitor)
|
VC |
accept(WlpVisitor visitor)
|
static CfgExpression |
asBlock(CfgExpression body,
CfgVarDecl[] boundVarDecls)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final CfgQuantifier quantifier
public final CfgExpression range
public final CfgExpression body
public final CfgVarDecl[] boundVariables
| Constructor Detail |
|---|
public CfgQuantifiedExpression(CfgQuantifier quantifier,
CfgExpression range,
CfgExpression body,
CfgVarDecl[] boundVariables,
TypeBinding type,
int sourceStart,
int sourceEnd)
| Method Detail |
|---|
public VC accept(WlpVisitor visitor)
accept in class CfgExpressionpublic CfgExpression accept(CfgExpressionVisitor visitor)
accept in class CfgExpressionpublic java.lang.String toString()
toString in class CfgExpression
public static CfgExpression asBlock(CfgExpression body,
CfgVarDecl[] boundVarDecls)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||