Uses of Class
io.github.mkoncek.classpathless.api.IdentifiedSource
-
Packages that use IdentifiedSource Package Description io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl -
-
Uses of IdentifiedSource in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api with parameters of type IdentifiedSource Modifier and Type Method Description java.util.Collection<IdentifiedBytecode>
ClasspathlessCompiler. compileClass(ClassesProvider classesProvider, java.util.Optional<MessagesListener> messagesListener, IdentifiedSource... javaSourceFiles)
-
Uses of IdentifiedSource in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl that return IdentifiedSource Modifier and Type Method Description (package private) IdentifiedSource
InMemoryJavaSourceFileObject. getIdentifiedSource()
Methods in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSource Modifier and Type Method Description java.util.Collection<IdentifiedBytecode>
CompilerJavac. compileClass(ClassesProvider classesProvider, java.util.Optional<MessagesListener> messagesConsumer, IdentifiedSource... javaSourceFiles)
Constructors in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSource Constructor Description InMemoryJavaSourceFileObject(IdentifiedSource source)
-