
public static interface HostedModeClassRewriter.InstanceMethodOracle
| Modifier and Type | Method and Description |
|---|---|
String |
findOriginalDeclaringClass(String declaredClass,
String signature)
For a given instance method and declared enclosing class (which must be a
JSO subtype), find the class in which that method was originally
declared.
|
String findOriginalDeclaringClass(String declaredClass, String signature)
declaredClass.declaredClass - a descriptor of the static type of the qualifiersignature - the binary signature of the methoddeclaredClass or some
superclassIllegalArgumentException - if the method could not be foundCopyright © 2018. All rights reserved.