org.androidtransfuse.model
Class MethodDescriptorBuilder
java.lang.Object
org.androidtransfuse.model.MethodDescriptorBuilder
public class MethodDescriptorBuilder
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDescriptorBuilder
public MethodDescriptorBuilder(com.sun.codemodel.JMethod codeModelMethod,
ASTMethod astMethod)
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.