On this page
[Java] Class Groovifier
- org.codehaus.groovy.antlr.java.Groovifier
- All Implemented Interfaces and Traits:
- GroovyTokenTypes
@Deprecated
public class Groovifier
extends VisitorAdapter
implements GroovyTokenTypes
Constructor Summary
Constructor and description |
---|
Groovifier (String[] tokenNames) |
Groovifier (String[] tokenNames, boolean cleanRedundantPublic) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
visitClassDef(GroovySourceAST t, int visit) |
|
public void |
visitDefault(GroovySourceAST t, int visit) |
Inherited Methods Summary
Constructor Detail
public Groovifier(String[] tokenNames)
public Groovifier(String[] tokenNames, boolean cleanRedundantPublic)
Method Detail
public void visitClassDef(GroovySourceAST t, int visit)
public void visitDefault(GroovySourceAST t, int visit)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/antlr/java/Groovifier.html