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 TypeMethodDescriptionvoid
ClassFile.addInnerClassesAttributeEntry
(ClassFile.InnerClassesAttribute.Entry entry) Creates anInnerClasses
attribute if it does not exist, then adds the entry to theInnerClasses
attribute.