added link to ANTLR FAQ (patch by Peter Dobratz)

This commit is contained in:
Lars Kühne 2003-03-01 08:55:31 +00:00
parent 1ddca05027
commit 4e87da6bea
1 changed files with 6 additions and 2 deletions

View File

@ -25,11 +25,15 @@ import antlr.Token;
import antlr.collections.AST;
/**
* 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.
* An extension of the CommonAST that records the line and column
* number. The idea was taken from <a target="_top"
* href="http://www.jguru.com/jguru/faq/view.jsp?EID=62654">Java Guru
* FAQ: How can I include line numbers in automatically generated
* ASTs?</a>.
* @author <a href="mailto:oliver@puppycrawl.com">Oliver Burn</a>
* @author lkuehne
* @version 1.0
* @see <a target="_top" href="http://www.antlr.org/">ANTLR Website</a>
*/
public final class DetailAST
extends CommonAST