Jode 1.90-CVS
Build Aug 6, 2004

Uses of Class
net.sf.jode.obfuscator.modules.ModifierMatcher

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

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

Fields in net.sf.jode.obfuscator.modules declared as ModifierMatcher
static ModifierMatcher ModifierMatcher.denyAll
           
static ModifierMatcher ModifierMatcher.allowAll
           
 

Methods in net.sf.jode.obfuscator.modules that return ModifierMatcher
 ModifierMatcher ModifierMatcher.and(ModifierMatcher mm)
           
 ModifierMatcher ModifierMatcher.or(ModifierMatcher mm)
           
 ModifierMatcher ModifierMatcher.forceAccess(int accessModif, boolean andAbove)
          Creates a new ModifierMatcher, that matches only modifiers, we also match and also forces the access rights, to be accessModif (or less restrictive).
 ModifierMatcher ModifierMatcher.forbidAccess(int accessModif, boolean andAbove)
           
 ModifierMatcher ModifierMatcher.forceModifier(int modifier)
           
 ModifierMatcher ModifierMatcher.forbidModifier(int modifier)
           
 

Methods in net.sf.jode.obfuscator.modules with parameters of type ModifierMatcher
 ModifierMatcher ModifierMatcher.and(ModifierMatcher mm)
           
 ModifierMatcher ModifierMatcher.or(ModifierMatcher mm)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.