Package gw.internal.gosu.parser
Class JavaMethodCache
- java.lang.Object
-
- gw.internal.gosu.parser.JavaMethodCache
-
public class JavaMethodCache extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JavaMethodCache.PublicGetDeclaredMethodsAccessor
-
Constructor Summary
Constructors Constructor Description JavaMethodCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
flushCaches()
This method is not normally required.static Method[]
getDeclaredMethods(Class clz)
static Throwable
getRootCause(Throwable throwable)
Traverse exception chain to return the root cause.
-