public class ReferencedMatches extends Object
Modifier and Type | Field and Description |
---|---|
private String |
contextName |
private List<Match> |
matches |
Constructor and Description |
---|
ReferencedMatches(String contextName) |
Modifier and Type | Method and Description |
---|---|
void |
addMatch(Match match) |
String |
getContextName() |
Iterator<Match> |
matchIterator() |
Item |
toItem(String label)
Returns the item to insert from these referenced matches, or null if none
|
Copyright © 2017. All rights reserved.