|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overturetool.vdmj.expressions.Expression
org.overturetool.vdmj.expressions.UnaryExpression
public abstract class UnaryExpression
| Field Summary | |
|---|---|
Expression |
exp
|
| Fields inherited from class org.overturetool.vdmj.expressions.Expression |
|---|
breakpoint, location |
| Constructor Summary | |
|---|---|
UnaryExpression(LexLocation location,
Expression exp)
|
|
| Method Summary | |
|---|---|
Expression |
findExpression(int lineno)
Find an expression starting on the given line. |
ProofObligationList |
getProofObligations(POContextStack ctxt)
Get a list of proof obligations from the expression. |
| Methods inherited from class org.overturetool.vdmj.expressions.Expression |
|---|
abort, abort, concern, detail, detail, detail2, detail2, eval, getPreName, kind, report, toString, typeCheck, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Expression exp
| Constructor Detail |
|---|
public UnaryExpression(LexLocation location,
Expression exp)
| Method Detail |
|---|
public Expression findExpression(int lineno)
Expression
findExpression in class Expressionlineno - The line number to locate.
public ProofObligationList getProofObligations(POContextStack ctxt)
Expression
getProofObligations in class Expressionctxt - The call context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||