Class XmlMethodParam
java.lang.Object
org.eolang.jeo.representation.xmir.XmlMethodParam
Xmir representation of a method parameter.
- Since:
- 0.4
-
Method Details
-
bytecode
Convert to bytecode.- Returns:
- Bytecode method parameter.
-
isParam
public boolean isParam()Check if the object is actually a method param.- Returns:
- True if the method param, false otherwise.
-