Home | History | Annotate | Download | only in src

Lines Matching full:fieldname

162   public static Object getField(Instance inst, String fieldName) {
171 if (fieldName.equals(field.getField().getName())) {
183 private static Instance getRefField(Instance inst, String fieldName) {
184 Object value = getField(inst, fieldName);
197 private static Integer getIntField(Instance inst, String fieldName, Integer def) {
198 Object value = getField(inst, fieldName);
211 private static Long getLongField(Instance inst, String fieldName, Long def) {
212 Object value = getField(inst, fieldName);
224 private static byte[] getByteArrayField(Instance inst, String fieldName) {
225 Object value = getField(inst, fieldName);