Class XmlFrame

    • Constructor Detail

      • XmlFrame

        public XmlFrame​(String... lines)
        Constructor.
        Parameters:
        lines - Lines of XML
      • XmlFrame

        public XmlFrame​(String xml)
        Constructor.
        Parameters:
        xml - XML
      • XmlFrame

        public XmlFrame​(XmlNode node)
        Constructor.
        Parameters:
        node - Xmir node
    • Method Detail

      • writeTo

        public void writeTo​(BytecodeMethod method)
        Description copied from interface: XmlBytecodeEntry
        Write instruction to the bytecode method.
        Specified by:
        writeTo in interface XmlBytecodeEntry
        Parameters:
        method - Bytecode Method where instruction should be written.