public interface Namespace extends Declaration
Declaration
subinterface for the package declaration at the beginning
of a compilation unit. Therefore, Namespace
is another term for
package declaration. In order to not conflict with java.lang.Package
,
a different unqualified name was chosen.Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the string identifier.
|
Namespace |
setName(String identifier)
Sets the declaration to the given string.
|
javadoc
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
Copyright © 2000–2018 jenesis4java. All rights reserved.