Uses of Class
org.openjdk.asmtools.jasm.ConstantPool.ConstCell
Packages that use ConstantPool.ConstCell
-
Uses of ConstantPool.ConstCell in org.openjdk.asmtools.jasm
Classes in org.openjdk.asmtools.jasm that implement interfaces with type arguments of type ConstantPool.ConstCellModifier and TypeClassDescriptionclassConstantPool ConstantPool is the class responsible for maintaining constants for a given class file.Methods in org.openjdk.asmtools.jasm that return ConstantPool.ConstCellModifier and TypeMethodDescriptionConstantPool.FindCell(ConstantPool.ConstValue ref) ConstantPool.FindCell(Tables.ConstType tag, Integer value) ConstantPool.FindCell(Tables.ConstType tag, Long value) ConstantPool.FindCell(Tables.ConstType tag, String value) ConstantPool.FindCell(Tables.ConstType tag, ConstantPool.ConstCell value) ConstantPool.FindCell(Tables.ConstType tag, ConstantPool.ConstCell left, ConstantPool.ConstCell right) ConstantPool.FindCellAsciz(String str) ConstantPool.FindCellClassByName(String name) ConstantPool.FindCellModuleByName(String name) ConstantPool.FindCellPackageByName(String name) ConstantPool.getCell(int cpx) protected ConstantPool.ConstCellParserCP.parseConstRef(Tables.ConstType defaultTag) protected ConstantPool.ConstCellParserCP.parseConstRef(Tables.ConstType defaultTag, Tables.ConstType default2Tag) protected ConstantPool.ConstCellParserCP.parseConstRef(Tables.ConstType defaultTag, Tables.ConstType default2Tag, boolean ignoreKeywords) Parse an instruction argument, one of: * #NUMBER, #NAME, [TAG] CONSTVALUEprotected ConstantPool.ConstCellConstantPool.uncheckedGetCell(int cpx) Methods in org.openjdk.asmtools.jasm that return types with arguments of type ConstantPool.ConstCellMethods in org.openjdk.asmtools.jasm with parameters of type ConstantPool.ConstCellModifier and TypeMethodDescriptionvoidRecordData.addComponent(ConstantPool.ConstCell nameCell, ConstantPool.ConstCell descCell, ConstantPool.ConstCell signature, ArrayList<org.openjdk.asmtools.jasm.AnnotationData> annotations) ConstantPool.FindCell(Tables.ConstType tag, ConstantPool.ConstCell value) ConstantPool.FindCell(Tables.ConstType tag, ConstantPool.ConstCell left, ConstantPool.ConstCell right) voidConstantPool.setCell(int cpx, ConstantPool.ConstCell cell) voidMemberData.setSignatureAttr(ConstantPool.ConstCell value_cpx) Constructors in org.openjdk.asmtools.jasm with parameters of type ConstantPool.ConstCellModifierConstructorDescriptionConstValue_CondyPair(org.openjdk.asmtools.jasm.BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell) protectedConstValue_IndyOrCondyPair(Tables.ConstType tag, org.openjdk.asmtools.jasm.BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell) ConstValue_IndyPair(org.openjdk.asmtools.jasm.BootstrapMethodData bsmdata, ConstantPool.ConstCell napeCell) ConstValue_Pair(Tables.ConstType tag, ConstantPool.ConstCell left, ConstantPool.ConstCell right) Constructor parameters in org.openjdk.asmtools.jasm with type arguments of type ConstantPool.ConstCellModifierConstructorDescriptionClassArrayAttr(String attributeName, org.openjdk.asmtools.jasm.ClassData cdata, List<ConstantPool.ConstCell> classes) NestMembersAttr(org.openjdk.asmtools.jasm.ClassData cdata, List<ConstantPool.ConstCell> classes) PermittedSubclassesAttr(org.openjdk.asmtools.jasm.ClassData cdata, List<ConstantPool.ConstCell> classes)