public class ModuleImport extends ModuleDependency
arguments, module, target| Constructor and Description |
|---|
ModuleImport(ModuleName module)
Create a new module import.
|
ModuleImport(ModuleName module,
ModuleList arguments,
ModuleName target)
Create a new module import.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isImport()
Determine whether this dependency is a
module
import. |
equals, hashCode, isConsistentWith, isInstantiation, isModification, rename, visibleNameadd, add, addAll, addAll, addAll, addAll, addAllTo, addNode, contains, get, getBoolean, getBooleanProperty, getGeneric, getList, getLocation, getName, getNode, getProperty, getString, getStringProperty, getTokenText, hasLocation, hasName, hasProperty, hasTraversal, hasVariable, indexOf, isAnnotation, isEmpty, isGeneric, isList, isToken, iterator, lastIndexOf, properties, remove, removeProperty, set, setLocation, setLocation, setProperty, size, strip, toAnnotation, toList, toString, toToken, writepublic ModuleImport(ModuleName module)
module - The module name.public ModuleImport(ModuleName module, ModuleList arguments, ModuleName target)
module - The module name.arguments - The arguments.target - The target module name.public boolean isImport()
ModuleDependencymodule
import.isImport in class ModuleDependencytrue if this dependency is an import.Copyright © 2014. All Rights Reserved.