Class RuleContext.FunctionType

  • Enclosing class:
    RuleContext

    public static class RuleContext.FunctionType
    extends Object
    • Constructor Detail

      • FunctionType

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

      • getReturnType

        public Class<?> getReturnType()
      • getArgumentsType

        public List<Class<?>> getArgumentsType()