|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
Method Detail |
public boolean matches(Identifier ident)
public boolean matchesSub(Identifier ident, java.lang.String subIdent)
subIdent
- the name of the sub ident, or null if every
name is okay.public java.lang.String getNextComponent(Identifier ident)
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |