Uses of Class
org.codehaus.janino.util.ClassFile.InnerClassesAttribute.Entry
-
Packages that use ClassFile.InnerClassesAttribute.Entry Package Description org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.InnerClassesAttribute.Entry in org.codehaus.janino.util
Fields in org.codehaus.janino.util with type parameters of type ClassFile.InnerClassesAttribute.Entry Modifier and Type Field Description private java.util.List<ClassFile.InnerClassesAttribute.Entry>
ClassFile.InnerClassesAttribute. entries
Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.InnerClassesAttribute.Entry Modifier and Type Method Description java.util.List<ClassFile.InnerClassesAttribute.Entry>
ClassFile.InnerClassesAttribute. getEntries()
Methods in org.codehaus.janino.util with parameters of type ClassFile.InnerClassesAttribute.Entry Modifier and Type Method Description void
ClassFile. addInnerClassesAttributeEntry(ClassFile.InnerClassesAttribute.Entry entry)
Creates anInnerClasses
attribute if it does not exist, then adds the entry to theInnerClasses
attribute.Constructors in org.codehaus.janino.util with parameters of type ClassFile.InnerClassesAttribute.Entry Constructor Description InnerClassesAttribute(short attributeNameIndex, ClassFile.InnerClassesAttribute.Entry[] entries)
-