Class MethodInfo
- java.lang.Object
-
- org.kie.soup.project.datamodel.oracle.MethodInfo
-
public class MethodInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodInfo()MethodInfo(String name, List<String> params, Class<?> returnType, String parametricReturnType, String genericType)MethodInfo(String name, List<String> params, String returnType, String parametricReturnType, String genericType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetGenericType()StringgetName()StringgetNameWithParameters()StringgetParametricReturnType()List<String>getParams()StringgetReturnClassType()inthashCode()StringtoString()
-