Jode 1.90-CVS
Build Aug 6, 2004

Uses of Interface
net.sf.jode.obfuscator.IdentifierMatcher

Packages that use IdentifierMatcher
net.sf.jode.obfuscator   
net.sf.jode.obfuscator.modules   
 

Uses of IdentifierMatcher in net.sf.jode.obfuscator
 

Methods in net.sf.jode.obfuscator that return IdentifierMatcher
 IdentifierMatcher ClassBundle.getPreserveRule()
           
 

Methods in net.sf.jode.obfuscator with parameters of type IdentifierMatcher
 boolean ClassIdentifier.containsFieldAliasDirectly(java.lang.String fieldName, java.lang.String typeSig, IdentifierMatcher matcher)
           
 boolean ClassIdentifier.containsMethodAliasDirectly(java.lang.String methodName, java.lang.String paramType, IdentifierMatcher matcher)
           
 void Identifier.applyPreserveRule(IdentifierMatcher preserveRule)
           
 void PackageIdentifier.loadMatchingClasses(IdentifierMatcher matcher)
           
 void PackageIdentifier.applyPreserveRule(IdentifierMatcher preserveRule)
           
 

Uses of IdentifierMatcher in net.sf.jode.obfuscator.modules
 

Classes in net.sf.jode.obfuscator.modules that implement IdentifierMatcher
 class ModifierMatcher
           
 class MultiIdentifierMatcher
           
 class SerializePreserver
           
 class WildCard
           
 

Constructors in net.sf.jode.obfuscator.modules with parameters of type IdentifierMatcher
MultiIdentifierMatcher(boolean isOr, IdentifierMatcher[] matchers)
          Create an IdentifierMatcher out of other matchers.
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.