org.androidtransfuse.gen.componentBuilder
Class ExistingMethod

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

public class ExistingMethod
extends Object
implements MethodGenerator

Author:
John Ericksen

Constructor Summary
ExistingMethod(MethodDescriptor methodDescriptor)
           
 
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

ExistingMethod

public ExistingMethod(MethodDescriptor methodDescriptor)
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.