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 e)
Create an "InnerClasses" attribute if it does not exist, then add the given entry to the "InnerClasses" attribute.Constructors in org.codehaus.janino.util with parameters of type ClassFile.InnerClassesAttribute.Entry Constructor Description InnerClassesAttribute(short attributeNameIndex, ClassFile.InnerClassesAttribute.Entry[] entries)
-