[Soot-list] meaning of this line code

Eric Bodden eric.bodden at ec-spride.de
Mon Jan 28 11:42:23 EST 2013


> I have seen this line of code in a tutorial:
>         defBox.getValue() instanceof DefinitionStmt
> the question that I have is: isn't a defbox always an instanceof
> DefinitionStmt?
> If so what does this code mean?

Actually this makes no sense. getValue() returns a Value, not a Stmt.

Eric


More information about the Soot-list mailing list