org.androidtransfuse.model
Class MethodDescriptor

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

public class MethodDescriptor
extends Object

Author:
John Ericksen

Constructor Summary
MethodDescriptor(com.sun.codemodel.JMethod method, ASTMethod astMethod, com.google.common.collect.ImmutableMap<ASTParameter,TypedExpression> parameterMap, com.google.common.collect.ImmutableMap<ASTType,TypedExpression> typeMap)
           
 
Method Summary
 ASTMethod getASTMethod()
           
 TypedExpression getExpression(ASTType astType)
           
 com.sun.codemodel.JMethod getMethod()
           
 TypedExpression getParameter(ASTParameter astParameter)
           
 Map<ASTParameter,TypedExpression> getParameters()
           
 Map<ASTType,TypedExpression> getTypeMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.