org.apache.felix.ipojo.manipulator.spi
Class BindingContext
java.lang.Object
org.apache.felix.ipojo.manipulator.spi.BindingContext
public class BindingContext
- extends java.lang.Object
- Author:
- Felix Project Team
Constructor Summary |
BindingContext(ComponentWorkbench workbench,
Reporter reporter,
org.objectweb.asm.Type annotationType,
org.objectweb.asm.tree.MemberNode node,
java.lang.annotation.ElementType elementType,
int parameterIndex,
java.lang.Object visitor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingContext
public BindingContext(ComponentWorkbench workbench,
Reporter reporter,
org.objectweb.asm.Type annotationType,
org.objectweb.asm.tree.MemberNode node,
java.lang.annotation.ElementType elementType,
int parameterIndex,
java.lang.Object visitor)
getWorkbench
public ComponentWorkbench getWorkbench()
getNode
public org.objectweb.asm.tree.MemberNode getNode()
getElementType
public java.lang.annotation.ElementType getElementType()
getParameterIndex
public int getParameterIndex()
getReporter
public Reporter getReporter()
getAnnotationType
public org.objectweb.asm.Type getAnnotationType()
getVisitor
public java.lang.Object getVisitor()
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.