HomeSort by relevance Sort by last modified time
    Searched defs:ReflectionCache (Results 1 - 3 of 3) sorted by null

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/
ReflectionCache.java 23 public class ReflectionCache {
Field.java 69 return ReflectionCache.getFieldValue(this, obj);
73 ReflectionCache.setFieldValue(this, obj, value);
Type.java 245 return ReflectionCache.getArrayLength(this, obj);
252 return ReflectionCache.getArrayElement(this, obj, i);
260 ReflectionCache.setArrayElement(this, obj, i, value);

Completed in 70 milliseconds