Package org.eolang.jeo.representation
Class PrefixedName
java.lang.Object
org.eolang.jeo.representation.PrefixedName
Java name.
This class is used to represent any java class or method name and to avoid
naming conflicts with EO-reserved words.
You can read more about the problem
here
- Since:
- 0.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrefixedName
Constructor.- Parameters:
origin
- Original name.
-
-
Method Details
-
encode
Encode name.- Returns:
- Encoded name.
-
decode
Decode name.- Returns:
- Decoded name.
-