|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jode.obfuscator.modules.WildCard
Constructor Summary | |
WildCard()
|
|
WildCard(java.lang.String wild)
|
Method Summary | |
java.lang.String |
getNextComponent(Identifier ident)
Returns the unique name of the single sub item, for which matches or matchesSub returns true. |
boolean |
matches(Identifier ident)
Returns true, if the ident is matched by this matcher. |
boolean |
matchesSub(Identifier ident,
java.lang.String subident)
Returns true, if there may be a sub ident, that is matched by this matcher. |
void |
setOption(java.lang.String option,
java.util.Collection values)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WildCard()
public WildCard(java.lang.String wild)
Method Detail |
public void setOption(java.lang.String option, java.util.Collection values)
setOption
in interface OptionHandler
public java.lang.String getNextComponent(Identifier ident)
IdentifierMatcher
getNextComponent
in interface IdentifierMatcher
public boolean matchesSub(Identifier ident, java.lang.String subident)
IdentifierMatcher
matchesSub
in interface IdentifierMatcher
subident
- the name of the sub ident, or null if every
name is okay.public boolean matches(Identifier ident)
IdentifierMatcher
matches
in interface IdentifierMatcher
public java.lang.String toString()
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |