public class RuntimeMethods extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COVERED_FIELD |
static String |
SELF_FIELD |
Constructor and Description |
---|
RuntimeMethods() |
Modifier and Type | Method and Description |
---|---|
static Object |
invokeDefault(Object receiver,
Class iface,
String name,
Object paramsArray,
Object argsArray)
This method is called from generated code.
|
static Object |
linkPart(Object delegatingClass,
String fieldName,
Object part)
This method is called from generated code.
|
static boolean |
linksInterfaceTo(Class<?> iface,
Object from,
Object to)
This method is called from generated code.
|
static Object |
replaceThis(Class<?> iface,
Object self,
Object this_)
This method is called from generated code.
|
public static final String SELF_FIELD
public static final String COVERED_FIELD
public static Object linkPart(Object delegatingClass, String fieldName, Object part)
public static Object invokeDefault(Object receiver, Class iface, String name, Object paramsArray, Object argsArray)
public static Object replaceThis(Class<?> iface, Object self, Object this_)
Copyright © 2024. All rights reserved.