public static interface HostedModeClassRewriter.SingleJsoImplData
Modifier and Type | Method and Description |
---|---|
List<org.objectweb.asm.commons.Method> |
getDeclarations(String mangledName)
Returns the method declarations that should be generated for a given
mangled method name.
|
List<org.objectweb.asm.commons.Method> |
getImplementations(String mangledName)
Returns the implementations that the method declarations above should
delegate to.
getDeclarations(java.lang.String) and getImplementations(java.lang.String)
maintain a pairwise mapping. |
SortedSet<String> |
getMangledNames()
Returns all of the mangled method names for SingleJsoImpl methods.
|
Set<String> |
getSingleJsoIntfTypes()
Returns the internal names of all interface types implemented by JSOs.
|
List<org.objectweb.asm.commons.Method> getDeclarations(String mangledName)
getDeclarations(java.lang.String)
and
getImplementations(java.lang.String)
maintain a pairwise mapping.List<org.objectweb.asm.commons.Method> getImplementations(String mangledName)
getDeclarations(java.lang.String)
and getImplementations(java.lang.String)
maintain a pairwise mapping.SortedSet<String> getMangledNames()
Copyright © 2018. All rights reserved.