Uses of Class
io.github.mkoncek.classpathless.api.IdentifiedSource
Packages that use IdentifiedSource
-
Uses of IdentifiedSource in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api with parameters of type IdentifiedSourceModifier and TypeMethodDescriptionClasspathlessCompiler.compileClass
(ClassesProvider classesProvider, Optional<MessagesListener> messagesListener, IdentifiedSource... javaSourceFiles) -
Uses of IdentifiedSource in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl that return IdentifiedSourceModifier and TypeMethodDescription(package private) IdentifiedSource
InMemoryJavaSourceFileObject.getIdentifiedSource()
Methods in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSourceModifier and TypeMethodDescriptionprivate static boolean
CompilerJavac.areBytecodesValid
(LoggingSwitch loggingSwitch, IdentifiedSource source, Collection<IdentifiedBytecode> bytecodes) CompilerJavac.compileClass
(ClassesProvider classesProvider, Optional<MessagesListener> messagesConsumer, IdentifiedSource... javaSourceFiles) private static void
CompilerJavac.extractAllDependenciesCatched
(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, TreeSet<String> availableClasses, IdentifiedSource source, IdentifiedBytecode bytecode) CompilerJavac.initializePossibleDependency
(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedSource[] javaSourceFiles) private static boolean
CompilerJavac.isBytecodeValid
(IdentifiedBytecode bytecode, LoggingSwitch loggingSwitch, IdentifiedSource source) Constructors in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSource