Java Doc for ParameterNameResolverEnumerationImpl.java in » Development » OVal » net » sf » oval » guard » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This implementation determines the names of constructor and method parameters by simply enumerating them based on there index:
arg0,arg1,arg2,..
author: Sebastian Thomschke