Added toString() impl.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1175 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
rmfuhrer 2007-05-25 16:39:08 +00:00
parent 6ac22bc251
commit b0dae9066a
1 changed files with 3 additions and 0 deletions

View File

@ -59,4 +59,7 @@ public class CAstSymbolImpl implements CAstSymbol {
public Object defaultInitValue() { return _defaultInitValue; }
public String toString() {
return _name;
}
}