Uses of Interface
org.openjdk.asmtools.jasm.Parser.Method
Packages that use Parser.Method
-
Uses of Parser.Method in org.openjdk.asmtools.jasm
Methods in org.openjdk.asmtools.jasm with parameters of type Parser.MethodModifier 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;