| java.lang.Object COM.rl.obf.TreeItem COM.rl.obf.PkCl COM.rl.obf.Cl COM.rl.obf.PlaceholderCl
PlaceholderCl | public class PlaceholderCl extends Cl (Code) | | Placeholder class -- used to represent a class which has inner classes, before the
class itself has been encountered.
author: Mark Welsh |
Methods inherited from COM.rl.obf.Cl | public Cl addClass(String name, String superName, String[] interfaceNames, int access) throws Exception(Code)(Java Doc) public Cl addClass(Cl cl) throws Exception(Code)(Java Doc) public Fd addField(ClassFile cf, FieldInfo fieldInfo, boolean enableTrim) throws Exception(Code)(Java Doc) public Fd addField(boolean isSynthetic, String name, String descriptor, int access) throws Exception(Code)(Java Doc) public Md addMethod(ClassFile cf, MethodInfo methodInfo, boolean enableTrim) throws Exception(Code)(Java Doc) public Md addMethod(boolean isSynthetic, String name, String descriptor, int accessFlags) throws Exception(Code)(Java Doc) public Cl addPlaceholderClass(String name) throws Exception(Code)(Java Doc) public void findRefs(ClassFile cf) throws Exception(Code)(Java Doc) public Fd getField(String name) throws Exception(Code)(Java Doc) public Enumeration getFieldEnum() throws Exception(Code)(Java Doc) public String getFieldObfNameDown(Cl caller, String name) throws Exception(Code)(Java Doc) public String getFieldObfNameUp(String name) throws Exception(Code)(Java Doc) public String getFieldOutNameUp(String name) throws Exception(Code)(Java Doc) public Md getMethod(String name, String descriptor) throws Exception(Code)(Java Doc) public Enumeration getMethodEnum() throws Exception(Code)(Java Doc) public String getMethodObfNameDown(Cl caller, String name, String descriptor) throws Exception(Code)(Java Doc) public String getMethodObfNameUp(String name, String descriptor) throws Exception(Code)(Java Doc) public String getMethodOutNameUp(String name, String descriptor) throws Exception(Code)(Java Doc) public Md getMethodSpecial(String name, String descriptor) throws Exception(Code)(Java Doc) public Enumeration getObfMethods(String name) throws Exception(Code)(Java Doc) public Cl getSuperCl() throws Exception(Code)(Java Doc) public Enumeration getSuperInterfaces() throws Exception(Code)(Java Doc) public boolean hasAsSuper(String queryName)(Code)(Java Doc) protected static boolean hasAsSuperExt(String queryName, boolean checkInterfaces, ClassTree classTree, Class clExt)(Code)(Java Doc) protected boolean hasAsSuperInt(String queryName, boolean checkInterfaces)(Code)(Java Doc) public boolean hasAsSuperOrInterface(String queryName)(Code)(Java Doc) public boolean hasWarnings()(Code)(Java Doc) public boolean isInnerClass()(Code)(Java Doc) public void logWarnings(PrintWriter log)(Code)(Java Doc) public void resetResolve() throws Exception(Code)(Java Doc) public void resolveOptimally() throws Exception(Code)(Java Doc) public void setNoWarn()(Code)(Java Doc) public void setWarnings(ClassFile cf) throws Exception(Code)(Java Doc) public void setupNameListDowns() throws Exception(Code)(Java Doc) public void trimClassFile(ClassFile cf) throws Exception(Code)(Java Doc) public void walkGroup(TreeAction ta) throws Exception(Code)(Java Doc)
|
|
|