API Changes
This commit is contained in:
parent
152957c128
commit
c45b8c4b5a
4 changed files with 58 additions and 9 deletions
|
@ -26,7 +26,7 @@ function execute(classNodeList)
|
|||
var fields = cn.fields.toArray();
|
||||
|
||||
//load the class node into the classloader
|
||||
BytecodeViewer.getClassNodeLoader().addClass(cn);
|
||||
BytecodeViewer.loadClassIntoClassLoader(cn);
|
||||
|
||||
for (fieldIndex = 0; fieldIndex < fields.length; fieldIndex++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue