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, toString
private BlockIdentifier matchedValue
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public BlockIdentifier getMatch()
getMatch
in interface Wildcard<BlockIdentifier>
public void resetMatch()
resetMatch
in interface Wildcard<BlockIdentifier>