Class TemporaryIntVariable


public class TemporaryIntVariable extends TemporaryLocalVariable
Represents a temporary variable for an unboxed int operand. FIXME: this does not mesh with the specialized types like TemporaryFixnum and TemporaryFloat and is added solely to support primitive integer operations during pattern matching.