Class XmlMethodParam
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlMethodParam
-
public final class XmlMethodParam extends Object
Xmir representation of a method parameter.- Since:
- 0.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeMethodParameter
bytecode()
Convert to bytecode.boolean
isParam()
Check if the object is actually a method param.
-
-
-
Method Detail
-
bytecode
public BytecodeMethodParameter 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.
-
-