added isSpecial() method

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@884 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
mkogane 2007-03-23 05:41:54 +00:00
parent 84c841784a
commit 61d26d85d9
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ public abstract class SSAAbstractInvokeInstruction extends SSAInstruction implem
public boolean isDispatch() {
return getSite().isDispatch();
}
public boolean isSpecial() {
return getSite().isSpecial();
}
/**
* @return the value number of the receiver of a virtual call