Uses of Class
org.apache.felix.ipojo.manipulator.metadata.annotation.registry.Selection

Packages that use Selection
org.apache.felix.ipojo.manipulator.metadata.annotation.registry   
 

Uses of Selection in org.apache.felix.ipojo.manipulator.metadata.annotation.registry
 

Methods in org.apache.felix.ipojo.manipulator.metadata.annotation.registry that return Selection
 Selection Selection.annotatedWith(java.lang.String desc)
           
 Selection Selection.field(org.objectweb.asm.FieldVisitor visitor, org.objectweb.asm.tree.FieldNode node)
           
 Selection Selection.method(org.objectweb.asm.MethodVisitor visitor, org.objectweb.asm.tree.MethodNode node)
           
 Selection Selection.parameter(org.objectweb.asm.MethodVisitor visitor, org.objectweb.asm.tree.MethodNode node, int index)
           
 Selection BindingRegistry.selection(ComponentWorkbench workbench)
          Initiate a Selection for the given workbench.
 Selection Selection.type(org.objectweb.asm.ClassVisitor visitor, org.objectweb.asm.tree.ClassNode node)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.