|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoClassDefFoundError | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| Uses of NoClassDefFoundError in com.sun.squawk |
|---|
| Methods in com.sun.squawk that throw NoClassDefFoundError | |
|---|---|
void |
TranslatorInterface.close(int type)
Closes the connection with the translator. |
void |
TranslatorInterface.convert(Klass klass)
Ensures that all the methods (if any) in a given class have been verified and converted to Squawk bytecodes. |
void |
TranslatorInterface.load(Klass klass)
Ensures that a given class has had its definition initialized, loading it from a class file if necessary. |
void |
TranslatorInterface.open(Suite suite,
String classPath)
Opens a connection with the translator to load & create classes in the context of a given suite. |
|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||