public class ModuleDeclNode extends ASTNode
| Constructor | Description |
|---|---|
ModuleDeclNode(SourceLocation loc) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getPrefix() |
|
ASTTag |
getTag() |
|
String |
getTargetNS() |
|
void |
setPrefix(String prefix) |
|
void |
setTargetNS(String targetNS) |
getSourceLocation, toStringpublic ModuleDeclNode(SourceLocation loc)
Copyright © 2019 Apache Software Foundation. All rights reserved.