Added toString method to print encapsulated regular expression.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2786 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
egeay 2008-05-07 18:20:03 +00:00
parent 3c2d191407
commit 941e3e773e
1 changed files with 6 additions and 0 deletions

View File

@ -110,4 +110,10 @@ public class FileOfClasses extends SetOfClasses {
}
needsCompile = true;
}
@Override
public String toString() {
return this.regex;
}
}