Class XmlParam
java.lang.Object
org.eolang.jeo.representation.xmir.XmlParam
Xmir representation of a method parameter.
- Since:
- 0.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAnnotations of the parameter.int
index()
Index of the parameter in the method.
-
Constructor Details
-
XmlParam
Constructor.- Parameters:
position
- Index of the parameter in the method.root
- Root node.
-
-
Method Details
-
index
public int index()Index of the parameter in the method.- Returns:
- Index.
-
annotations
Annotations of the parameter.- Returns:
- Annotations.
-