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 BlockIdentifiermatchedValue
-
Constructor Summary
Constructors Constructor Description BlockIdentifierWildcard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BlockIdentifiergetMatch()voidresetMatch()-
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:
equalsin classjava.lang.Object
-
getMatch
public BlockIdentifier getMatch()
- Specified by:
getMatchin interfaceWildcard<BlockIdentifier>
-
resetMatch
public void resetMatch()
- Specified by:
resetMatchin interfaceWildcard<BlockIdentifier>
-
-