langtools/src/share/classes/com/sun/tools/javac/jvm/Items.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    41  *  There are many individual forms of items, such as local, static,
    41  *  There are many individual forms of items, such as local, static,
    42  *  indexed, or instance variables, values on the top of stack, the
    42  *  indexed, or instance variables, values on the top of stack, the
    43  *  special values this or super, etc. Individual items are represented as
    43  *  special values this or super, etc. Individual items are represented as
    44  *  inner classes in class Items.
    44  *  inner classes in class Items.
    45  *
    45  *
    46  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    46  *  <p><b>This is NOT part of any supported API.
    47  *  you write code that depends on this, you do so at your own risk.
    47  *  If you write code that depends on this, you do so at your own risk.
    48  *  This code and its internal interfaces are subject to change or
    48  *  This code and its internal interfaces are subject to change or
    49  *  deletion without notice.</b>
    49  *  deletion without notice.</b>
    50  */
    50  */
    51 public class Items {
    51 public class Items {
    52 
    52