Package com.thoughtworks.qdox.model
Interface JavaModuleDescriptor.JavaOpens
-
- All Known Implementing Classes:
DefaultJavaModuleDescriptor.DefaultJavaOpens
- Enclosing interface:
- JavaModuleDescriptor
public static interface JavaModuleDescriptor.JavaOpens
Represents the following ModuleStatement:
opens SOURCE [to TARGET{, TARGET}];
where SOURCE matches a PackageName and TARGET matches a ModuleName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaPackage
getSource()
java.util.Collection<JavaModule>
getTargets()
-
-
-
Method Detail
-
getSource
JavaPackage getSource()
-
getTargets
java.util.Collection<JavaModule> getTargets()
-
-