add isPublic()

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@534 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-01-08 17:20:28 +00:00
parent cd97abdc89
commit ee06427675
1 changed files with 4 additions and 0 deletions

View File

@ -274,6 +274,10 @@ public class FakeRootMethod extends SyntheticMethod {
Assertions.UNREACHABLE();
return null;
}
public boolean isPublic() {
return false;
}
}
public FakeRootMethod(final ClassHierarchy cha, AnalysisOptions options) {