@CompileStatic class CurlyCountingGroovyLexer extends GroovyLangLexer
patching GroovyLangLexer to get access to Paren level
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
countCurlyLevel() |
|
static CurlyCountingGroovyLexer |
createGroovyLexer(String src) |
|
int |
getCurlyLevel() |
|
List<Token> |
toList() |
| Methods inherited from class | Name |
|---|---|
class GroovyLangLexer |
recover |