Uses of Class
io.github.mkoncek.classpathless.api.IdentifiedBytecode
-
Packages that use IdentifiedBytecode Package Description io.github.mkoncek.classpathless io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl -
-
Uses of IdentifiedBytecode in io.github.mkoncek.classpathless
Methods in io.github.mkoncek.classpathless that return types with arguments of type IdentifiedBytecode Modifier and Type Method Description Collection<IdentifiedBytecode>ClasspathClassesProvider. getClass(ClassIdentifier... names) -
Uses of IdentifiedBytecode in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api that return types with arguments of type IdentifiedBytecode Modifier and Type Method Description Collection<IdentifiedBytecode>ClasspathlessCompiler. compileClass(ClassesProvider classprovider, Optional<MessagesListener> messagesConsummer, IdentifiedSource... javaSourceFiles)Collection<IdentifiedBytecode>ClassesProvider. getClass(ClassIdentifier... names)Callback for compiler, which provides, on demand, the dependencies compiler is missing. -
Uses of IdentifiedBytecode in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl that return types with arguments of type IdentifiedBytecode Modifier and Type Method Description Collection<IdentifiedBytecode>CompilerJavac. compileClass(ClassesProvider classprovider, Optional<MessagesListener> messagesConsumer, IdentifiedSource... javaSourceFiles)Collection<IdentifiedBytecode>NullClassesProvider. getClass(ClassIdentifier... names)Collection<IdentifiedBytecode>SimpleClassesProvider. getClass(ClassIdentifier... names)Constructor parameters in io.github.mkoncek.classpathless.impl with type arguments of type IdentifiedBytecode Constructor Description NullClassesProvider(Map<String,IdentifiedBytecode> initialMapping)SimpleClassesProvider(Collection<IdentifiedBytecode> bytecodes)
-