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.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.