org.androidtransfuse.model
Class MethodDescriptor
java.lang.Object
org.androidtransfuse.model.MethodDescriptor
public class MethodDescriptor
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDescriptor
public MethodDescriptor(com.sun.codemodel.JMethod method,
ASTMethod astMethod,
com.google.common.collect.ImmutableMap<ASTParameter,TypedExpression> parameterMap,
com.google.common.collect.ImmutableMap<ASTType,TypedExpression> typeMap)
getMethod
public com.sun.codemodel.JMethod getMethod()
getParameter
public TypedExpression getParameter(ASTParameter astParameter)
getASTMethod
public ASTMethod getASTMethod()
getParameters
public Map<ASTParameter,TypedExpression> getParameters()
getTypeMap
public Map<ASTType,TypedExpression> getTypeMap()
getExpression
public TypedExpression getExpression(ASTType astType)
Copyright © 2012. All Rights Reserved.