Package org.antlr.v4.misc
Class MutableInt
java.lang.Object
java.lang.Number
org.antlr.v4.misc.MutableInt
- All Implemented Interfaces:
Serializable
,Comparable<MutableInt>
- See Also:
-
Field Details
-
v
public int v
-
-
Constructor Details
-
MutableInt
public MutableInt(int v)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<MutableInt>
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
toString
-