Class CompositeBlockIdentifierKey
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp.CompositeBlockIdentifierKey
-
- All Implemented Interfaces:
java.lang.Comparable<CompositeBlockIdentifierKey>
public class CompositeBlockIdentifierKey extends java.lang.Object implements java.lang.Comparable<CompositeBlockIdentifierKey>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
key
-
Constructor Summary
Constructors Constructor Description CompositeBlockIdentifierKey(java.util.Set<BlockIdentifier> blockIdentifiers)
CompositeBlockIdentifierKey(Op03SimpleStatement statement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CompositeBlockIdentifierKey compositeBlockIdentifierKey)
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
CompositeBlockIdentifierKey
public CompositeBlockIdentifierKey(Op03SimpleStatement statement)
-
CompositeBlockIdentifierKey
public CompositeBlockIdentifierKey(java.util.Set<BlockIdentifier> blockIdentifiers)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(CompositeBlockIdentifierKey compositeBlockIdentifierKey)
- Specified by:
compareTo
in interfacejava.lang.Comparable<CompositeBlockIdentifierKey>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-