Uses of Class
org.openjdk.asmtools.jasm.NameInfo
Packages that use NameInfo
-
Uses of NameInfo in org.openjdk.asmtools.jasm
Methods in org.openjdk.asmtools.jasm that return NameInfoModifier and TypeMethodDescriptionParser.NameSupplier.get()
private NameInfo
Parser.parseModuleName()
Parses a module name in a module statement(s)private NameInfo
Parser.parseTypeName()
Parses a package or type name in a module statement(s)NameInfo.setCpIndex
(int index) Methods in org.openjdk.asmtools.jasm that return types with arguments of type NameInfoModifier and TypeMethodDescriptionParser.scanList
(Parser.Method scanMethod, Parser.NameSupplier target, String err, boolean onlyOneElement) Scans the "to" or "with" part of the following ModuleStatement: exports PackageName [to ModuleName {, ModuleName}] ;, opens PackageName [to ModuleName {, ModuleName}] ; provides TypeName with TypeName [,typeName] ; uses TypeName;Methods in org.openjdk.asmtools.jasm with parameters of type NameInfoModifier and TypeMethodDescriptionConstantPool.findCell
(ClassFileConst.ConstType tag, NameInfo nameInfo) ConstantPool.findClassCell
(NameInfo nameInfo) ConstantPool.findModuleCell
(NameInfo nameInfo) ConstantPool.findPackageCell
(NameInfo nameInfo) -
Uses of NameInfo in org.openjdk.asmtools.jdis
Subclasses of NameInfo in org.openjdk.asmtools.jdisModifier and TypeClassDescriptionstatic final class
static final class
static class
static final class
static final class
static final class
static class
static final class
static class