|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldInfo | |
|---|---|
| at.dms.classfile | |
| at.dms.kjc | |
| Uses of FieldInfo in at.dms.classfile |
|---|
| Methods in at.dms.classfile that return FieldInfo | |
|---|---|
FieldInfo[] |
ClassInfo.getFields()
Returns the fields info of the class in the file |
| Methods in at.dms.classfile with parameters of type FieldInfo | |
|---|---|
void |
ClassInfo.setFields(FieldInfo[] fields)
Sets the fields info of the class in the file |
| Constructors in at.dms.classfile with parameters of type FieldInfo | |
|---|---|
ClassInfo(short modifiers,
String thisClass,
String superClass,
ClassConstant[] interfaces,
FieldInfo[] fields,
MethodInfo[] methods,
InnerClassInfo[] innerClasses,
String sourceFile,
boolean deprecated)
Constructs a class info structure. |
|
| Uses of FieldInfo in at.dms.kjc |
|---|
| Methods in at.dms.kjc that return FieldInfo | |
|---|---|
FieldInfo |
CField.genFieldInfo()
Generate the code in a class file |
| Constructors in at.dms.kjc with parameters of type FieldInfo | |
|---|---|
CBinaryField(CClass owner,
FieldInfo fieldInfo)
Constructs a field export |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||