Uses of Interface
org.openjdk.asmtools.jasm.Parser.Method
-
Packages that use Parser.Method Package Description org.openjdk.asmtools.jasm -
-
Uses of Parser.Method in org.openjdk.asmtools.jasm
Methods in org.openjdk.asmtools.jasm with parameters of type Parser.Method Modifier and Type Method Description private java.util.HashSet<java.lang.String>
Parser. scanList(Parser.Method scanMethod, Parser.NameSupplier target, java.lang.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;
-