org.androidtransfuse.model
Class MethodDescriptorBuilder

Package class diagram package MethodDescriptorBuilder
java.lang.Object
  extended by org.androidtransfuse.model.MethodDescriptorBuilder

public class MethodDescriptorBuilder
extends Object

Author:
John Ericksen

Constructor Summary
MethodDescriptorBuilder(com.sun.codemodel.JMethod codeModelMethod, ASTMethod astMethod)
           
 
Method Summary
 MethodDescriptor build()
           
 void putParameter(ASTParameter astParameter, TypedExpression expression)
           
 void putType(ASTType astType, TypedExpression expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDescriptorBuilder

public MethodDescriptorBuilder(com.sun.codemodel.JMethod codeModelMethod,
                               ASTMethod astMethod)
Method Detail

putType

public void putType(ASTType astType,
                    TypedExpression expression)

putParameter

public void putParameter(ASTParameter astParameter,
                         TypedExpression expression)

build

public MethodDescriptor build()


Copyright © 2012. All Rights Reserved.