groovy / 4.0 / org / codehaus / groovy / tools / javac / javacjavacompiler.html

[Java] Class JavacJavaCompiler

  • org.codehaus.groovy.tools.javac.JavacJavaCompiler
All Implemented Interfaces and Traits:
JavaCompiler
public class JavacJavaCompiler
extends Object
implements JavaCompiler

Constructor Summary

Constructors
Constructor and description
JavacJavaCompiler(CompilerConfiguration config)

Methods Summary

Methods
Type Params Return Type Name and description
public void compile(List<String> files, CompilationUnit cu)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public JavacJavaCompiler(CompilerConfiguration config)

Method Detail

@Override public void compile(List<String> files, CompilationUnit cu)

© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/tools/javac/JavacJavaCompiler.html