[Java] Class ParserAtnManager
- org.apache.groovy.parser.antlr4.internal.atnmanager.ParserAtnManager
public class ParserAtnManager extends AtnManager
Manage ATN for parser to avoid memory leak
Field Summary
Modifiers | Name | Description |
---|---|---|
static ParserAtnManager | 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 ParserAtnManager 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/ParserAtnManager.html