org.inxar.jenesis
Interface Namespace

All Superinterfaces:
Codeable, Declaration

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.


Method Summary
 java.lang.String getName()
          Gets the string identifier.
 void setName(java.lang.String identifier)
          Sets the declaration to the given string.
 
Methods inherited from interface org.inxar.jenesis.Declaration
javadoc
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

setName

public void setName(java.lang.String identifier)
Sets the declaration to the given string.

getName

public java.lang.String getName()
Gets the string identifier.