| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Vinicius Dias (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can create class objects and others that it needs. It uses reflection to retrieve the information about a class and the parameters that it may need to pass on the constructor function. If the constructor of the object to be created also needs objects of other classes, this class can also create objects of those other classes and pass them to the current object constructor. The class may also pass values to the constructor of other types that were previous defined. |
| ||||
| This class can perform searches and retrieve results from Google. It can send requests to Google search pages Web server to perform searches for given keywords. The requests may be sent using proxy servers. The package parses the result pages and extracts the results as a result object that provides an array interface so it can be traversed using regular array functions. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |