public class WildcardMatch.BlockIdentifierWildcard extends BlockIdentifier implements Wildcard<BlockIdentifier>
| Modifier and Type | Field and Description |
|---|---|
private BlockIdentifier |
matchedValue |
| Constructor and Description |
|---|
BlockIdentifierWildcard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BlockIdentifier |
getMatch() |
void |
resetMatch() |
addForeignRef, blockIsOneOf, compareTo, getBlockType, getIndex, getInnermostBreakable, getName, getOutermostContainedIn, getOutermostEnding, hasForeignReferences, releaseForeignRef, setBlockType, toStringprivate BlockIdentifier matchedValue
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic BlockIdentifier getMatch()
getMatch in interface Wildcard<BlockIdentifier>public void resetMatch()
resetMatch in interface Wildcard<BlockIdentifier>