|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmlspecs.jml4.fspv.simpl.ast.SimplTheoryNode
org.jmlspecs.jml4.fspv.simpl.ast.SimplDeclaration
org.jmlspecs.jml4.fspv.simpl.ast.SimplProcedure
org.jmlspecs.jml4.fspv.simpl.ast.SimplMethod
public class SimplMethod
| Field Summary | |
|---|---|
SimplVariable |
thisObject
|
| Fields inherited from class org.jmlspecs.jml4.fspv.simpl.ast.SimplProcedure |
|---|
arguments, locals, memoryCountExpression, name, result, state, statements |
| Constructor Summary | |
|---|---|
SimplMethod(java.lang.String name,
SimplVariable thisObject,
SimplHoareState state,
SimplArgument[] args,
SimplLocalVariable[] locals,
SimplStatement[] ss,
SimplLocalVariable result,
SimplExpression memoryCountExpression)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final SimplVariable thisObject
| Constructor Detail |
|---|
public SimplMethod(java.lang.String name,
SimplVariable thisObject,
SimplHoareState state,
SimplArgument[] args,
SimplLocalVariable[] locals,
SimplStatement[] ss,
SimplLocalVariable result,
SimplExpression memoryCountExpression)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||