org.androidtransfuse.gen.componentBuilder
Class MirroredMethodGenerator

Package class diagram package MirroredMethodGenerator
java.lang.Object
  extended by org.androidtransfuse.gen.componentBuilder.MirroredMethodGenerator
All Implemented Interfaces:
MethodGenerator

public class MirroredMethodGenerator
extends Object
implements MethodGenerator


Constructor Summary
MirroredMethodGenerator(ASTMethod overrideMethod, boolean superCall, com.sun.codemodel.JCodeModel codeModel, UniqueVariableNamer variableNamer)
           
 
Method Summary
 MethodDescriptor buildMethod(com.sun.codemodel.JDefinedClass definedClass)
           
 void closeMethod(MethodDescriptor methodDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirroredMethodGenerator

@Inject
public MirroredMethodGenerator(ASTMethod overrideMethod,
                                      boolean superCall,
                                      com.sun.codemodel.JCodeModel codeModel,
                                      UniqueVariableNamer variableNamer)
Method Detail

buildMethod

public MethodDescriptor buildMethod(com.sun.codemodel.JDefinedClass definedClass)
Specified by:
buildMethod in interface MethodGenerator

closeMethod

public void closeMethod(MethodDescriptor methodDescriptor)
Specified by:
closeMethod in interface MethodGenerator


Copyright © 2012. All Rights Reserved.