Added warning not to use this class outside of this package.

This commit is contained in:
Oliver Burn 2002-01-23 12:42:01 +00:00
parent 15c7162ea4
commit 2b6c9c654a
1 changed files with 6 additions and 2 deletions

View File

@ -22,8 +22,12 @@ import antlr.CommonAST;
import antlr.Token;
/**
* An extension of the CommonAST that records the line number. The idea was
* taken from http://www.jguru.com/jguru/faq/view.jsp?EID=62654.
* <B>WARNING: This class is not part of the official Checkstyle API and should
* not be used! It is declared <code>public</code> because it must be created by
* the ANTLR classes.</b>
* <p>
* An extension of the CommonAST that records the line and column number.
* The idea was taken from http://www.jguru.com/jguru/faq/view.jsp?EID=62654.
* @author <a href="mailto:oliver@puppycrawl.com">Oliver Burn</a>
**/
public class MyCommonAST