Compiler
org.nlogo.compile.Compiler
class Compiler(dialect: Dialect) extends PresentationCompilerInterface
Attributes
- Source
- Compiler.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
def checkCommandSyntax(source: String, program: Program, procedures: ListMap[String, Procedure], extensionManager: ExtensionManager, parse: Boolean, compilationEnv: CompilationEnvironment): Unit
Attributes
- Source
- Compiler.scala
def checkReporterSyntax(source: String, program: Program, procedures: ListMap[String, Procedure], extensionManager: ExtensionManager, parse: Boolean, compilationEnv: CompilationEnvironment): Unit
Attributes
- Source
- Compiler.scala
def compileMoreCode(source: String, displayName: Option[String], program: Program, oldProcedures: ListMap[String, Procedure], extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment): CompilerResults
Attributes
- Source
- Compiler.scala
def compileMoreCode(source: String, displayName: Option[String], program: Program, oldProcedures: ProceduresMap, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnvironment: CompilationEnvironment, flags: CompilerFlags): CompilerResults
Attributes
- Source
- Compiler.scala
def compileProgram(source: String, program: Program, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment): CompilerResults
Attributes
- Source
- Compiler.scala
def compileProgram(source: String, additionalSources: Seq[SourceOwner], program: Program, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment, shouldAutoInstallLibs: Boolean): CompilerResults
Attributes
- Source
- Compiler.scala
def compileProgram(source: String, program: Program, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnvironment: CompilationEnvironment, shouldAutoInstallLibs: Boolean, flags: CompilerFlags): CompilerResults
Attributes
- Source
- Compiler.scala
def findIncludes(sourceFileName: String, source: String, compilationEnvironment: CompilationEnvironment): Option[Map[String, String]]
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
def isReporter(s: String, program: Program, procedures: ListMap[String, Procedure], extensionManager: ExtensionManager, compilationEnv: CompilationEnvironment): Boolean
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
def tokenizeForColorizationIterator(source: String, extensionManager: ExtensionManager): Iterator[Token]
Attributes
- Source
- Compiler.scala
Concrete fields
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
Attributes
- Source
- Compiler.scala
In this article