Changeset 1746 for trunk

Show
Ignore:
Timestamp:
08/26/11 13:42:07 (9 months ago)
Author:
phoenix
Message:

blah

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/descent.compiler/src-util/melnorme/utilbox/misc/ReflectionUtils.java

    r1713 r1746  
    5454     
    5555    /** Same as {@link Method#invoke(Object, Object...)} but unchecks the exceptions. */ 
    56     @SuppressWarnings("unchecked") 
    5756    public static <T> T uncheckedInvoke(Object obj, final Method method, Object... args) { 
    5857        try { 
     
    9089        } 
    9190    } 
     91     
     92    /* ---------------------------------------------------------------- */ 
    9293     
    9394    /** Reads the field with given fieldName in given object. */