Home
last modified time | relevance | path

Searched refs:nameSourceEnd (Results 1 – 16 of 16) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DISourceElementRequestor.java87 int nameSourceStart, int nameSourceEnd, char[] superclass, in enterClass() argument
93 int nameSourceStart, int nameSourceEnd, char[][] parameterTypes, in enterConstructor() argument
97 char[] name, int nameSourceStart, int nameSourceEnd); in enterField() argument
103 int nameSourceStart, int nameSourceEnd, char[][] superinterfaces); in enterInterface() argument
106 char[] name, int nameSourceStart, int nameSourceEnd, in enterMethod() argument
/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 DSourceField.java26 protected int nameSourceEnd; field in SourceField
34 int nameSourceEnd, in SourceField() argument
42 this.nameSourceEnd = nameSourceEnd; in SourceField()
70 buffer.append(this.source, this.nameSourceStart, this.nameSourceEnd - this.nameSourceStart + 1); in getActualName()
89 return this.nameSourceEnd; in getNameSourceEnd()
H A DSourceMethod.java26 private int nameSourceEnd; field in SourceMethod
41 int nameSourceEnd, in SourceMethod() argument
52 this.nameSourceEnd = nameSourceEnd; in SourceMethod()
85 buffer.append(this.source, this.nameSourceStart, this.nameSourceEnd - this.nameSourceStart + 1); in getActualName()
107 return this.nameSourceEnd; in getNameSourceEnd()
H A DSourceType.java28 private int nameSourceEnd; field in SourceType
53 int nameSourceEnd, in SourceType() argument
64 this.nameSourceEnd = nameSourceEnd; in SourceType()
148 buffer.append(this.source, this.nameSourceStart, this.nameSourceEnd - this.nameSourceStart + 1); in getActualName()
205 return this.nameSourceEnd; in getNameSourceEnd()
H A DSourceElementParserTest.java212 typeInfo.nameSourceEnd, in enterType()
229 typeInfo.nameSourceEnd, in enterType()
257 fieldInfo.nameSourceEnd, in enterField()
270 compInfo.nameSourceEnd, in enterRecordComponent()
295 methodInfo.nameSourceEnd, in enterAbtractMethod()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DCompilationUnitStructureRequestor.java256 int nameSourceStart, int nameSourceEnd, char[] superclass, in enterClass() argument
260 nameSourceEnd, superclass, superinterfaces); in enterClass()
278 char[] name, int nameSourceStart, int nameSourceEnd, in enterConstructor() argument
291 char[] name, int nameSourceStart, int nameSourceEnd) { in enterField() argument
308 info.setNameSourceEnd(nameSourceEnd); in enterField()
352 char[] name, int nameSourceStart, int nameSourceEnd, in enterInterface() argument
356 nameSourceEnd, null, superinterfaces); in enterInterface()
365 int nameSourceEnd, char[][] parameterTypes, in enterMethod() argument
378 int nameSourceEnd, char[][] parameterTypes, in enterMethod() argument
417 info.setNameSourceEnd(nameSourceEnd); in enterMethod()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/
H A DISourceElementRequestor.java60 public int nameSourceEnd; field in ISourceElementRequestor.ModuleInfo
89 public int nameSourceEnd; field in ISourceElementRequestor.TypeInfo
108 public int nameSourceEnd; field in ISourceElementRequestor.TypeParameterInfo
121 public int nameSourceEnd; field in ISourceElementRequestor.MethodInfo
141 public int nameSourceEnd; field in ISourceElementRequestor.ParameterInfo
151 public int nameSourceEnd; field in ISourceElementRequestor.FieldInfo
164 public int nameSourceEnd; field in ISourceElementRequestor.RecordComponentInfo
H A DSourceElementNotifier.java131 parameterInfo.nameSourceEnd = argument.sourceEnd; in getArgumentInfos()
218 typeParameterInfo.nameSourceEnd = typeParameter.sourceEnd; in getTypeParameterInfos()
312 methodInfo.nameSourceEnd = selectorSourceEnd; in notifySourceElementRequestor()
371 methodInfo.nameSourceEnd = selectorSourceEnd; in notifySourceElementRequestor()
541 fieldInfo.nameSourceEnd = fieldDeclaration.sourceEnd; in notifySourceElementRequestor()
612 info.nameSourceEnd = moduleDeclaration.sourceEnd; in notifySourceElementRequestor()
642 recordComponentInfo.nameSourceEnd = recordComponent.sourceEnd; in notifySourceElementRequestor()
708 typeInfo.nameSourceEnd = sourceEnd(typeDeclaration); in notifySourceElementRequestor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/
H A DSimpleDOMBuilder.java85 int[] nameRange = {methodInfo.nameSourceStart, methodInfo.nameSourceEnd}; in enterAbstractMethod()
101 …g = new String(this.fDocument, methodInfo.nameSourceStart, methodInfo.nameSourceEnd - methodInfo.n… in enterConstructor()
104 methodInfo.nameSourceEnd = methodInfo.nameSourceStart + openParenPosition - 1; in enterConstructor()
114 int[] nameRange = {fieldInfo.nameSourceStart, fieldInfo.nameSourceEnd}; in enterField()
146 int[] nameRange = new int[] {typeInfo.nameSourceStart, typeInfo.nameSourceEnd}; in enterType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCompilationUnitStructureRequestor.java147 …rt(int declarationStart, int declarationEnd, int nameSourceStart, int nameSourceEnd, char[][] toke… in acceptImport() argument
171 info.setNameSourceEnd(nameSourceEnd); in acceptImport()
442 info.setNameSourceEnd(methodInfo.nameSourceEnd); in createMethodInfo()
556 info.setNameSourceEnd(modInfo.nameSourceEnd); in createModuleInfo()
583 info.setNameSourceEnd(typeInfo.nameSourceEnd); in createTypeInfo()
630 info.nameEnd = typeParameterInfo.nameSourceEnd; in acceptTypeParameter()
686 info.setNameSourceEnd(fieldInfo.nameSourceEnd); in exitField()
735 info.setNameSourceEnd(compInfo.nameSourceEnd); in exitRecordComponent()
H A DSourceMapper.java830 new SourceRange(typeInfo.nameSourceStart, typeInfo.nameSourceEnd - typeInfo.nameSourceStart + 1); in enterType()
847 typeParameterInfo.nameSourceEnd - typeParameterInfo.nameSourceStart + 1)); in enterType()
861 …new SourceRange(moduleInfo.nameSourceStart, moduleInfo.nameSourceEnd - moduleInfo.nameSourceStart … in enterModule()
908 …new SourceRange(fieldInfo.nameSourceStart, fieldInfo.nameSourceEnd - fieldInfo.nameSourceStart + 1… in enterField()
926 … new SourceRange(compInfo.nameSourceStart, compInfo.nameSourceEnd - compInfo.nameSourceStart + 1); in enterRecordComponent()
958 …new SourceRange(methodInfo.nameSourceStart, methodInfo.nameSourceEnd - methodInfo.nameSourceStart … in enterAbstractMethod()
1007 typeParameterInfo.nameSourceEnd - typeParameterInfo.nameSourceStart + 1)); in enterAbstractMethod()
1021 parameterInfo.nameSourceEnd - parameterInfo.nameSourceStart + 1) in enterAbstractMethod()
/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 DInvocationSite.java38 default int nameSourceEnd() { return sourceEnd(); } in nameSourceEnd() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DAllocationExpression.java821 public int nameSourceEnd() { in nameSourceEnd() method
H A DMessageSend.java1242 public int nameSourceEnd() {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/
H A DProblemReporter.java2521 location.nameSourceEnd()); in forbiddenReference()
2533 location.nameSourceEnd()); in forbiddenReference()
6790 int nameSourceEnd = lambda.diagnosticsSourceEnd(); in missingTypeInLambda() local
6806 nameSourceEnd); in missingTypeInLambda()
6809 int nameSourceStart, nameSourceEnd; in missingTypeInMethod() local
6813 nameSourceEnd = (int) messageSend.nameSourcePosition; in missingTypeInMethod()
6816 nameSourceEnd = astNode.sourceEnd; in missingTypeInMethod()
6839 nameSourceEnd); in missingTypeInMethod()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/problem/
H A DProblemReporter.java6208 int nameSourceEnd = lambda.diagnosticsSourceEnd(); in missingTypeInLambda() local
6224 nameSourceEnd); in missingTypeInLambda()
6227 int nameSourceStart, nameSourceEnd; in missingTypeInMethod() local
6231 nameSourceEnd = (int) messageSend.nameSourcePosition; in missingTypeInMethod()
6234 nameSourceEnd = astNode.sourceEnd; in missingTypeInMethod()
6257 nameSourceEnd); in missingTypeInMethod()