mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6944312: Potential rebranding issues in openjdk/langtools repository sources
Reviewed-by: darcy
This commit is contained in:
parent
875dc24cfc
commit
0dd9ef9b43
234 changed files with 429 additions and 430 deletions
|
@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License version
|
||||||
2 along with this work; if not, write to the Free Software Foundation,
|
2 along with this work; if not, write to the Free Software Foundation,
|
||||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||||
CA 95054 USA or visit www.sun.com if you need additional information or
|
or visit www.oracle.com if you need additional information or have any
|
||||||
have any questions.
|
questions.
|
||||||
-->
|
-->
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
|
|
|
@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License version
|
||||||
2 along with this work; if not, write to the Free Software Foundation,
|
2 along with this work; if not, write to the Free Software Foundation,
|
||||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||||
CA 95054 USA or visit www.sun.com if you need additional information or
|
or visit www.oracle.com if you need additional information or have any
|
||||||
have any questions.
|
questions.
|
||||||
-->
|
-->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2010 Sun Microsystems, Inc. All Rights Reserved.
|
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
* under the terms of the GNU General Public License version 2 only, as
|
||||||
* published by the Free Software Foundation. Sun designates this
|
* published by the Free Software Foundation. Oracle designates this
|
||||||
* particular file as subject to the "Classpath" exception as provided
|
* particular file as subject to the "Classpath" exception as provided
|
||||||
* by Sun in the LICENSE file that accompanied this code.
|
* by Oracle in the LICENSE file that accompanied this code.
|
||||||
*
|
*
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
@ -18,9 +18,9 @@
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*
|
*
|
||||||
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||||
* CA 95054 USA or visit www.sun.com if you need additional information or
|
* or visit www.oracle.com if you need additional information or have any
|
||||||
* have any questions.
|
* questions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sun.source.tree;
|
package com.sun.source.tree;
|
||||||
|
|
|
@ -60,7 +60,7 @@ import static com.sun.tools.apt.mirror.declaration.DeclarationMaker.isJavaIdenti
|
||||||
/**
|
/**
|
||||||
* Apt compiler phase.
|
* Apt compiler phase.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b>
|
* or deletion without notice.</b>
|
||||||
|
|
|
@ -35,8 +35,8 @@ import com.sun.tools.javac.util.ListBuffer;
|
||||||
/**
|
/**
|
||||||
* Various utility methods for processing Java tool command line arguments.
|
* Various utility methods for processing Java tool command line arguments.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -45,7 +45,7 @@ import com.sun.mirror.apt.AnnotationProcessorFactory;
|
||||||
import com.sun.tools.javac.parser.DocCommentScanner;
|
import com.sun.tools.javac.parser.DocCommentScanner;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b>
|
* or deletion without notice.</b>
|
||||||
|
|
|
@ -61,7 +61,7 @@ import static com.sun.tools.javac.file.Paths.pathToURLs;
|
||||||
/** This class provides a commandline interface to the apt build-time
|
/** This class provides a commandline interface to the apt build-time
|
||||||
* tool.
|
* tool.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b>
|
* or deletion without notice.</b>
|
||||||
|
|
|
@ -34,8 +34,8 @@ import com.sun.tools.javac.util.Position;
|
||||||
|
|
||||||
/** A subtype of Log for use in APT.
|
/** A subtype of Log for use in APT.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import java.util.Set;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, sections 4.2, 4.6, 4.7.
|
* See JVMS3, sections 4.2, 4.6, 4.7.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.16.
|
* See JVMS3, section 4.8.16.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.15.
|
* See JVMS3, section 4.8.15.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,8 +31,8 @@ import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
package com.sun.tools.classfile;
|
package com.sun.tools.classfile;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import java.util.Iterator;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,8 +28,8 @@ package com.sun.tools.classfile;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,8 +35,8 @@ import static com.sun.tools.classfile.AccessFlags.*;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.2.
|
* See JVMS3, section 4.2.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -42,8 +42,8 @@ import java.util.Map;
|
||||||
/**
|
/**
|
||||||
* Rewrites a class file using a map of translations.
|
* Rewrites a class file using a map of translations.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,8 +41,8 @@ import static com.sun.tools.classfile.StackMapTable_attribute.verification_type_
|
||||||
/**
|
/**
|
||||||
* Write a ClassFile data structure to a file or stream.
|
* Write a ClassFile data structure to a file or stream.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import java.util.NoSuchElementException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.3.
|
* See JVMS3, section 4.8.3.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,8 +27,8 @@ package com.sun.tools.classfile;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,8 +33,8 @@ import java.util.Iterator;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.5.
|
* See JVMS3, section 4.5.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
package com.sun.tools.classfile;
|
package com.sun.tools.classfile;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.2.
|
* See JVMS3, section 4.8.2.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
package com.sun.tools.classfile;
|
package com.sun.tools.classfile;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.15.
|
* See JVMS3, section 4.8.15.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,8 +31,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.4.
|
* See JVMS3, section 4.4.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
package com.sun.tools.classfile;
|
package com.sun.tools.classfile;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,8 +31,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.7.
|
* See JVMS3, section 4.8.7.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.5.
|
* See JVMS3, section 4.8.5.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,8 +36,8 @@ import static com.sun.tools.classfile.ExtendedAnnotation.TargetAttribute.*;
|
||||||
/**
|
/**
|
||||||
* See JSR 308 specification, section 4.1
|
* See JSR 308 specification, section 4.1
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,8 +28,8 @@ package com.sun.tools.classfile;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import com.sun.tools.classfile.ConstantPool.*;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.6.
|
* See JVMS3, section 4.8.6.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,8 +28,8 @@ package com.sun.tools.classfile;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, chapter 6.
|
* See JVMS3, chapter 6.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*
|
*
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.12.
|
* See JVMS3, section 4.8.12.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.13.
|
* See JVMS3, section 4.8.13.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.14.
|
* See JVMS3, section 4.8.14.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,8 +28,8 @@ package com.sun.tools.classfile;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -34,8 +34,8 @@ import static com.sun.tools.classfile.Opcode.Set.*;
|
||||||
* <p>In addition to providing all the standard opcodes defined in JVMS,
|
* <p>In addition to providing all the standard opcodes defined in JVMS,
|
||||||
* this class also provides legacy support for the PicoJava extensions.
|
* this class also provides legacy support for the PicoJava extensions.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.16 and 4.8.17.
|
* See JVMS3, section 4.8.16 and 4.8.17.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.17.
|
* See JVMS3, section 4.8.17.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.18.
|
* See JVMS3, section 4.8.18.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JSR 308 specification, section 4.1
|
* See JSR 308 specification, section 4.1
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.18 and 4.8.19.
|
* See JVMS3, section 4.8.18 and 4.8.19.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JSR 308 specification, section 4
|
* See JSR 308 specification, section 4
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.16.
|
* See JVMS3, section 4.8.16.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.18.
|
* See JVMS3, section 4.8.18.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JSR 308 specification, section 4.1
|
* See JSR 308 specification, section 4.1
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import com.sun.tools.classfile.Type.*;
|
||||||
/**
|
/**
|
||||||
* See JVMS3 4.4.4.
|
* See JVMS3 4.4.4.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.9.
|
* See JVMS3, section 4.8.9.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,8 +32,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.15.
|
* See JVMS3, section 4.8.15.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.10.
|
* See JVMS3, section 4.8.10.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,8 +27,8 @@ package com.sun.tools.classfile;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.4.
|
* See JVMS3, section 4.8.4.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,8 +28,8 @@ package com.sun.tools.classfile;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import java.io.IOException;
|
||||||
/**
|
/**
|
||||||
* See JVMS3, section 4.8.8.
|
* See JVMS3, section 4.8.8.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -34,8 +34,8 @@ import java.util.Set;
|
||||||
* Family of classes used to represent the parsed form of a {@link Descriptor}
|
* Family of classes used to represent the parsed form of a {@link Descriptor}
|
||||||
* or {@link Signature}.
|
* or {@link Signature}.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,7 +41,7 @@ import javax.tools.ToolProvider;
|
||||||
* of a <em>project</em>). Simply ensure that this class is added to
|
* of a <em>project</em>). Simply ensure that this class is added to
|
||||||
* the project and make it the main class of the project.</p>
|
* the project and make it the main class of the project.</p>
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
|
|
@ -36,7 +36,7 @@ import javax.tools.*;
|
||||||
* Java Compiler Server. Can be used to speed up a set of (small)
|
* Java Compiler Server. Can be used to speed up a set of (small)
|
||||||
* compilation tasks by caching jar files between compilations.
|
* compilation tasks by caching jar files between compilations.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
|
|
@ -33,7 +33,7 @@ import com.sun.tools.javac.api.DiagnosticFormatter.*;
|
||||||
* Provides simple functionalities for javac diagnostic formatting.
|
* Provides simple functionalities for javac diagnostic formatting.
|
||||||
* @param <D> type of diagnostic handled by this formatter
|
* @param <D> type of diagnostic handled by this formatter
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -31,7 +31,7 @@ import java.util.Locale;
|
||||||
* This interface must be implemented by any javac class that has non-trivial
|
* This interface must be implemented by any javac class that has non-trivial
|
||||||
* formatting needs (e.g. where toString() does not apply because of localization).
|
* formatting needs (e.g. where toString() does not apply because of localization).
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -38,7 +38,7 @@ import com.sun.tools.javac.comp.Env;
|
||||||
/**
|
/**
|
||||||
* Provides an implementation of Scope.
|
* Provides an implementation of Scope.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
|
|
@ -56,7 +56,7 @@ import com.sun.tools.javac.main.JavaCompiler;
|
||||||
/**
|
/**
|
||||||
* Provides access to functionality specific to the Sun Java Compiler, javac.
|
* Provides access to functionality specific to the Sun Java Compiler, javac.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
@ -502,7 +502,7 @@ public class JavacTaskImpl extends JavacTask {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use by Sun Microsystems only. This method will be
|
* For internal use only. This method will be
|
||||||
* removed without warning.
|
* removed without warning.
|
||||||
*/
|
*/
|
||||||
public Context getContext() {
|
public Context getContext() {
|
||||||
|
@ -510,7 +510,7 @@ public class JavacTaskImpl extends JavacTask {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use by Sun Microsystems only. This method will be
|
* For internal use only. This method will be
|
||||||
* removed without warning.
|
* removed without warning.
|
||||||
*/
|
*/
|
||||||
public void updateContext(Context newContext) {
|
public void updateContext(Context newContext) {
|
||||||
|
@ -518,7 +518,7 @@ public class JavacTaskImpl extends JavacTask {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For internal use by Sun Microsystems only. This method will be
|
* For internal use only. This method will be
|
||||||
* removed without warning.
|
* removed without warning.
|
||||||
*/
|
*/
|
||||||
public Type parseType(String expr, TypeElement scope) {
|
public Type parseType(String expr, TypeElement scope) {
|
||||||
|
|
|
@ -57,7 +57,7 @@ import java.nio.charset.Charset;
|
||||||
/**
|
/**
|
||||||
* TODO: describe com.sun.tools.javac.api.Tool
|
* TODO: describe com.sun.tools.javac.api.Tool
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
|
|
@ -71,7 +71,7 @@ import com.sun.tools.javac.util.Pair;
|
||||||
/**
|
/**
|
||||||
* Provides an implementation of Trees.
|
* Provides an implementation of Trees.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
|
|
@ -32,7 +32,7 @@ import java.util.MissingResourceException;
|
||||||
* This interface defines the minimum requirements in order to provide support
|
* This interface defines the minimum requirements in order to provide support
|
||||||
* for localized formatted strings.
|
* for localized formatted strings.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -42,7 +42,7 @@ import javax.tools.*;
|
||||||
* <p>This class might be moved to {@link javax.tools} in a future
|
* <p>This class might be moved to {@link javax.tools} in a future
|
||||||
* release.
|
* release.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own
|
* If you write code that depends on this, you do so at your own
|
||||||
* risk. This code and its internal interfaces are subject to change
|
* risk. This code and its internal interfaces are subject to change
|
||||||
* or deletion without notice.</b></p>
|
* or deletion without notice.</b></p>
|
||||||
|
|
|
@ -38,8 +38,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
|
|
||||||
/** An annotation value.
|
/** An annotation value.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,7 +27,7 @@ package com.sun.tools.javac.code;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -33,8 +33,8 @@ import javax.lang.model.element.Modifier;
|
||||||
|
|
||||||
/** Access flags and other modifiers for Java classes and members.
|
/** Access flags and other modifiers for Java classes and members.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -38,8 +38,8 @@ import static com.sun.tools.javac.code.Flags.*;
|
||||||
* different subclasses of Symbol. Symbol kinds are organized so they can be
|
* different subclasses of Symbol. Symbol kinds are organized so they can be
|
||||||
* or'ed to sets.
|
* or'ed to sets.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -39,8 +39,8 @@ import static com.sun.tools.javac.code.Flags.*;
|
||||||
/**
|
/**
|
||||||
* A class for handling -Xlint suboptions and @SuppresssWarnings.
|
* A class for handling -Xlint suboptions and @SuppresssWarnings.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,7 +41,7 @@ import static com.sun.tools.javac.code.Flags.*;
|
||||||
* A combined type/symbol visitor for generating non-trivial localized string
|
* A combined type/symbol visitor for generating non-trivial localized string
|
||||||
* representation of types and symbols.
|
* representation of types and symbols.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -34,8 +34,8 @@ import java.util.Iterator;
|
||||||
* as hash tables. Scopes can be nested; the next field of a scope points
|
* as hash tables. Scopes can be nested; the next field of a scope points
|
||||||
* to its next outer scope. Nested scopes can share their hash tables.
|
* to its next outer scope. Nested scopes can share their hash tables.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,8 +33,8 @@ import java.util.*;
|
||||||
|
|
||||||
/** The source language version accepted.
|
/** The source language version accepted.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -49,8 +49,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
* types, packages. Each subclass is represented as a static inner class
|
* types, packages. Each subclass is represented as a static inner class
|
||||||
* inside Symbol.
|
* inside Symbol.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -42,8 +42,8 @@ import static com.sun.tools.javac.code.Flags.*;
|
||||||
* fields. This makes it possible to work in multiple concurrent
|
* fields. This makes it possible to work in multiple concurrent
|
||||||
* projects, which might use different class files for library classes.
|
* projects, which might use different class files for library classes.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -39,8 +39,8 @@ import java.util.Set;
|
||||||
* annotation targets a type argument in a local variable, method return type,
|
* annotation targets a type argument in a local variable, method return type,
|
||||||
* or a typecast).
|
* or a typecast).
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -56,8 +56,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
* the error type (tag: ERROR, class: ErrorType).
|
* the error type (tag: ERROR, class: ErrorType).
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*
|
*
|
||||||
|
|
|
@ -29,8 +29,8 @@ import com.sun.tools.javac.util.*;
|
||||||
|
|
||||||
/** A type annotation position.
|
/** A type annotation position.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -29,8 +29,8 @@ package com.sun.tools.javac.code;
|
||||||
/** An interface for type tag values, which distinguish between different
|
/** An interface for type tag values, which distinguish between different
|
||||||
* sorts of types.
|
* sorts of types.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -58,7 +58,7 @@ import static com.sun.tools.javac.util.ListBuffer.lb;
|
||||||
* <dd>A second list of types should be named ss.</dd>
|
* <dd>A second list of types should be named ss.</dd>
|
||||||
* </dl>
|
* </dl>
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -35,8 +35,8 @@ import com.sun.tools.javac.tree.JCTree.*;
|
||||||
* which is processed at the top level of any set of recursive calls
|
* which is processed at the top level of any set of recursive calls
|
||||||
* requesting it be processed.
|
* requesting it be processed.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -59,8 +59,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
* @see ConstFold
|
* @see ConstFold
|
||||||
* @see Infer
|
* @see Infer
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,8 +31,8 @@ import com.sun.tools.javac.code.*;
|
||||||
/** Contains information specific to the attribute and enter
|
/** Contains information specific to the attribute and enter
|
||||||
* passes, to be used in place of the generic field in environments.
|
* passes, to be used in place of the generic field in environments.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,8 +30,8 @@ import com.sun.tools.javac.tree.JCTree;
|
||||||
|
|
||||||
/** {@code Env<A>} specialized as {@code Env<AttrContext>}
|
/** {@code Env<A>} specialized as {@code Env<AttrContext>}
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,8 +47,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
|
|
||||||
/** Type checking helper class for the attribution phase.
|
/** Type checking helper class for the attribution phase.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -37,8 +37,8 @@ import static com.sun.tools.javac.jvm.ByteCodes.*;
|
||||||
/** Helper class for constant folding, used by the attribution phase.
|
/** Helper class for constant folding, used by the attribution phase.
|
||||||
* This class is marked strictfp as mandated by JLS 15.4.
|
* This class is marked strictfp as mandated by JLS 15.4.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -82,8 +82,8 @@ import static com.sun.tools.javac.code.Kinds.*;
|
||||||
* (only for toplevel classes)
|
* (only for toplevel classes)
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,8 +36,8 @@ import java.util.NoSuchElementException;
|
||||||
* a generic component, represented as a type parameter, to carry further
|
* a generic component, represented as a type parameter, to carry further
|
||||||
* information specific to individual passes.
|
* information specific to individual passes.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -170,8 +170,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
* allow unqualified forms only, parentheses optional, and phase out
|
* allow unqualified forms only, parentheses optional, and phase out
|
||||||
* support for assigning to a final field via this.x.
|
* support for assigning to a final field via this.x.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -37,8 +37,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
|
|
||||||
/** Helper class for type parameter inference, used by the attribution phase.
|
/** Helper class for type parameter inference, used by the attribution phase.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -48,8 +48,8 @@ import static com.sun.tools.javac.jvm.ByteCodes.*;
|
||||||
/** This pass translates away some syntactic sugar: inner classes,
|
/** This pass translates away some syntactic sugar: inner classes,
|
||||||
* class literals, assertions, foreach loops, etc.
|
* class literals, assertions, foreach loops, etc.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -48,8 +48,8 @@ import com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition;
|
||||||
* by entering their members into the class scope using
|
* by entering their members into the class scope using
|
||||||
* MemberEnter.complete(). See Enter for an overview.
|
* MemberEnter.complete(). See Enter for an overview.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -47,8 +47,8 @@ import java.util.HashMap;
|
||||||
|
|
||||||
/** Helper class for name resolution, used mostly by the attribution phase.
|
/** Helper class for name resolution, used mostly by the attribution phase.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,8 +36,8 @@ import javax.tools.JavaFileObject;
|
||||||
|
|
||||||
/** A queue of all as yet unattributed classes.
|
/** A queue of all as yet unattributed classes.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -43,8 +43,8 @@ import static com.sun.tools.javac.code.TypeTags.*;
|
||||||
|
|
||||||
/** This pass translates Generic Java to conventional Java.
|
/** This pass translates Generic Java to conventional Java.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems. If
|
* <p><b>This is NOT part of any supported API.
|
||||||
* you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -42,7 +42,7 @@ import static javax.tools.JavaFileObject.Kind.*;
|
||||||
import com.sun.tools.javac.util.BaseFileManager;
|
import com.sun.tools.javac.util.BaseFileManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -36,7 +36,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||||
/**
|
/**
|
||||||
* Caching implementation of FSInfo.
|
* Caching implementation of FSInfo.
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
|
@ -17,7 +17,7 @@ import com.sun.tools.javac.util.Context;
|
||||||
* Get meta-info about files. Default direct (non-caching) implementation.
|
* Get meta-info about files. Default direct (non-caching) implementation.
|
||||||
* @see CacheFSInfo
|
* @see CacheFSInfo
|
||||||
*
|
*
|
||||||
* <p><b>This is NOT part of any API supported by Sun Microsystems.
|
* <p><b>This is NOT part of any supported API.
|
||||||
* If you write code that depends on this, you do so at your own risk.
|
* If you write code that depends on this, you do so at your own risk.
|
||||||
* This code and its internal interfaces are subject to change or
|
* This code and its internal interfaces are subject to change or
|
||||||
* deletion without notice.</b>
|
* deletion without notice.</b>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue