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.resolvedFields
Methods in org.codehaus.janino with parameters of type ClassFile.FieldInfoModifier and TypeMethodDescriptionprivate IClass.IField
ClassFileIClass.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.fieldInfos
TheClassFile.FieldInfo
s 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.FieldInfo
and 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 void
ClassFile.storeFields
(DataOutputStream dos, List<ClassFile.FieldInfo> fieldInfos) u2 fields_count, fields[fields_count]