|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmlspecs.jml4.fspv.theory.TheoryExpression
org.jmlspecs.jml4.fspv.theory.TheoryBlockExpression
public class TheoryBlockExpression
Field Summary | |
---|---|
static TheoryBlockExpression |
EMPTY_BLOCK
|
TheoryExpression[] |
expressions
|
Fields inherited from class org.jmlspecs.jml4.fspv.theory.TheoryExpression |
---|
EMPTY, type, withSideEffects |
Constructor Summary | |
---|---|
TheoryBlockExpression(TheoryExpression[] expressions,
TheoryType type)
|
Method Summary | |
---|---|
TheoryExpression |
expressionAt(int i)
|
int |
size()
|
Methods inherited from class org.jmlspecs.jml4.fspv.theory.TheoryExpression |
---|
visit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TheoryBlockExpression EMPTY_BLOCK
public final TheoryExpression[] expressions
Constructor Detail |
---|
public TheoryBlockExpression(TheoryExpression[] expressions, TheoryType type)
Method Detail |
---|
public int size()
public TheoryExpression expressionAt(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |