Uses of Interface
editor.shipit.ICompileConsumer
-
Packages that use ICompileConsumer Package Description editor.shipit -
-
Uses of ICompileConsumer in editor.shipit
Methods in editor.shipit with parameters of type ICompileConsumer Modifier and Type Method Description boolean
Compiler. compile(IType type, ICompileConsumer consumer, MessagesPanel messages)
boolean
ExperimentBuild. compile(ICompileConsumer consumer, Set<IType> typesToCompile)
boolean
Compiler. compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel)
boolean
ExperimentBuild. make(ICompileConsumer consumer)
boolean
ExperimentBuild. rebuild(ICompileConsumer consumer)
-