parse
Description:
public virtual void parse (
string str)
throws Error
Parse a string representing a parameter declaration.
Parameters should be declared as: ##param_name::param_type where param_name is the name of the parameter and param_type is the parameter's
type's name.