Package org.antlr.misc
Class MutableInteger
java.lang.Object
org.antlr.misc.MutableInteger
Java won't let you modify an Integer; not sure how that's more
efficient, but...here's one that let's you modify it.
Frightening I have to implement this myself. Blech.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public int value
-
-
Constructor Details
-
MutableInteger
public MutableInteger() -
MutableInteger
public MutableInteger(int value)
-