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

public final class JeoFqn extends Object
JEO fully qualified name generator.

This class generates fully qualified names for JEO-specific objects by adding the JEO namespace prefix to base names.

Examples:

  • opcode -> Q.jeo.opcode
  • representation -> Q.jeo.representation
  • int -> Q.jeo.int
Since:
0.6.0
  • Constructor Details

    • JeoFqn

      public JeoFqn(String base)
      Constructor.
      Parameters:
      base - The base name to qualify
  • Method Details

    • fqn

      public String fqn()
      Get a fully qualified name.
      Returns:
      Fully qualified name.
    • toString

      public String toString()
      Overrides:
      toString in class Object