[Soot-list] Why does the API "isEnum()" in SootClass not work?

Jan-Peter Stotz jan-peter.stotz at sit.fraunhofer.de
Mon Aug 13 07:57:47 EDT 2018


Hi.

Usually this means that your are using different versions of Soot for
compiling your code and for running your code.

The version you use at compile time is newer and supports isEnum(),
however then you execute the compiled classes it seems like you are
using an older Soot version that does not has the isEnum() method.

Jan

Am 12.08.2018 um 11:32 schrieb 周书林:
> Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
> 
> The method isEnum() is undefined for the type SootClass


More information about the Soot-list mailing list