langtools/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
changeset 12213 516b112d6c68
parent 11314 b612aaca08d0
child 13635 5c742eabba7c
equal deleted inserted replaced
12087:31eeebc3ef49 12213:516b112d6c68
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 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
    67 
    67 
    68     /** Switch: verbose output.
    68     /** Switch: verbose output.
    69      */
    69      */
    70     private boolean verbose;
    70     private boolean verbose;
    71 
    71 
    72     /** Switch: scrable private names.
    72     /** Switch: scramble private names.
    73      */
    73      */
    74     private boolean scramble;
    74     private boolean scramble;
    75 
    75 
    76     /** Switch: scrable private names.
    76     /** Switch: scramble private names.
    77      */
    77      */
    78     private boolean scrambleAll;
    78     private boolean scrambleAll;
    79 
    79 
    80     /** Switch: retrofit mode.
    80     /** Switch: retrofit mode.
    81      */
    81      */