Home
last modified time | relevance | path

Searched refs:MODULE_INFO_FILE_NAME_STRING (Results 1 – 11 of 11) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DModularClassFile.java83 TypeConstants.MODULE_INFO_FILE_NAME_STRING, in codeComplete()
94 …it cu = new BasicCompilationUnit(contents, null, TypeConstants.MODULE_INFO_FILE_NAME_STRING, this); in codeSelect()
H A DClassFileWorkingCopy.java46 return TypeConstants.MODULE_INFO_FILE_NAME_STRING; in sourceFileName()
H A DPackageFragmentRoot.java918 .getCompilationUnit(TypeConstants.MODULE_INFO_FILE_NAME_STRING); in getSourceModuleDescription()
H A DCompilationUnit.java1425 if (TypeConstants.MODULE_INFO_FILE_NAME_STRING.equals(getElementName())) in getModule()
H A DSourceMapper.java1177 return internalFindSource((NamedMember) module, TypeConstants.MODULE_INFO_FILE_NAME_STRING); in findSource()
H A DJavaProject.java516 …ges.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, getEle… in buildStructure()
3919 …ges.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, getEle…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DPossibleMatch.java174 this.sourceFileName = TypeConstants.MODULE_INFO_FILE_NAME_STRING; in getSourceFileName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DTypeConstants.java534 public static final String MODULE_INFO_FILE_NAME_STRING = "module-info.java"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DDefaultCodeFormatter.java367 …new org.eclipse.jdt.internal.core.CompilationUnit(null, TypeConstants.MODULE_INFO_FILE_NAME_STRING, in createDummyModuleInfoCompilationUnit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DUtil.java187 boolean isModuleInfo = fileName.endsWith(TypeConstants.MODULE_INFO_FILE_NAME_STRING); in compilationUnits9()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DModuleBuilderTests.java2200 …ges.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.get… in test_Multiple_SourceFolders_WithModuleInfo()
2238 …ges.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.get… in test_Multiple_SourceFolders_addModuleInfo()