Package polyglot.ext.polyj.types.proxy

Class Summary
ArrayProxy This is approximately the class that is created as a proxy for array instantiations.
BoolProxy  
ByteProxy  
CharProxy  
DoubleProxy  
FloatProxy  
Int Superclass for proxies for byte, char, short, and int; i.e., all numeric types smaller than long.
IntLongOrFloat Superclass for proxies for byte, char, short, int, long, and float; i.e., all numeric types smaller than double.
IntOrLong Superclass for proxies for byte, char, short, int, and long; i.e., all numeric types smaller than float.
IntProxy  
LongProxy  
Numeric Numeric is the base class for all the primitive numeric (byte, char, short, int, long, float, double) proxy types.
ShortProxy