Class ASTPrimarySuffix

    • Method Detail

      • isArrayDereference

        public boolean isArrayDereference()
      • isArguments

        public boolean isArguments()
      • getArgumentCount

        public int getArgumentCount()
        Get the number of arguments for this primary suffix. One should call isArguments() to see if there are arguments. If this method is called when there are no arguments it returns -1.
        Returns:
        A non-negative argument number when there are arguments, -1 otherwise.