polyglot.ext.pao.runtime
Class Integer

java.lang.Object
  extended by polyglot.ext.pao.runtime.Primitive
      extended by polyglot.ext.pao.runtime.Long
          extended by polyglot.ext.pao.runtime.Integer
Direct Known Subclasses:
Byte, Character, Short

public class Integer
extends Long

Boxed ints.


Field Summary
 
Fields inherited from class polyglot.ext.pao.runtime.Long
value
 
Constructor Summary
Integer(int value)
           
 
Method Summary
 int intValue()
           
 
Methods inherited from class polyglot.ext.pao.runtime.Long
equals, hashCode, longValue, toString
 
Methods inherited from class polyglot.ext.pao.runtime.Primitive
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Integer

public Integer(int value)
Method Detail

intValue

public int intValue()