Package org.eolang.opeo.ast
Class PrefixedName
java.lang.Object
org.eolang.opeo.ast.PrefixedName
Prefixed name.
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWithout prefix.The class name with prefix.
-
Constructor Details
-
PrefixedName
Constructor.- Parameters:
original
- Original name.
-
-
Method Details
-
withPrefix
The class name with prefix.- Returns:
- Name with prefix.
-
withoutPrefix
Without prefix.- Returns:
- Name without prefix.
-