Uses of Class
com.strobel.assembler.ir.attributes.InnerClassEntry
Packages that use InnerClassEntry
Package
Description
-
Uses of InnerClassEntry in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes with type parameters of type InnerClassEntryModifier and TypeFieldDescriptionprivate final List<InnerClassEntry> InnerClassesAttribute._entriesMethods in com.strobel.assembler.ir.attributes that return types with arguments of type InnerClassEntryConstructor parameters in com.strobel.assembler.ir.attributes with type arguments of type InnerClassEntry -
Uses of InnerClassEntry in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return InnerClassEntryModifier and TypeMethodDescriptionprivate InnerClassEntryCoreMetadataFactory.findInnerClassEntry(String name) -
Uses of InnerClassEntry in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type InnerClassEntryModifier and TypeMethodDescriptionprivate voidBytecodeLanguage.writeInnerClassEntry(ITextOutput output, TypeDefinition type, InnerClassEntry entry)