Home
last modified time | relevance | path

Searched defs:problemReporter (Results 1 – 25 of 101) sorted by relevance

12345

/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 DModuleScope.java33 public ProblemReporter problemReporter() { in problemReporter() method in ModuleScope
34 ProblemReporter problemReporter = referenceCompilationUnit().problemReporter; in problemReporter() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/
H A DSourceTypeConverter.java57 private ProblemReporter problemReporter; field in SourceTypeConverter
60 ProblemReporter problemReporter) { in SourceTypeConverter()
74 ProblemReporter problemReporter, CompilationResult compilationResult) { in buildCompilationUnit()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/context/annotation/
H A DBeanMethod.java41 public void validate(ProblemReporter problemReporter) { in validate()
H A DConfigurationMethod.java51 public void validate(ProblemReporter problemReporter) { in validate()
H A DConfigurationClassPostProcessor.java105 private ProblemReporter problemReporter = new FailFastProblemReporter(); field in ConfigurationClassPostProcessor
151 public void setProblemReporter(ProblemReporter problemReporter) { in setProblemReporter()
H A DConfigurationClassBeanDefinitionReader.java77 private final ProblemReporter problemReporter; field in ConfigurationClassBeanDefinitionReader
94 ProblemReporter problemReporter, MetadataReaderFactory metadataReaderFactory, in ConfigurationClassBeanDefinitionReader()
H A DConfigurationClassParser.java77 private final ProblemReporter problemReporter; field in ConfigurationClassParser
103 ProblemReporter problemReporter, Environment environment, ResourceLoader resourceLoader, in ConfigurationClassParser()
/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 DImportMatchLocatorParser.java23 protected ImportMatchLocatorParser(ProblemReporter problemReporter, MatchLocator locator) { in ImportMatchLocatorParser()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DCodeSnippetParsingUtil.java78 final ProblemReporter problemReporter = new ProblemReporter( in parseClassBodyDeclarations() local
162 final ProblemReporter problemReporter = new ProblemReporter( in parseExpression() local
201 final ProblemReporter problemReporter = new ProblemReporter( in parseStatements() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DCompilationUnitDeclaration.java48 public ProblemReporter problemReporter; field in CompilationUnitDeclaration
58 public CompilationUnitDeclaration(ProblemReporter problemReporter, in CompilationUnitDeclaration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DCompilationUnitDeclaration.java33 public ProblemReporter problemReporter; field in CompilationUnitDeclaration
42 ProblemReporter problemReporter, in CompilationUnitDeclaration()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/
H A DMethodScope.java394 public ProblemReporter problemReporter() { in problemReporter() method in MethodScope
398 ProblemReporter problemReporter = referenceCompilationUnit().problemReporter; in problemReporter() local
H A DMethodVerifier.java665 private ProblemReporter problemReporter() { in problemReporter() method in MethodVerifier
669 private ProblemReporter problemReporter(MethodBinding currentMethod) { in problemReporter() method in MethodVerifier
H A DCompilationUnitScope.java553 public ProblemReporter problemReporter() { in problemReporter() method in CompilationUnitScope
554 ProblemReporter problemReporter = referenceContext.problemReporter; in problemReporter() local
H A DLookupEnvironment.java26 public ProblemReporter problemReporter; field in LookupEnvironment
69 ProblemReporter problemReporter, INameEnvironment nameEnvironment) { in LookupEnvironment()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/parsing/
H A DCustomProblemReporterTests.java42 private CollatingProblemReporter problemReporter; field in CustomProblemReporterTests
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/
H A DXmlReaderContext.java45 Resource resource, ProblemReporter problemReporter, in XmlReaderContext()
H A DXmlBeanDefinitionReader.java109 private ProblemReporter problemReporter = new FailFastProblemReporter(); field in XmlBeanDefinitionReader
199 public void setProblemReporter(ProblemReporter problemReporter) { in setProblemReporter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodScope.java398 public ProblemReporter problemReporter() { in problemReporter() method in MethodScope
402 ProblemReporter problemReporter = referenceCompilationUnit().problemReporter; in problemReporter() local
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/parsing/
H A DReaderContext.java33 private final ProblemReporter problemReporter; field in ReaderContext
40 public ReaderContext(Resource resource, ProblemReporter problemReporter, in ReaderContext()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DDocumentElementParser.java1240 public ProblemReporter problemReporter() { in problemReporter() method in DocumentElementParser
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/
H A DCommentRecorderParser.java39 public CommentRecorderParser(ProblemReporter problemReporter) { // , boolean in CommentRecorderParser()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodScope.java472 public ProblemReporter problemReporter() { in problemReporter() method in MethodScope
473 ProblemReporter problemReporter = referenceCompilationUnit().problemReporter; in problemReporter() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/
H A DSourceTypeConverter.java80 private SourceTypeConverter(int flags, ProblemReporter problemReporter) { in SourceTypeConverter()
94 ProblemReporter problemReporter, in buildCompilationUnit()
110 ProblemReporter problemReporter, in buildModularCompilationUnit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DSelectionTest2.java42 public SpecialSelectionParser(ProblemReporter problemReporter) { in SpecialSelectionParser()

12345