org.jmlspecs.jml4.esc.gc.lang
Class CfgStatementBlock
java.lang.Object
org.jmlspecs.jml4.esc.gc.lang.CfgStatement
org.jmlspecs.jml4.esc.gc.lang.CfgStatementBlock
public class CfgStatementBlock
- extends CfgStatement
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
stmt
public final CfgStatement stmt
boundVarDecls
public final CfgVarDecl[] boundVarDecls
CfgStatementBlock
public CfgStatementBlock(CfgStatement stmt,
CfgVarDecl[] boundVarDecls)
accept
public VC accept(WlpVisitor visitor,
VC N)
- Specified by:
accept
in class CfgStatement
toString
public java.lang.String toString()
- Specified by:
toString
in class CfgStatement