Home
last modified time | relevance | path

Searched refs:getStartPosition (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DDefaultCommentMapper.java93 int commentStart = comment.getStartPosition(); in getCommentIndex()
105 if (position < comment.getStartPosition()) { in getCommentIndex()
136 return node.getStartPosition(); in getExtendedStartPosition()
156 int end = node.getStartPosition() + node.getLength(); in getExtendedEnd()
305 int nodeStart = node.getStartPosition(); in storeLeadingComments()
325 int commentStart = comment.getStartPosition(); in storeLeadingComments()
396 extended = this.comments[endIdx].getStartPosition(); in storeLeadingComments()
426 int nodeEnd = node.getStartPosition()+node.getLength()-1; in storeTrailingComments()
463 commentStart = comment.getStartPosition(); in storeTrailingComments()
569 int previousEnd = parent.getStartPosition(); in visitNode()
[all …]
H A DCompilationUnit.java267 result.setSourceRange(getStartPosition(), getLength()); in clone0()
301 if (position >= getStartPosition() + getLength()) return -1; in getColumnNumber()
311 …final int currentLineEnd = line == length + 1 ? getStartPosition() + getLength() - 1 : this.lineEn… in getColumnNumber()
528 return node.getStartPosition(); in getExtendedStartPosition()
632 return column >= getStartPosition() + getLength() ? -1 : column; in getPosition()
646 …final int currentLineEnd = line == length + 1 ? getStartPosition() + getLength() - 1 : this.lineEn… in getPosition()
850 if (position >= getStartPosition() + getLength()) { in getLineNumber()
868 if (position >= getStartPosition() + getLength()) { in getLineNumber()
1015 int start = comment.getStartPosition(); in setCommentTable()
1020 nextAvailablePosition = comment.getStartPosition() + comment.getLength(); in setCommentTable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/
H A DSelectionAwareSourceRangeComputer.java89 int newStart= Math.min(fSelectionStart + pos, currentNode.getStartPosition()); in initializeRanges()
91 …fRanges.put(currentNode, new SourceRange(newStart, range.getLength() + range.getStartPosition() - … in initializeRanges()
94 int scannerStart= currentNode.getStartPosition() + currentNode.getLength() - fSelectionStart; in initializeRanges()
113 …int newEnd= Math.max(fSelectionStart + pos, currentNode.getStartPosition() + currentNode.getLength… in initializeRanges()
115 …fRanges.put(currentNode, new SourceRange(range.getStartPosition(), newEnd - range.getStartPosition in initializeRanges()
126 if (extRange.getStartPosition() + extRange.getLength() > newEnd) { in initializeRanges()
127 …fRanges.put(lastChild, new SourceRange(extRange.getStartPosition(), newEnd - extRange.getStartPosi… in initializeRanges()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DASTConverterJavadocTest.java708 int start = docComment.getStartPosition(); in verifyPositions()
720 int teStart = tagElement.getStartPosition(); in verifyPositions()
747 int tagStart = tagElement.getStartPosition(); in verifyPositions()
1449 int commentStart = method.getStartPosition(); in verifyMapper()
1452 commentStart = comment.getStartPosition(); in verifyMapper()
1469 commentStart = method.getStartPosition(); in verifyMapper()
1472 commentStart = comment.getStartPosition(); in verifyMapper()
1529 int commentStart = comment.getStartPosition(); in testBug54776()
1562 int commentStart = comment.getStartPosition(); in testBug55221a()
1599 int commentStart = comment.getStartPosition(); in testBug55221b()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DASTRewriteAnalyzer.java279 int start= range.getStartPosition(); in getCopySourceEdit()
2231 startPos= node.getStartPosition(); in visit()
2718 int pos= node.getStartPosition(); in visit()
2773 int pos= node.getStartPosition(); in visit()
2861 int pos= node.getStartPosition(); in visit()
3200 int pos = node.getStartPosition(); in visit()
3395 int pos= node.getStartPosition(); in visit()
3843 int pos= node.getStartPosition(); in visit()
3918 int pos= node.getStartPosition();
3965 int pos= node.getStartPosition();
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/
H A DJavaParseTreeBuilder.java60 …new JavaNode(getCurrentContainer(), JavaNode.PACKAGE, null, node.getStartPosition(), node.getLengt… in visit()
67 push(JavaNode.CU, null, node.getStartPosition(), node.getLength()); in visit()
79 …avaNode.INTERFACE : JavaNode.CLASS, node.getName().toString(), node.getStartPosition(), node.getLe… in visit()
90 push(JavaNode.ENUM, node.getName().toString(), node.getStartPosition(), node.getLength()); in visit()
101 push(JavaNode.ANNOTATION, node.getName().toString(), node.getStartPosition(), node.getLength()); in visit()
112 push(JavaNode.METHOD, getSignature(node), node.getStartPosition(), node.getLength()); in visit()
124 …tructor() ? JavaNode.CONSTRUCTOR : JavaNode.METHOD, signature, node.getStartPosition(), node.getLe… in visit()
135 …push(JavaNode.INIT, getCurrentContainer().getInitializerCount(), node.getStartPosition(), node.get… in visit()
146 int s= node.getStartPosition(); in visit()
164 push(JavaNode.FIELD, name, parent.getStartPosition(), parent.getLength()); in visit()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfb_Alignment.h55 virtual UT_sint32 getStartPosition() = 0;
66 UT_sint32 getStartPosition();
80 UT_sint32 getStartPosition();
94 UT_sint32 getStartPosition();
108 UT_sint32 getStartPosition();
H A Dfb_Alignment.cpp46 UT_sint32 fb_Alignment_left::getStartPosition() in getStartPosition() function in fb_Alignment_left
70 UT_sint32 fb_Alignment_center::getStartPosition() in getStartPosition() function in fb_Alignment_center
97 UT_sint32 fb_Alignment_right::getStartPosition() in getStartPosition() function in fb_Alignment_right
153 UT_sint32 fb_Alignment_justify::getStartPosition() in getStartPosition() function in fb_Alignment_justify
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/
H A DSelection.java106 int nodeStart= node.getStartPosition(); in getVisitSelectionMode()
118 int nodeStart= node.getStartPosition(); in getEndVisitSelectionMode()
136 int nodeStart= node.getStartPosition(); in covers()
141 int nodeStart= node.getStartPosition(); in coveredBy()
151 int nodeStart= node.getStartPosition(); in endsIn()
156 int nodeStart= node.getStartPosition(); in liesOutside()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/ast/
H A DPropertyOrFieldReference.java90 throw new SpelEvaluationException(getStartPosition(), ex, in getValueInternal()
94 throw new SpelEvaluationException(getStartPosition(), ex, in getValueInternal()
107 throw new SpelEvaluationException(getStartPosition(), ex, in getValueInternal()
111 throw new SpelEvaluationException(getStartPosition(), ex, in getValueInternal()
126 throw new SpelEvaluationException(getStartPosition(), ex, in getValueInternal()
130 throw new SpelEvaluationException(getStartPosition(), ex, in getValueInternal()
208 …throw new SpelEvaluationException(getStartPosition(), SpelMessage.PROPERTY_OR_FIELD_NOT_READABLE, … in readProperty()
248 …throw new SpelEvaluationException(getStartPosition(), ae, SpelMessage.EXCEPTION_DURING_PROPERTY_WR… in writeProperty()
253 …throw new SpelEvaluationException(getStartPosition(), SpelMessage.PROPERTY_OR_FIELD_NOT_WRITABLE_O… in writeProperty()
256 …throw new SpelEvaluationException(getStartPosition(), SpelMessage.PROPERTY_OR_FIELD_NOT_WRITABLE, … in writeProperty()
H A DIndexer.java102 throw new SpelEvaluationException(getStartPosition(),SpelMessage.CANNOT_INDEX_INTO_NULL_VALUE); in getValueInternal()
115 …throw new SpelEvaluationException(getStartPosition(),SpelMessage.COLLECTION_INDEX_OUT_OF_BOUNDS, c… in getValueInternal()
128 …throw new SpelEvaluationException(getStartPosition(),SpelMessage.STRING_INDEX_OUT_OF_BOUNDS, ctxSt… in getValueInternal()
167 …throw new SpelEvaluationException(getStartPosition(),SpelMessage.INDEXING_NOT_SUPPORTED_FOR_TYPE, … in getValueInternal()
210 …throw new SpelEvaluationException(getStartPosition(),SpelMessage.COLLECTION_INDEX_OUT_OF_BOUNDS, c… in setValue()
222 …throw new SpelEvaluationException(getStartPosition(),SpelMessage.INDEXING_NOT_SUPPORTED_FOR_TYPE, … in setValue()
252 …throw new SpelEvaluationException(getStartPosition(), ae, SpelMessage.EXCEPTION_DURING_PROPERTY_WR… in setValue()
258 …throw new SpelEvaluationException(getStartPosition(),SpelMessage.INDEXING_NOT_SUPPORTED_FOR_TYPE, … in setValue()
275 …throw new SpelEvaluationException(getStartPosition(), SpelMessage.UNABLE_TO_GROW_COLLECTION_UNKNOW… in growCollection()
288 … throw new SpelEvaluationException(getStartPosition(), ex, SpelMessage.UNABLE_TO_GROW_COLLECTION); in growCollection()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DPostfixCompletionProposalComputer.java176 int start= node.getStartPosition(); in updateTemplateEngine()
177 if (invOffset > start && start >= bestNode[0].getStartPosition()) { in updateTemplateEngine()
185 int start= node.getStartPosition(); in updateTemplateEngine()
186 if (invOffset > start && start >= bestNode[0].getStartPosition()) { in updateTemplateEngine()
194 int start= node.getStartPosition(); in updateTemplateEngine()
195 if (invOffset > start && start >= bestNode[0].getStartPosition()) { in updateTemplateEngine()
203 int start= node.getStartPosition(); in updateTemplateEngine()
204 if (invOffset > start && start >= bestNode[0].getStartPosition()) { in updateTemplateEngine()
212 int start= node.getStartPosition(); in updateTemplateEngine()
213 if (invOffset > start && start >= bestNode[0].getStartPosition()) { in updateTemplateEngine()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DMethodExitsFinder.java111 …fResult.add(new OccurrenceLocation(returnType.getStartPosition(), returnType.getLength(), 0, desc)… in performSearch()
151 …int offset= fMethodDeclaration.getStartPosition() + fMethodDeclaration.getLength() - 1; // closing… in markReferences()
182 …fResult.add(new OccurrenceLocation(node.getStartPosition(), node.getLength(), 0, fExitDescription)… in visit()
232 …fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fExitDescription)… in visit()
238 int offset= body.getStartPosition() + body.getLength() - 1; // closing bracket of try block in visit()
276 fResult.add(new OccurrenceLocation(node.getStartPosition(), 5, 0, fExitDescription)); in visit()
285 …fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fExitDescription)… in visit()
294 …fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fExitDescription)… in visit()
303 …fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fExitDescription)… in visit()
312 fResult.add(new OccurrenceLocation(node.getStartPosition(), 4, 0, fExitDescription)); in visit()
[all …]
H A DExceptionOccurrencesFinder.java184 … fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fDescription)); in handleResourceDeclarations()
190 int offset= body.getStartPosition() + body.getLength() - 1; // closing bracket of try block in handleResourceDeclarations()
253 fResult.add(new OccurrenceLocation(type.getStartPosition(), type.getLength(), 0, fDescription)); in visit()
262 fResult.add(new OccurrenceLocation(type.getStartPosition(), type.getLength(), 0, fDescription)); in visit()
271 fResult.add(new OccurrenceLocation(node.getStartPosition(), 4, 0, fDescription)); in visit()
292 … fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fDescription)); in visit()
301 fResult.add(new OccurrenceLocation(type.getStartPosition(), type.getLength(), 0, fDescription)); in visit()
315 fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fDescription)); in visit()
324 fResult.add(new OccurrenceLocation(node.getStartPosition(), 5, 0, fDescription)); in visit()
333 fResult.add(new OccurrenceLocation(name.getStartPosition(), name.getLength(), 0, fDescription)); in visit()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java117 int classBegin = dis.getStartPosition(tree); in visitClassDef()
125 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
141 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
178 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
201 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
205 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
228 int begin = dis.getStartPosition(tree); in visitVarDef()
233 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java117 int classBegin = dis.getStartPosition(tree); in visitClassDef()
125 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
141 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
178 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
201 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
205 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
228 int begin = dis.getStartPosition(tree); in visitVarDef()
233 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java117 int classBegin = dis.getStartPosition(tree); in visitClassDef()
125 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
141 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
178 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
201 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
205 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
228 int begin = dis.getStartPosition(tree); in visitVarDef()
233 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/fragments/
H A DAssociativeInfixExpressionFragment.java103 if(range.getOffset() == group.get(0).getStartPosition()) in findSubGroupForSourceRange()
135 return first.getStartPosition() + first.getLength() <= pos in rangeStartsBetween()
136 && pos <= next.getStartPosition(); in rangeStartsBetween()
141 return first.getStartPosition() + first.getLength() <= pos in rangeEndsBetween()
142 && pos <= next.getStartPosition(); in rangeEndsBetween()
152 …return new SourceRange(first.getStartPosition(), last.getStartPosition() + last.getLength() - firs… in getRangeOfOperands()
352 return getEndPositionExclusive() - getStartPosition(); in getLength()
358 return lastNode.getStartPosition() + lastNode.getLength(); in getEndPositionExclusive()
362 public int getStartPosition() { in getStartPosition() method in AssociativeInfixExpressionFragment
363 return getOperands().get(0).getStartPosition(); in getStartPosition()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java122 int classBegin = dis.getStartPosition(tree); in visitClassDef()
130 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
146 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
195 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
219 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
223 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
246 int begin = dis.getStartPosition(tree); in visitVarDef()
251 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java124 int classBegin = dis.getStartPosition(tree); in visitClassDef()
132 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
148 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
197 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
221 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
225 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
252 int begin = dis.getStartPosition(tree); in visitVarDef()
257 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java122 int classBegin = dis.getStartPosition(tree); in visitClassDef()
130 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
146 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
195 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
219 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
223 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
246 int begin = dis.getStartPosition(tree); in visitVarDef()
251 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DCorraller.java124 int classBegin = dis.getStartPosition(tree); in visitClassDef()
132 int enumBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
148 … ? dis.getStartPosition(l.head) - 1 // is one before next defs, if there is one in visitClassDef()
197 bodyBegin = dis.getStartPosition(tree.defs.head); in visitClassDef()
221 int methodBegin = dis.getStartPosition(tree); in visitMethodDef()
225 int bodyBegin = dis.getStartPosition(tree.getBody()); in visitMethodDef()
252 int begin = dis.getStartPosition(tree); in visitVarDef()
257 int sinit = dis.getStartPosition(tree.init); in visitVarDef()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JavadocBasher/org/eclipse/swt/tools/internal/
H A DJavadocBasher.java270 …comments.put(key, javadoc != null ? sourceDocument.get(javadoc.getStartPosition(), getJavadocLengt… in bashFile()
287 …comments.put(key, javadoc != null ? sourceDocument.get(javadoc.getStartPosition(), getJavadocLengt… in bashFile()
300 …comments.put(key, javadoc != null ? sourceDocument.get(javadoc.getStartPosition(), getJavadocLengt… in bashFile()
331 …edits.add(new Edit(javadoc.getStartPosition(), getJavadocLength(targetDocument, javadoc), newComme… in bashFile()
333 edits.add(new Edit(field.getStartPosition(), 0, newComment)); in bashFile()
354 …edits.add(new Edit(javadoc.getStartPosition(), getJavadocLength(targetDocument, javadoc), newComme… in bashFile()
356 edits.add(new Edit(node.getStartPosition(), 0, newComment)); in bashFile()
373 …edits.add(new Edit(javadoc.getStartPosition(), getJavadocLength(targetDocument, javadoc), newComme… in bashFile()
375 edits.add(new Edit(node.getStartPosition(), 0, newComment)); in bashFile()
478 …rn skipWhitespace(sourceDocument, javadoc.getStartPosition() + javadoc.getLength()) - javadoc.getS… in getJavadocLength()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/
H A DEnvUtil.java108 startAndEnd[0] = typename.getStartPosition(); in getClassNameRange()
111 startAndEnd[2] = astUnit.getLineNumber(typename.getStartPosition()); in getClassNameRange()
116 startAndEnd[0] = topType.getStartPosition(); in getClassNameRange()
119 startAndEnd[2] = astUnit.getLineNumber(topType.getStartPosition()); in getClassNameRange()
188 final int startingOffset = node.getStartPosition(); in preVisit()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/util/
H A DDHTTransferHandler.java374 req.getStartPosition(), in receivePacket()
535 req.getStartPosition(), in receivePacket()
618 if ( req.getStartPosition() != 0 || in receivePacket()
702 req.getStartPosition(), in receivePacket()
762 return( p1.getStartPosition() - p2.getStartPosition()); in runTransferQueue()
814 if ( p.getStartPosition() < reply.getStartPosition() + reply.getLength() && in runTransferQueue()
815 p.getStartPosition() + p.getLength() > reply.getStartPosition()){ in runTransferQueue()
854 if ( p.getStartPosition() != pos ){ in runTransferQueue()
923 if ( p.getStartPosition() != pos ){ in runTransferQueue()
938 p.getStartPosition()-pos ); in runTransferQueue()
[all …]

12345678910>>...49