Class RuleContext.FunctionType

  • Enclosing class:
    RuleContext

    public static class RuleContext.FunctionType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionType​(java.lang.Class<?> returnType, java.util.List<java.lang.Class<?>> argumentsType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Class<?>> getArgumentsType()  
      java.lang.Class<?> getReturnType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionType

        public FunctionType​(java.lang.Class<?> returnType,
                            java.util.List<java.lang.Class<?>> argumentsType)
    • Method Detail

      • getReturnType

        public java.lang.Class<?> getReturnType()
      • getArgumentsType

        public java.util.List<java.lang.Class<?>> getArgumentsType()