Class Representation.Named

    • Constructor Detail

      • Named

        public Named​(String name)
        Constructor.
        Parameters:
        name - Name of representation.
    • Method Detail

      • toEO

        public com.jcabi.xml.XML toEO()
        Description copied from interface: Representation
        Convert to EOlang XML representation (XMIR).
        Specified by:
        toEO in interface Representation
        Returns:
        XML.
      • toBytecode

        public byte[] toBytecode()
        Description copied from interface: Representation
        Convert to bytecode.
        Specified by:
        toBytecode in interface Representation
        Returns:
        Array of bytes.