|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jml2b.util.Profiler jml2b.util.StatementUtils
Utility class for handling statement operations
Constructor Summary | |
StatementUtils()
|
Method Summary | |
static Expression |
andEnumeration(java.util.Enumeration e)
Return an expression corresponding to the "and" of all the expression enumerated. |
Methods inherited from class jml2b.util.Profiler |
runGC |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatementUtils()
Method Detail |
public static Expression andEnumeration(java.util.Enumeration e)
null
in case where e is an empty
enumeration.
e
- The set of expressions
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |