public final class NamespaceDeclaration extends Object
{namespace ..} declaration.| Constructor and Description |
|---|
NamespaceDeclaration(Identifier namespace,
List<CommandTagAttribute> attrs,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
String |
toSourceString()
Returns an approximation of what the original source for this namespace looked like.
|
public NamespaceDeclaration(Identifier namespace, List<CommandTagAttribute> attrs, ErrorReporter errorReporter)