polyglot.ext.pao.runtime
Class Byte

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.Byte

public class Byte
extends Integer

Boxed bytes.


Field Summary
 
Fields inherited from class polyglot.ext.pao.runtime.Long
value
 
Constructor Summary
Byte(byte value)
           
 
Method Summary
 byte byteValue()
           
 
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

Byte

public Byte(byte value)
Method Detail

byteValue

public byte byteValue()