Searched refs:getEndPosition (Results 1 - 20 of 20) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DSourcePositions.java67 * {@code tree.getEndPosition() >= subtree.getEndPosition()} or <br>
68 * {@code tree.getEndPosition() == NOPOS} or <br>
69 * {@code subtree.getEndPosition() == NOPOS}
75 * {@code tree.getStartPosition() <= tree.getEndPosition()} or <br>
77 * {@code tree.getEndPosition() == NOPOS}
84 long getEndPosition(CompilationUnitTree file, Tree tree); method in interface:SourcePositions
/openjdk7/langtools/src/share/classes/javax/tools/
H A DDiagnostic.java107 * <p>{@code getPosition() <= getEndPosition()}
133 long getEndPosition(); method in interface:Diagnostic
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocument.java400 public Position getEndPosition(); method in interface:Document
H A DAbstractDocument.java858 public final Position getEndPosition() { method in class:AbstractDocument
/openjdk7/langtools/test/tools/javac/positions/
H A DT6404194.java73 pos = trees.getSourcePositions().getEndPosition(toplevel, tree1);
81 pos = trees.getSourcePositions().getEndPosition(toplevel, tree2);
H A DT6402077.java71 pos = trees.getSourcePositions().getEndPosition(toplevel, tree);
/openjdk7/langtools/test/tools/javac/parser/netbeans/
H A DJavacParserTest.java103 80 - 24, pos.getEndPosition(cut, es));
110 79 - 24, pos.getEndPosition(cut, mit));
115 77 - 24, pos.getEndPosition(cut, mit.getMethodSelect()));
134 44 - 24, pos.getEndPosition(cut, mt));
156 114 - 24, pos.getEndPosition(cut, est));
214 t.getSourcePositions().getEndPosition(cut, ret));
255 t.getSourcePositions().getEndPosition(cut, ret));
356 long end = trees.getSourcePositions().getEndPosition(cut, node);
471 long end = trees.getSourcePositions().getEndPosition(cut, node);
494 int end = (int) t.getSourcePositions().getEndPosition(cu
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DJCDiagnostic.java307 int getEndPosition(Map<JCTree, Integer> endPosTable); method in interface:JCDiagnostic.DiagnosticPosition
331 public int getEndPosition(Map<JCTree, Integer> endPosTable) { method in class:JCDiagnostic.SimpleDiagnosticPosition
464 return (position == null ? Position.NOPOS : position.getEndPosition(source.getEndPosTable()));
475 public long getEndPosition() { method in class:JCDiagnostic
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DUtil.java165 public long getEndPosition() {
H A DJavahTask.java595 public long getEndPosition() {
/openjdk7/langtools/test/tools/javac/api/
H A DT6412669.java98 long end = sp.getEndPosition(p.getCompilationUnit(), p.getLeaf());
/openjdk7/langtools/test/tools/javac/generics/6413682/
H A DTestPos.java82 long endPos = trees.getSourcePositions().getEndPosition(toplevel, node);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSourceCodePanel.java140 int numLines = 1 + source.getLineOfOffset(source.getDocument().getEndPosition().getOffset() - 1);
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosRoundsTest.java167 int end = (int)sourcePositions.getEndPosition(unit, tree);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DClientCodeWrapper.java593 public long getEndPosition() { method in class:ClientCodeWrapper.DiagnosticSourceUnwrapper
594 return d.getEndPosition();
H A DJavacTrees.java141 public long getEndPosition(CompilationUnitTree file, Tree tree) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java446 public int getEndPosition(Map<JCTree, Integer> endPosTable) {
H A DJCTree.java410 public int getEndPosition(Map<JCTree, Integer> endPosTable) { method in class:JCTree
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java950 public long getEndPosition() {
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java190 public long getEndPosition() { method in class:SourceClass
2650 long endLine = getEndPosition() >> WHEREOFFSETBITS;

Completed in 110 milliseconds