public class ModuleImportNode extends ASTNode
| Constructor | Description | 
|---|---|
| ModuleImportNode(SourceLocation loc) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| List<String> | getLocations() | |
| String | getPrefix() | |
| ASTTag | getTag() | |
| String | getTargetNS() | |
| void | setLocations(List<String> locations) | |
| void | setPrefix(String prefix) | |
| void | setTargetNS(String targetNS) | 
getSourceLocation, toStringpublic ModuleImportNode(SourceLocation loc)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.