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