if (entry instanceof ValueBoxEntry)
fillValueBoxInfo ((ValueBoxEntry)entry);
try
{
if (alreadyHave)
infoEntry.dynamicVariable (Compile.typedefInfo, (String)entry.dynamicVariable (Compile.typedefInfo) + arrayInfo);
else
infoEntry.dynamicVariable (Compile.typedefInfo, javaName (entry) + arrayInfo);
}
catch (NoSuchFieldException e)
{}