Uses of Class
org.codehaus.janino.util.ClassFile.FieldInfo
Packages that use ClassFile.FieldInfo
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of ClassFile.FieldInfo in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type ClassFile.FieldInfoModifier and TypeFieldDescriptionprivate final Map<ClassFile.FieldInfo, IClass.IField> ClassFileIClass.resolvedFieldsMethods in org.codehaus.janino with parameters of type ClassFile.FieldInfoModifier and TypeMethodDescriptionprivate IClass.IFieldClassFileIClass.resolveField(ClassFile.FieldInfo fieldInfo) -
Uses of ClassFile.FieldInfo in org.codehaus.janino.util
Fields in org.codehaus.janino.util with type parameters of type ClassFile.FieldInfoModifier and TypeFieldDescriptionfinal List<ClassFile.FieldInfo> ClassFile.fieldInfosTheClassFile.FieldInfos of the field members of this class or interface.Methods in org.codehaus.janino.util that return ClassFile.FieldInfoModifier and TypeMethodDescriptionClassFile.addFieldInfo(short accessFlags, String fieldName, String fieldTypeFd, Object constantValue) Creates aClassFile.FieldInfoand adds it to this class.Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.FieldInfoModifier and TypeMethodDescriptionprivate List<ClassFile.FieldInfo> ClassFile.loadFields(DataInputStream dis) u2 fields_count, fields[fields_count]Method parameters in org.codehaus.janino.util with type arguments of type ClassFile.FieldInfoModifier and TypeMethodDescriptionprivate static voidClassFile.storeFields(DataOutputStream dos, List<ClassFile.FieldInfo> fieldInfos) u2 fields_count, fields[fields_count]