jdk/src/share/classes/com/sun/tools/example/debug/expr/LValue.java
changeset 10292 ed7db6a12c2a
parent 9520 99d378796e54
child 14342 8435a30053c1
equal deleted inserted replaced
10291:cf1fcdf438a0 10292:ed7db6a12c2a
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
       
    25 
       
    26 /*
       
    27  * This source code is provided to illustrate the usage of a given feature
       
    28  * or technique and has been deliberately simplified. Additional steps
       
    29  * required for a production-quality application, such as security checks,
       
    30  * input validation and proper error handling, might not be present in
       
    31  * this sample code.
       
    32  */
       
    33 
    25 
    34 
    26 package com.sun.tools.example.debug.expr;
    35 package com.sun.tools.example.debug.expr;
    27 
    36 
    28 import com.sun.jdi.*;
    37 import com.sun.jdi.*;
    29 import java.util.*;
    38 import java.util.*;