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) IdentifiedSourceInMemoryJavaSourceFileObject.getIdentifiedSource()Methods in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSourceModifier and TypeMethodDescriptionprivate static booleanCompilerJavac.areBytecodesValid(LoggingSwitch loggingSwitch, IdentifiedSource source, Collection<IdentifiedBytecode> bytecodes) CompilerJavac.compileClass(ClassesProvider classesProvider, Optional<MessagesListener> messagesConsumer, IdentifiedSource... javaSourceFiles) private static voidCompilerJavac.extractAllDependenciesCatched(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, TreeSet<String> availableClasses, IdentifiedSource source, IdentifiedBytecode bytecode) CompilerJavac.initializePossibleDependency(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedSource[] javaSourceFiles) private static booleanCompilerJavac.isBytecodeValid(IdentifiedBytecode bytecode, LoggingSwitch loggingSwitch, IdentifiedSource source) Constructors in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSource