public class JavaBinaryNames
extends java.lang.Object
| Constructor and Description |
|---|
JavaBinaryNames() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isClinit(char[] selector)
Returns true iff the given method selector is clinit.
|
static boolean |
isConstructor(char[] selector)
Returns true iff the given method selector is a constructor.
|