Class MethodParameterInformation
java.lang.Object
se.krka.kahlua.integration.processor.MethodParameterInformation
- All Implemented Interfaces:
java.io.Serializable
public class MethodParameterInformation
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static MethodParameterInformation
EMPTY
-
Constructor Summary
Constructors Constructor Description MethodParameterInformation(java.util.List list)
-
Method Summary
Modifier and Type Method Description java.lang.String
getName(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EMPTY
-
-
Constructor Details
-
MethodParameterInformation
public MethodParameterInformation(java.util.List list)
-
-
Method Details
-
getName
public java.lang.String getName(int int1)
-