clinit
This commit is contained in:
@@ -117,7 +117,7 @@ public class NameAndType extends PoolEntry
|
|||||||
|
|
||||||
public boolean isNonVoid()
|
public boolean isNonVoid()
|
||||||
{
|
{
|
||||||
if (this.getName().equals("<init>") || this.getName().equals("<cinit>"))
|
if (this.getName().equals("<init>") || this.getName().equals("<clinit>"))
|
||||||
return true;
|
return true;
|
||||||
return !signature.getReturnValue().equals("V");
|
return !signature.getReturnValue().equals("V");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user