net.ranides.assira.asm
Class MethodInspector

java.lang.Object
  extended by net.ranides.assira.asm.MethodInspector

public final class MethodInspector
extends Object

Author:
ranides

Method Summary
static Map<String,List<Variable>> forClass(Class<?> clazz)
           
static List<Variable> getArguments(Method method)
           
static GenericClass getReturnType(Method method)
           
static List<Variable> getVariables(Method method)
           
static String getVMReturn(Method method)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReturnType

public static GenericClass getReturnType(Method method)

getVMReturn

public static String getVMReturn(Method method)

getArguments

public static List<Variable> getArguments(Method method)

getVariables

public static List<Variable> getVariables(Method method)

forClass

public static Map<String,List<Variable>> forClass(Class<?> clazz)


Copyright © 2013. All Rights Reserved.