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
-
Method Details
-
getSource
JavaPackage getSource() -
getTargets
Collection<JavaModule> getTargets()
-