CompilerInterface
org.nlogo.nvm.CompilerInterface
trait CompilerInterface
Attributes
- Source
- CompilerInterface.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Compiler
Members list
Value members
Abstract methods
def compileMoreCode(source: String, displayName: Option[String], program: Program, oldProcedures: ProceduresMap, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnvironment: CompilationEnvironment, flags: CompilerFlags): CompilerResults
Attributes
- Source
- CompilerInterface.scala
def compileProgram(source: String, program: Program, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnvironment: CompilationEnvironment, shouldAutoInstallLibs: Boolean, flags: CompilerFlags): CompilerResults
Attributes
- Source
- CompilerInterface.scala
def compileProgram(source: String, additionalSources: Seq[SourceOwner], program: Program, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment, shouldAutoInstallLibs: Boolean): CompilerResults
Attributes
- Source
- CompilerInterface.scala
Attributes
- Source
- CompilerInterface.scala
Attributes
- Source
- CompilerInterface.scala
Attributes
- Source
- CompilerInterface.scala
In this article