Class PrefixedName

java.lang.Object
org.eolang.opeo.ast.PrefixedName

public final class PrefixedName extends Object
Prefixed name.
Since:
0.1
  • Constructor Details

    • PrefixedName

      public PrefixedName(String original)
      Constructor.
      Parameters:
      original - Original name.
  • Method Details

    • withPrefix

      public String withPrefix()
      The class name with prefix.
      Returns:
      Name with prefix.
    • withoutPrefix

      public String withoutPrefix()
      Without prefix.
      Returns:
      Name without prefix.