polyglot.ext.pao.runtime
Class Short

java.lang.Object
  extended by polyglot.ext.pao.runtime.Primitive
      extended by polyglot.ext.pao.runtime.Long
          extended by polyglot.ext.pao.runtime.Integer
              extended by polyglot.ext.pao.runtime.Short

public class Short
extends Integer

Boxed shorts.


Field Summary
 
Fields inherited from class polyglot.ext.pao.runtime.Long
value
 
Constructor Summary
Short(short value)
           
 
Method Summary
 short shortValue()
           
 
Methods inherited from class polyglot.ext.pao.runtime.Integer
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

Short

public Short(short value)
Method Detail

shortValue

public short shortValue()