ANY_STRINGCHILD_ITERATOR| Modifier and Type | Method and Description |
|---|---|
int |
getMaxCount() |
int |
getMinCount() |
INode |
getNode() |
boolean |
matches(INode other,
Match match) |
boolean |
matchesCollection(Role role,
INode position,
Match match,
BacktrackingInfo backtrackingInfo) |
void |
setMaxCount(int maxCount) |
void |
setMinCount(int minCount) |
getFirstChild, getNextSibling, getRole, isNull, match, matches, matchesCollection, matchString, toBlockStatement, toCatchClause, toExpression, toNode, toParameterDeclaration, toStatement, toType, toVariableInitializerpublic Repeat(INode node)
public final INode getNode()
public final int getMinCount()
public final void setMinCount(int minCount)
public final int getMaxCount()
public final void setMaxCount(int maxCount)
public final boolean matchesCollection(Role role, INode position, Match match, BacktrackingInfo backtrackingInfo)
matchesCollection in interface INodematchesCollection in class Pattern