| COM.rl.obf.NameListUp
All known Subclasses: COM.rl.obf.Cl,
NameListUp | public interface NameListUp (Code) | | Interface to a list of method and field names and descriptors -- used for checking
if a name/descriptor is in the public/protected lists of the super-class/interface
hierarchy.
author: Mark Welsh |
getFieldObfNameUp | public String getFieldObfNameUp(String name) throws Exception(Code) | | Get obfuscated field name from list, or null if no mapping exists.
|
getFieldOutNameUp | public String getFieldOutNameUp(String name) throws Exception(Code) | | Get output field name from list, or null if no mapping exists.
|
getMethodObfNameUp | public String getMethodObfNameUp(String name, String descriptor) throws Exception(Code) | | Get obfuscated method name from list, or null if no mapping exists.
|
getMethodOutNameUp | public String getMethodOutNameUp(String name, String descriptor) throws Exception(Code) | | Get output method name from list, or null if no mapping exists.
|
|
|