net.sf.oval.context
Class ConstructorParameterContext
java.lang.Object
net.sf.oval.context.OValContext
net.sf.oval.context.ConstructorParameterContext
- All Implemented Interfaces:
- Serializable
public class ConstructorParameterContext
- extends OValContext
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
ConstructorParameterContext
public ConstructorParameterContext(Constructor<?> constructor,
int parameterIndex,
String parameterName)
- Parameters:
constructor
- parameterIndex
-
getConstructor
public Constructor<?> getConstructor()
- Returns:
- Returns the constructor.
getParameterIndex
public int getParameterIndex()
- Returns:
- Returns the parameterIndex.
getParameterName
public String getParameterName()
- Returns:
- the parameterName
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.