[Java] Class LexerAtnManager

  • org.apache.groovy.parser.antlr4.internal.atnmanager.LexerAtnManager
public class LexerAtnManager
extends AtnManager

Manage ATN for lexer to avoid memory leak

Field Summary

Fields
Modifiers Name Description
static LexerAtnManager INSTANCE
Inherited fields
Fields inherited from class Fields
class AtnManager READ_LOCK

Methods Summary

Methods
Type Params Return Type Name and description
public ATN getATN()
protected boolean shouldClearDfaCache()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class AtnManager getATN, shouldClearDfaCache

Field Detail

public static final LexerAtnManager 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/LexerAtnManager.html