2010 FRC Java API


Uses of Interface
com.sun.squawk.TranslatorInterface

Packages that use TranslatorInterface
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of TranslatorInterface in com.sun.squawk
 

Methods in com.sun.squawk that return TranslatorInterface
static TranslatorInterface Isolate.getDefaultTranslator()
          Gets a translator that is to be used to locate, load and convert classes that are not currently installed in this isolate's runtime environment.
 TranslatorInterface Isolate.getTranslator()
          Gets a translator that is to be used to locate, load and convert classes that are not currently installed in this isolate's runtime environment.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.