Some branching/jumping
This commit is contained in:
@@ -117,4 +117,9 @@ public class ClassFile
|
||||
{
|
||||
methods.buildInstructionGraph();
|
||||
}
|
||||
|
||||
public boolean instanceOf(ClassFile other)
|
||||
{
|
||||
return this == other || interfaces.instanceOf(other) || (getParent() != null && getParent().instanceOf(other));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user