Uses of Class
org.codehaus.janino.util.ClassFile.FieldInfo
Packages that use ClassFile.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.