Package com.strobel.reflection.emit
Class Label
- java.lang.Object
-
- com.strobel.reflection.emit.Label
-
public final class Label extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
label
-
Constructor Summary
Constructors Constructor Description Label(int label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Label other)
boolean
equals(java.lang.Object o)
(package private) int
getLabelValue()
int
hashCode()
-
-
-
Method Detail
-
getLabelValue
int getLabelValue()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(Label other)
-
-