java.lang.Object
org.eolang.jeo.representation.directives.Format

public final class Format extends Object
Output format of the XMIR representation.
Since:
0.14.0
  • Field Details

  • Constructor Details

    • Format

      public Format(Object... pairs)
      Prepare pairs of properties.
      Parameters:
      pairs - Pairs of properties, each pair consists of a name and a value.
  • Method Details

    • modifiers

      public boolean modifiers()
      Should method modifiers be included in the output.
      Returns:
      True if modifiers are included, false otherwise.