Class XmlAnnotationProperty
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlAnnotationProperty
-
public final class XmlAnnotationProperty extends Object
Xmir annotation property.- Since:
- 0.3
-
-
Constructor Summary
Constructors Constructor Description XmlAnnotationProperty(XmlNode node)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeAnnotationProperty
toBytecode()
Transform to bytecode.
-
-
-
Constructor Detail
-
XmlAnnotationProperty
public XmlAnnotationProperty(XmlNode node)
Constructor.- Parameters:
node
- XML node.
-
-
Method Detail
-
toBytecode
public BytecodeAnnotationProperty toBytecode()
Transform to bytecode.- Returns:
- Bytecode annotation property.
-
-