org.androidtransfuse.model
Class MethodInjectionPointBase

Package class diagram package MethodInjectionPointBase
java.lang.Object
  extended by org.androidtransfuse.model.MethodInjectionPointBase
Direct Known Subclasses:
ConstructorInjectionPoint, MethodInjectionPoint

public abstract class MethodInjectionPointBase
extends Object

Author:
John Ericksen

Constructor Summary
protected MethodInjectionPointBase(ASTType containingType)
           
 
Method Summary
 void addInjectionNode(InjectionNode injectionNode)
           
 void addThrows(Collection<ASTType> types)
           
 ASTType getContainingType()
           
 List<InjectionNode> getInjectionNodes()
           
 List<ASTType> getThrowsTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInjectionPointBase

protected MethodInjectionPointBase(ASTType containingType)
Method Detail

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.