Package org.codehaus.groovy.tools.javac
package org.codehaus.groovy.tools.javac
Joint-compilation support integrating Groovy compilation units with Java
stub generation and javac execution.
-
ClassDescriptionCompilation Unit capable of compiling Java source files.Resolve visitor variant used during joint compilation to revisit special constructor calls and track missing imports for Java sources.Factory creating the default
JavacJavaCompilerimplementation.JavaCompilerimplementation that delegates to the JDK system Java compiler.Strategy interface for compiling Java sources during Groovy joint compilation.Factory for creating Java compiler instances used by joint compilation.Compilation unit to only generate stubs.Generates Java stub source for Groovy classes during joint compilation.Represents a Java source file in memory to compileRepresents a Java source file in file to compile