public final class CompilerUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
nameForType(char[][] type)
Get a string name for a type list.
|
static void |
populateNameForType(java.lang.StringBuilder buf,
char[][] type)
Populate a type name list into a buffer.
|
public static void populateNameForType(java.lang.StringBuilder buf,
char[][] type)
The list is delimited with a . character.
buf - the buffer to populatetype - the type listpublic static java.lang.String nameForType(char[][] type)
The list is delimited with a . character.
type - the type list