|
" 2013 FRC Java API " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassFileField | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. |
| Uses of ClassFileField in com.sun.squawk |
|---|
| Subclasses of ClassFileField in com.sun.squawk | |
|---|---|
class |
ClassFileConstantField
An instance of ClassFileConstantField encapsulates all the
symbolic information of a field declaration in a class file that has a
ConstantValue attribute. |
| Fields in com.sun.squawk declared as ClassFileField | |
|---|---|
static ClassFileField[] |
ClassFileField.NO_FIELDS
A zero-length array of ClassFileFields. |
| Methods in com.sun.squawk with parameters of type ClassFileField | |
|---|---|
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 " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||