JiapiField field = null;
try {
field = jc.getDeclaredField(fieldName);
}
catch (NoSuchFieldException e) {
throw new JiapiRuntimeException("No such field: " + e.getMessage());
}
// Get the initialized value from Runtime.
il.add(factory.pushConstant(fieldName));
il.add(factory.invoke(getFieldValue));