com.google.gwt.maps.jsio.rebind
Class LongFragmentGenerator

java.lang.Object
  extended by com.google.gwt.maps.jsio.rebind.LongFragmentGenerator

public class LongFragmentGenerator
extends java.lang.Object

This doesn't add support for Longs and longs, but provides an explanation as to why they aren't supported.


Constructor Summary
LongFragmentGenerator()
           
 
Method Summary
protected static boolean isAssignable(com.google.gwt.core.ext.typeinfo.TypeOracle typeOracle, com.google.gwt.core.ext.typeinfo.JClassType type, java.lang.Class<?> clazz)
          Utility to check if a JClassType is assignable in the type system to a specified Class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongFragmentGenerator

public LongFragmentGenerator()
Method Detail

isAssignable

protected static boolean isAssignable(com.google.gwt.core.ext.typeinfo.TypeOracle typeOracle,
                                      com.google.gwt.core.ext.typeinfo.JClassType type,
                                      java.lang.Class<?> clazz)
Utility to check if a JClassType is assignable in the type system to a specified Class. The use of Class literals eliminates the possibility of misspelling a class name.

Returns:
true iff type can be assigned to a type of clazz within the type system