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
FieldsFields 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:
 createAtnWrapperin classAtnManager
 - 
shouldClearDfaCache
protected boolean shouldClearDfaCache()- Specified by:
 shouldClearDfaCachein classAtnManager
 
 -