|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectescjava.prover.SimplifyOutput
escjava.prover.SimplifyResult
escjava.prover.TriggerlessQuantWarning
An object of this class represent a "result" produced by Simplify.
Simplify
,
CECEnum
,
SExp
Field Summary | |
SExp |
e0
|
SExp |
e1
|
(package private) int |
n
|
Fields inherited from class escjava.prover.SimplifyResult |
context, labels |
Fields inherited from class escjava.prover.SimplifyOutput |
COMMENT, COUNTEREXAMPLE, END, EXCEEDED_PROVER_KILL_ITER, EXCEEDED_PROVER_KILL_TIME, EXCEEDED_PROVER_SUBGOAL_KILL_ITER, EXCEEDED_PROVER_SUBGOAL_KILL_TIME, INVALID, kind, REACHED_CC_LIMIT, UNKNOWN, VALID, WARNING_TRIGGERLESS_QUANT |
Constructor Summary | |
(package private) |
TriggerlessQuantWarning(SList labels,
SList context,
SExp e0,
int n,
SExp e1)
|
Method Summary | |
int |
getLocation()
Attempts to glean a location from the name of the dummy variable appearing in e1 . |
java.lang.String |
toString()
|
Methods inherited from class escjava.prover.SimplifyResult |
getContext, getLabels |
Methods inherited from class escjava.prover.SimplifyOutput |
getKind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public SExp e0
int n
public SExp e1
Constructor Detail |
TriggerlessQuantWarning(SList labels, SList context, SExp e0, int n, SExp e1)
Method Detail |
public java.lang.String toString()
toString
in class SimplifyResult
public int getLocation()
e1
. If none can be
retrieved, the null
location is returned.
|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |