"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.ClassFileMethod

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

Uses of ClassFileMethod in com.sun.squawk
 

Fields in com.sun.squawk declared as ClassFileMethod
static ClassFileMethod[] ClassFileMethod.NO_METHODS
          A zero-length array of ClassFileMethods.
 

Methods in com.sun.squawk with parameters of type ClassFileMethod
 void Klass.setClassFileDefinition(Klass superClass, Klass[] interfaces, ClassFileMethod[] virtualMethods, ClassFileMethod[] staticMethods, ClassFileField[] instanceFields, ClassFileField[] staticFields, String sourceFile)
          Completes the definition of this class (apart from its bytecodes) based on the information parsed from a class file.
 void Klass.setClassFileDefinition(Klass superClass, Klass[] interfaces, ClassFileMethod[] virtualMethods, ClassFileMethod[] staticMethods, ClassFileField[] instanceFields, ClassFileField[] staticFields, String sourceFile)
          Completes the definition of this class (apart from its bytecodes) based on the information parsed from a class file.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"