Class IndexedAnnotationDB.StaticMethodRPFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      StaticMethodRPFactory​(java.lang.reflect.Method method)
      Create a new StaticMethodRPFactory for a method.
    • Constructor Detail

      • StaticMethodRPFactory

        public StaticMethodRPFactory​(java.lang.reflect.Method method)
                              throws java.lang.IllegalArgumentException
        Create a new StaticMethodRPFactory for a method.
        Parameters:
        method - a Method to use
        Throws:
        java.lang.IllegalArgumentException - if the Method is not statically scoped, or does not return a ParserListener or take a single argument of type TagValueListener