Package ca.phon.util

Class ReflectionHelper

java.lang.Object
ca.phon.util.ReflectionHelper

public class ReflectionHelper extends Object
Various helper methods which use reflection.
  • Constructor Details

    • ReflectionHelper

      public ReflectionHelper()
  • Method Details

    • printSuperclassInfo

      public static void printSuperclassInfo(Class<?> clazz)
    • ensureCallingMethod

      public static boolean ensureCallingMethod(String className, String methodSig, int depth)
      Ensure that the calling method is within the given depth of the stack.
      Parameters:
      methodSig -
      backCount -
      Returns: