polyglot.ext.pao.runtime
Class Character

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

public class Character
extends Integer

Boxed chars.


Field Summary
 
Fields inherited from class polyglot.ext.pao.runtime.Long
value
 
Constructor Summary
Character(char value)
           
 
Method Summary
 char charValue()
           
 java.lang.String toString()
           
 
Methods inherited from class polyglot.ext.pao.runtime.Integer
intValue
 
Methods inherited from class polyglot.ext.pao.runtime.Long
equals, hashCode, longValue
 
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

Character

public Character(char value)
Method Detail

charValue

public char charValue()

toString

public java.lang.String toString()
Overrides:
toString in class Long