Uses of Class
org.codehaus.janino.util.ClassFile.InnerClassesAttribute.Entry
Packages that use ClassFile.InnerClassesAttribute.Entry
-
Uses of ClassFile.InnerClassesAttribute.Entry in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.InnerClassesAttribute.EntryMethods in org.codehaus.janino.util with parameters of type ClassFile.InnerClassesAttribute.EntryModifier and TypeMethodDescriptionvoidClassFile.addInnerClassesAttributeEntry(ClassFile.InnerClassesAttribute.Entry entry) Creates anInnerClassesattribute if it does not exist, then adds the entry to theInnerClassesattribute.