| COM.rl.obf.NameListDown
All known Subclasses: COM.rl.obf.Cl,
NameListDown | public interface NameListDown (Code) | | Interface to a list of method and field names and descriptors -- used for checking
if a name/descriptor is reserved through a derived class/interface.
author: Mark Welsh |
getFieldObfNameDown | public String getFieldObfNameDown(Cl caller, String name) throws Exception(Code) | | Is the field reserved because of its reservation down the class hierarchy?
|
getMethodObfNameDown | public String getMethodObfNameDown(Cl caller, String name, String descriptor) throws Exception(Code) | | Is the method reserved because of its reservation down the class hierarchy?
|
|
|