Class FunInfo

    • Method Detail

      • getSignatures

        public String[] getSignatures()
      • getSyntax

        public Syntax getSyntax()
        Returns the syntactic type of the function.
      • getName

        public String getName()
        Returns the name of this function.
      • getDescription

        public String getDescription()
        Returns the description of this function.
      • getReturnCategories

        public int[] getReturnCategories()
        Returns the type of value returned by this function. Values are the same as those returned by Exp.getCategory().
      • getParameterCategories

        public int[][] getParameterCategories()
        Returns the types of the arguments of this function. Values are the same as those returned by Exp.getCategory(). The 0th argument of methods and properties are the object they are applied to. Infix operators have two arguments, and prefix operators have one argument.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object