Uses of Class
org.codehaus.janino.util.ClassFile.FieldInfo
-
Packages that use ClassFile.FieldInfo Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.FieldInfo in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type ClassFile.FieldInfo Modifier and Type Field Description private java.util.Map<ClassFile.FieldInfo,IClass.IField>ClassFileIClass. resolvedFieldsMethods in org.codehaus.janino with parameters of type ClassFile.FieldInfo Modifier and Type Method Description private 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.FieldInfo Modifier and Type Field Description java.util.List<ClassFile.FieldInfo>ClassFile. fieldInfosTheClassFile.FieldInfos of the field members of this class or interface.Methods in org.codehaus.janino.util that return ClassFile.FieldInfo Modifier and Type Method Description ClassFile.FieldInfoClassFile. addFieldInfo(short accessFlags, java.lang.String fieldName, java.lang.String fieldTypeFd, java.lang.Object constantValue)Creates aClassFile.FieldInfoand adds it to this class.Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.FieldInfo Modifier and Type Method Description private java.util.List<ClassFile.FieldInfo>ClassFile. loadFields(java.io.DataInputStream dis)u2 fields_count, fields[fields_count]Method parameters in org.codehaus.janino.util with type arguments of type ClassFile.FieldInfo Modifier and Type Method Description private static voidClassFile. storeFields(java.io.DataOutputStream dos, java.util.List<ClassFile.FieldInfo> fieldInfos)u2 fields_count, fields[fields_count]
-