Uses of Class
org.mvel2.asm.tree.ModuleProvideNode

Packages that use ModuleProvideNode
org.mvel2.asm.tree Provides an ASM visitor that constructs a tree representation of the classes it visits. 
 

Uses of ModuleProvideNode in org.mvel2.asm.tree
 

Fields in org.mvel2.asm.tree with type parameters of type ModuleProvideNode
 List<ModuleProvideNode> ModuleNode.provides
          A list of services along with their implementations provided by the current module.
 

Constructor parameters in org.mvel2.asm.tree with type arguments of type ModuleProvideNode
ModuleNode(int api, String name, int access, String version, List<ModuleRequireNode> requires, List<ModuleExportNode> exports, List<ModuleOpenNode> opens, List<String> uses, List<ModuleProvideNode> provides)
           
 



Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.