Interface Representation

All Known Implementing Classes:
BytecodeRepresentation, XmirRepresentation

public interface Representation
Intermediate representation of objects or class files which can be translated.
Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Details of representation.
    Convert to bytecode.
    com.jcabi.xml.XML
    Convert to EOlang XML representation (XMIR).
  • Method Details

    • details

      Details details()
      Details of representation. Additional info about representation which might include the source file, the name of a class or an object, etc.
      Returns:
      Representation details instance.
    • toEO

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

      Bytecode toBytecode()
      Convert to bytecode.
      Returns:
      Array of bytes.