src/share/classes/com/sun/tools/javap/SourceWriter.java

changeset 660
ae3acbf63943
parent 581
f2fdd52e4e87
child 798
4868a36f6fd8
equal deleted inserted replaced
659:cfd047f3cf60 660:ae3acbf63943
97 print(sourceLines[i]); 97 print(sourceLines[i]);
98 println(); 98 println();
99 } 99 }
100 } 100 }
101 } 101 }
102 102 }
103
104 public boolean hasSource() {
105 return (sourceLines.length > 0);
103 } 106 }
104 107
105 private void setLineMap(Code_attribute attr) { 108 private void setLineMap(Code_attribute attr) {
106 SortedMap<Integer, SortedSet<Integer>> map = 109 SortedMap<Integer, SortedSet<Integer>> map =
107 new TreeMap<Integer, SortedSet<Integer>>(); 110 new TreeMap<Integer, SortedSet<Integer>>();

mercurial