Class ParserAtnManager
java.lang.Object
org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
org.apache.groovy.parser.antlr4.internal.atnmanager.ParserAtnManager
Manage ATN for parser to avoid memory leak
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
AtnManager.AtnWrapper
-
Field Summary
Fields inherited from class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
READ_LOCK
-
Method Summary
Methods inherited from class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
getATN, getAtnWrapper
-
Field Details
-
INSTANCE
-
-
Method Details
-
createAtnWrapper
- Specified by:
createAtnWrapper
in classAtnManager
-
shouldClearDfaCache
protected boolean shouldClearDfaCache()- Specified by:
shouldClearDfaCache
in classAtnManager
-