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 ModuleStatement: exports PackageName [to ModuleName {, ModuleName}] ;, opens packageName [to ModuleName {, ModuleName}] ; provides TypeName with TypeName [,typeName] ; uses TypeName; : [ModuleName {, ModuleName}]; , [TypeName [,typeName]]; or TypeName;