daikon.chicory
Class Runtime.ByteWrap

Object
  extended by Runtime.ByteWrap
All Implemented Interfaces:
Runtime.PrimitiveWrapper
Enclosing class:
Runtime

public static class Runtime.ByteWrap
extends Object
implements Runtime.PrimitiveWrapper

wrapper used for int arguments


Constructor Summary
Runtime.ByteWrap(byte val)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Runtime.ByteWrap

public Runtime.ByteWrap(byte val)
Method Detail

toString

public String toString()
Overrides:
toString in class Object