org.androidtransfuse.analysis.astAnalyzer
Class ScopeAspect

Package class diagram package ScopeAspect
java.lang.Object
  extended by org.androidtransfuse.analysis.astAnalyzer.ScopeAspect

public class ScopeAspect
extends Object

Aspect to associate with the InjectionNode a builder used to build the current type in the given scope.

Author:
John Ericksen

Constructor Summary
ScopeAspect(VariableBuilder scopeBuilder)
           
 
Method Summary
 VariableBuilder getScopeBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeAspect

public ScopeAspect(VariableBuilder scopeBuilder)
Method Detail

getScopeBuilder

public VariableBuilder getScopeBuilder()


Copyright © 2012. All Rights Reserved.