FrontEndInterface

org.nlogo.core.FrontEndInterface
See theFrontEndInterface companion object

Attributes

Companion
object
Source
FrontEndInterface.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def findExtensions(source: String): Seq[String]

Attributes

Source
FrontEndInterface.scala
def findIncludes(source: String): Seq[String]

Attributes

Source
FrontEndInterface.scala
def frontEnd(compilationOperand: CompilationOperand): FrontEndResults

Attributes

Source
FrontEndInterface.scala
def tokenizeForColorization(source: String, dialect: Dialect, extensionManager: ExtensionManager): Seq[Token]

Attributes

Source
FrontEndInterface.scala
def tokenizeForColorizationIterator(source: String, dialect: Dialect, extensionManager: ExtensionManager): Iterator[Token]

Attributes

Source
FrontEndInterface.scala

Concrete methods

def frontEnd(source: String, displayName: Option[String], program: Program, subprogram: Boolean, oldProcedures: ProceduresMap, extensionManager: ExtensionManager, libraryManager: LibraryManager, compilationEnvironment: CompilationEnvironment, shouldAutoInstallLibs: Boolean): FrontEndResults

Attributes

Source
FrontEndInterface.scala