fixed comment

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9876]
This commit is contained in:
parrt 2012-01-21 14:49:20 -08:00
parent 06e771f33a
commit d321bb7854
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ public class Grammar implements AttributeResolver {
*/
public Map<String,ActionAST> namedActions = new HashMap<String,ActionAST>();
/** Tracks all lexer actions in all alternatives of all rules.
* Doesn't track sempreds. maps tree node to action index.
/** Tracks all user lexer actions in all alternatives of all rules.
* Doesn't track sempreds. maps tree node to action index (alt number 1..n).
*/
public LinkedHashMap<ActionAST, Integer> lexerActions = new LinkedHashMap<ActionAST, Integer>();