public class MethodRef extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLINIT_DESC |
static String |
CLINIT_NAME |
Constructor and Description |
---|
MethodRef(String owningClassNameInternal,
String name,
String descriptor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescriptor() |
String |
getName() |
String |
getOwningClassName() |
String |
getOwningClassNameInternal() |
int |
hashCode() |
String |
toString() |
public static final String CLINIT_NAME
public static final String CLINIT_DESC
Copyright © 2009–2023 Oracle Corporation. All rights reserved.