Class XmlAnnotationValue
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlAnnotationValue
-
public final class XmlAnnotationValue extends Object
Xmir annotation property.- Since:
- 0.3
-
-
Constructor Summary
Constructors Constructor Description XmlAnnotationValue(XmlNode xmlnode)
Constructor.
-
-
-
Constructor Detail
-
XmlAnnotationValue
public XmlAnnotationValue(XmlNode xmlnode)
Constructor.- Parameters:
xmlnode
- XML node.
-
-
Method Detail
-
bytecode
public BytecodeAnnotationValue bytecode()
Transform to bytecode.- Returns:
- Bytecode annotation property.
-
-