Package org.eolang.jeo.representation
Class ClassName
- java.lang.Object
-
- org.eolang.jeo.representation.ClassName
-
public final class ClassName extends Object
Class name. Understands class name and package. Could extract them from full class name.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringfull()Full class name.Stringname()Class name.Stringpckg()Package.
-
-
-
Method Detail
-
full
public String full()
Full class name.- Returns:
- Full class name as is.
-
pckg
public String pckg()
Package.- Returns:
- Package name in the following format: "org.eolang.jeo.representation.directives".
-
name
public String name()
Class name.- Returns:
- Class name in the following format:
ClassName.
-
-