public class Syntax
extends java.lang.Object
| Constructor and Description |
|---|
Syntax() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
procHeader(java.lang.String name,
TypeExpression[] atypes)
Create method/constructor header from name and argument types.
|
public static java.lang.String procHeader(java.lang.String name,
TypeExpression[] atypes)
name - the name of the method/constructor.atypes - its argument types.