projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
220431d
)
Comments
author
bdemsky
<bdemsky>
Tue, 19 Dec 2006 01:19:17 +0000
(
01:19
+0000)
committer
bdemsky
<bdemsky>
Tue, 19 Dec 2006 01:19:17 +0000
(
01:19
+0000)
Robust/src/IR/Flat/FlatMethod.java
patch
|
blob
|
history
diff --git
a/Robust/src/IR/Flat/FlatMethod.java
b/Robust/src/IR/Flat/FlatMethod.java
index 1cb6a6af79792efb3eaa9e0357efb17476b5d232..04f1cf76f0440fdecfcb6749b0eed2bff99ff95e 100644
(file)
--- a/
Robust/src/IR/Flat/FlatMethod.java
+++ b/
Robust/src/IR/Flat/FlatMethod.java
@@
-69,6
+69,9
@@
public class FlatMethod extends FlatNode {
return visited;
}
+ /** This method returns a string that is a human readable
+ * representation of this method. */
+
public String printMethod() {
String st=method+" {\n";
HashSet tovisit=new HashSet();