polyglot.ext.pao.runtime
Class Short

java.lang.Object
  extended bypolyglot.ext.pao.runtime.Primitive
      extended bypolyglot.ext.pao.runtime.Long
          extended bypolyglot.ext.pao.runtime.Integer
              extended bypolyglot.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()