[Java] Class JavaStubGenerator
- org.codehaus.groovy.tools.javac.JavaStubGenerator
Constructor Summary
Constructor and description |
---|
JavaStubGenerator
(File outputPath, boolean requireSuperResolved, boolean java5, String encoding) |
JavaStubGenerator
(File outputPath) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
clean() | |
void |
generateClass(ClassNode classNode) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public JavaStubGenerator(File outputPath, boolean requireSuperResolved, boolean java5, String encoding)
public JavaStubGenerator(File outputPath)
Method Detail
public void clean()
public void generateClass(ClassNode classNode)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/javac/JavaStubGenerator.html