public class KotlinModule extends ResourceFile implements Processable
| Modifier and Type | Field and Description |
|---|---|
java.util.List<KotlinModulePackage> |
modulePackages |
java.lang.String |
name
The module name, as opposed to the fileName which includes the module name.
|
fileName, fileSize, referencesfeatureNameprocessingFlags, processingInfo| Constructor and Description |
|---|
KotlinModule(java.lang.String fileName,
long fileSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(KotlinModuleVisitor kotlinModuleVisitor) |
void |
accept(ResourceFileVisitor resourceFileVisitor) |
void |
modulePackagesAccept(KotlinModulePackageVisitor kotlinModulePackageVisitor) |
getFileName, getFileSize, toStringgetFeatureName, setFeatureNamegetProcessingFlags, getProcessingInfo, setProcessingFlags, setProcessingInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingFlags, getProcessingInfo, setProcessingFlags, setProcessingInfopublic java.lang.String name
public final java.util.List<KotlinModulePackage> modulePackages
public void modulePackagesAccept(KotlinModulePackageVisitor kotlinModulePackageVisitor)
public void accept(ResourceFileVisitor resourceFileVisitor)
accept in class ResourceFilepublic void accept(KotlinModuleVisitor kotlinModuleVisitor)