Interface Path.ParameterNode
- All Superinterfaces:
Path.Node
- Enclosing interface:
Path
Node representing a parameter of a method or constructor.
- Since:
- 1.1
- Author:
- Emmanuel Bernard, Gunnar Morling, Guillaume Smet
-
Method Summary
-
Method Details
-
getParameterIndex
int getParameterIndex()- Returns:
- the parameter index in the method or constructor definition
-