<div dir="ltr">Hi,<div><br></div><div>I want to judge whether a SootClass is a Enumeration. There is a API "<i>isEnum()</i>" in the official document in "<a href="https://soot-build.cs.uni-paderborn.de/public/origin/develop/soot/soot-develop/jdoc/soot/SootClass.html">https://soot-build.cs.uni-paderborn.de/public/origin/develop/soot/soot-develop/jdoc/soot/SootClass.html</a>".</div><div><br></div><div>However, when I tried to use this API, I got a exception: </div><div><br></div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(255,38,0)">Exception in thread "main" java.lang.Error: Unresolved compilation problem: </p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(255,38,0)"><span class="Apple-tab-span" style="white-space:pre">  </span>The method isEnum() is undefined for the type SootClass<span class="sewe2i7yayhb2wr"></span><span class="sew6thcwhnsl3p9"></span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Monaco;color:rgb(255,38,0)"><br></p>Why does this API not work? Thank for your help.</div><div><br></div><div>Sincerely,</div><div>Sep</div></div>