Package org.lwjgl
Interface LWJGLUtil.TokenFilter
-
- Enclosing class:
- LWJGLUtil
public static interface LWJGLUtil.TokenFilter
Simple interface for Field filtering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(java.lang.reflect.Field field, int value)
Should return true if the specified Field passes the filter.
-