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

public final class JeoFqn extends Object
Jeo fully qualified name. Adds a jeo-maven-plugin package name to an object base. For example, - `opcode` -> `org.eolang.jeo.opcode` - `representation` -> `org.eolang.jeo.representation` - `int` -> `org.eolang.jeo.int`
Since:
0.6
  • Constructor Details

    • JeoFqn

      public JeoFqn(String base)
      Constructor.
      Parameters:
      base - Base name.
  • Method Details

    • fqn

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

      public String toString()
      Overrides:
      toString in class Object