Class XmlAnnotationProperty

java.lang.Object
org.eolang.jeo.representation.xmir.XmlAnnotationProperty

public final class XmlAnnotationProperty extends Object
Xmir annotation property.
Since:
0.3
  • Constructor Details

    • XmlAnnotationProperty

      public XmlAnnotationProperty(XmlNode node)
      Constructor.
      Parameters:
      node - XML node.
  • Method Details

    • toBytecode

      public BytecodeAnnotationProperty toBytecode()
      Transform to bytecode.
      Returns:
      Bytecode annotation property.
    • type

      public String type()
      Type of the property.
      Returns:
      Type.
    • params

      public List<Object> params()
      Property parameters.
      Returns:
      Parameters.