org.androidtransfuse.model
Class MethodInjectionPointBase
java.lang.Object
org.androidtransfuse.model.MethodInjectionPointBase
- Direct Known Subclasses:
- ConstructorInjectionPoint, MethodInjectionPoint
public abstract class MethodInjectionPointBase
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInjectionPointBase
protected MethodInjectionPointBase(ASTType containingType)
addInjectionNode
public void addInjectionNode(InjectionNode injectionNode)
getInjectionNodes
public List<InjectionNode> getInjectionNodes()
addThrows
public void addThrows(Collection<ASTType> types)
getThrowsTypes
public List<ASTType> getThrowsTypes()
getContainingType
public ASTType getContainingType()
Copyright © 2012. All Rights Reserved.