Package org.eolang.opeo.ast
Class PrefixedName
- java.lang.Object
-
- org.eolang.opeo.ast.PrefixedName
-
public final class PrefixedName extends Object
Prefixed name.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description PrefixedName(String original)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
withoutPrefix()
Without prefix.String
withPrefix()
The class name with prefix.
-
-
-
Constructor Detail
-
PrefixedName
public PrefixedName(String original)
Constructor.- Parameters:
original
- Original name.
-
-