CompilerInterface

org.nlogo.nvm.CompilerInterface

Attributes

Source
CompilerInterface.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

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
def makeLiteralReporter(value: AnyRef): Reporter

Attributes

Source
CompilerInterface.scala