[Java] Class LexerAtnManager
- org.apache.groovy.parser.antlr4.internal.atnmanager.LexerAtnManager
public class LexerAtnManager extends AtnManager
Manage ATN for lexer to avoid memory leak
Field Summary
Modifiers | Name | Description |
---|---|---|
static LexerAtnManager | INSTANCE |
Fields inherited from class | Fields |
---|---|
class AtnManager | READ_LOCK |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public ATN |
getATN() | |
protected boolean |
shouldClearDfaCache() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AtnManager | getATN, shouldClearDfaCache |
Field Detail
public static final LexerAtnManager INSTANCE
Method Detail
@Override public ATN getATN()
@Override protected boolean shouldClearDfaCache()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/internal/atnmanager/LexerAtnManager.html