matches argument types with defined argument types. Used by ASTGen
* void will match true against all types (arrays, and even references)
* @void will match true against only references of any type
* @void[] will match true against only references of any type of array
* void[] will match true against any type of array
matches argument types with defined argument types. Used by ASTGen
* void will match true against all types (arrays, and even references) * @void will match true against only references of any type * @void[] will match true against only references of any type of array * void[] will match true against any type of array