org.androidtransfuse.model
Class InjectionNode
java.lang.Object
org.androidtransfuse.model.InjectionNode
public class InjectionNode
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionNode
public InjectionNode(ASTType astType)
InjectionNode
public InjectionNode(ASTType usageType,
ASTType astType)
getUsageType
public ASTType getUsageType()
getClassName
public String getClassName()
getASTType
public ASTType getASTType()
getAspect
public <T> T getAspect(Class<T> clazz)
addAspect
public void addAspect(Object object)
addAspect
public <T> void addAspect(Class<T> clazz,
T object)
containsAspect
public boolean containsAspect(Class<?> clazz)
getAspects
public Map<Class,Object> getAspects()
Copyright © 2012. All Rights Reserved.