Package org.eolang

Annotation Type XmirObject

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String oname
      The original name of the object in EO, before optimization.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name
      The name of the object in EO.
      String source
      The name of the source file where this Java code was generated from.
    • Element Detail

      • oname

        String oname
        The original name of the object in EO, before optimization.
        Returns:
        The name as it was in EO
      • name

        String name
        The name of the object in EO.
        Returns:
        The name as it is in EO
        Default:
        ""
      • source

        String source
        The name of the source file where this Java code was generated from.
        Returns:
        The absolute path
        Default:
        ""