|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmlspecs.jml4.fspv.theory.TheoryStatement
org.jmlspecs.jml4.fspv.theory.TheoryWhileStatement
public class TheoryWhileStatement
Field Summary | |
---|---|
TheoryBlockStatement |
block
|
TheoryExpression |
condition
|
TheoryLoopAnnotationsExpression |
loopAnnotations
|
Fields inherited from class org.jmlspecs.jml4.fspv.theory.TheoryStatement |
---|
EMPTY |
Constructor Summary | |
---|---|
TheoryWhileStatement(TheoryExpression condition,
TheoryLoopAnnotationsExpression loopAnnotations,
TheoryBlockStatement block)
|
Method Summary | |
---|---|
java.lang.Object |
visit(TheoryVisitor visitor)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final TheoryExpression condition
public final TheoryLoopAnnotationsExpression loopAnnotations
public final TheoryBlockStatement block
Constructor Detail |
---|
public TheoryWhileStatement(TheoryExpression condition, TheoryLoopAnnotationsExpression loopAnnotations, TheoryBlockStatement block)
Method Detail |
---|
public java.lang.Object visit(TheoryVisitor visitor)
visit
in class TheoryStatement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |