src/share/classes/com/sun/tools/javac/jvm/CRTable.java

changeset 1280
5c0b3faeb0b0
parent 1138
7375d4979bd3
child 1326
30c36e23f154
equal deleted inserted replaced
1279:34e254ffd0e7 1280:5c0b3faeb0b0
1 /* 1 /*
2 * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
29 29
30 import com.sun.tools.javac.tree.*; 30 import com.sun.tools.javac.tree.*;
31 import com.sun.tools.javac.util.*; 31 import com.sun.tools.javac.util.*;
32 import com.sun.tools.javac.util.List; 32 import com.sun.tools.javac.util.List;
33 import com.sun.tools.javac.tree.JCTree.*; 33 import com.sun.tools.javac.tree.JCTree.*;
34 import com.sun.tools.javac.parser.EndPosTable; 34 import com.sun.tools.javac.tree.EndPosTable;
35 35
36 /** This class contains the CharacterRangeTable for some method 36 /** This class contains the CharacterRangeTable for some method
37 * and the hashtable for mapping trees or lists of trees to their 37 * and the hashtable for mapping trees or lists of trees to their
38 * ending positions. 38 * ending positions.
39 * 39 *

mercurial