Class LexerAtnManager
java.lang.Object
org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
org.apache.groovy.parser.antlr4.internal.atnmanager.LexerAtnManager
Manage ATN for lexer 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
-
Field Details
-
INSTANCE
-
-
Method Details
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()- Specified by:
getATN
in classAtnManager
-
shouldClearDfaCache
protected boolean shouldClearDfaCache()- Specified by:
shouldClearDfaCache
in classAtnManager
-