Class LexerAtnManager
java.lang.Object
org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
org.apache.groovy.parser.antlr4.internal.atnmanager.LexerAtnManager
public class LexerAtnManager extends AtnManager
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 Modifier and Type Field Description static LexerAtnManagerINSTANCEFields inherited from class org.apache.groovy.parser.antlr4.internal.atnmanager.AtnManager
READ_LOCK - 
Method Summary
Modifier and Type Method Description org.antlr.v4.runtime.atn.ATNgetATN()protected booleanshouldClearDfaCache() 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Method Details
- 
getATN
public org.antlr.v4.runtime.atn.ATN getATN()- Specified by:
 getATNin classAtnManager
 - 
shouldClearDfaCache
protected boolean shouldClearDfaCache()- Specified by:
 shouldClearDfaCachein classAtnManager
 
 -