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
-
compareTo
- Specified by:
compareToin interfaceComparable<MutableInt>
-
intValue
-
longValue
-
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
toString
-