Package ca.phon.util
Class ReflectionHelper
java.lang.Object
ca.phon.util.ReflectionHelper
Various helper methods which use reflection.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
ensureCallingMethod
(String className, String methodSig, int depth) Ensure that the calling method is within the given depth of the stack.static void
printSuperclassInfo
(Class<?> clazz)
-
Constructor Details
-
ReflectionHelper
public ReflectionHelper()
-
-
Method Details
-
printSuperclassInfo
-
ensureCallingMethod
Ensure that the calling method is within the given depth of the stack.- Parameters:
methodSig
-backCount
-- Returns:
-