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:
Comparable<BlockIdentifier>
,Wildcard<BlockIdentifier>
- Enclosing class:
- WildcardMatch
public class WildcardMatch.BlockIdentifierWildcard
extends BlockIdentifier
implements Wildcard<BlockIdentifier>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
matchedValue
-
-
Constructor Details
-
BlockIdentifierWildcard
BlockIdentifierWildcard()
-
-
Method Details
-
equals
-
getMatch
- Specified by:
getMatch
in interfaceWildcard<BlockIdentifier>
-
resetMatch
public void resetMatch()- Specified by:
resetMatch
in interfaceWildcard<BlockIdentifier>
-