Interface Representation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Representation.Named
      Named representation.
    • Method Detail

      • name

        String name()
        Name of the class or an object.
        Returns:
        Name.
      • toEO

        com.jcabi.xml.XML toEO()
        Convert to EOlang XML representation (XMIR).
        Returns:
        XML.
      • toBytecode

        byte[] toBytecode()
        Convert to bytecode.
        Returns:
        Array of bytes.