Class WildcardMatch.BlockIdentifierWildcard
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.BlockIdentifier
-
- org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.BlockIdentifierWildcard
-
- All Implemented Interfaces:
java.lang.Comparable<BlockIdentifier>
,Wildcard<BlockIdentifier>
- Enclosing class:
- WildcardMatch
public class WildcardMatch.BlockIdentifierWildcard extends BlockIdentifier implements Wildcard<BlockIdentifier>
-
-
Field Summary
Fields Modifier and Type Field Description private BlockIdentifier
matchedValue
-
Constructor Summary
Constructors Constructor Description BlockIdentifierWildcard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
BlockIdentifier
getMatch()
void
resetMatch()
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.utils.BlockIdentifier
addForeignRef, blockIsOneOf, compareTo, getBlockType, getIndex, getInnermostBreakable, getName, getOutermostContainedIn, getOutermostEnding, hasForeignReferences, releaseForeignRef, setBlockType, toString
-
-
-
-
Field Detail
-
matchedValue
private BlockIdentifier matchedValue
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
getMatch
public BlockIdentifier getMatch()
- Specified by:
getMatch
in interfaceWildcard<BlockIdentifier>
-
resetMatch
public void resetMatch()
- Specified by:
resetMatch
in interfaceWildcard<BlockIdentifier>
-
-