forked from jasder/antlr
fixed comment
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9876]
This commit is contained in:
parent
06e771f33a
commit
d321bb7854
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue