FrontEnd

org.nlogo.parse.FrontEnd
See theFrontEnd companion object

Attributes

Companion
object
Source
FrontEnd.scala
Graph
Supertypes
trait FrontEndMain
class Object
trait Matchable
class Any
Show all
Known subtypes
object FrontEnd

Members list

Value members

Inherited methods

Attributes

Inherited from:
NetLogoParser
Source
NetLogoParser.scala
def findIncludes(source: String): Seq[String]

Attributes

Inherited from:
FrontEndMain
Source
FrontEnd.scala

Attributes

Inherited from:
NetLogoParser
Source
NetLogoParser.scala
def frontEnd(compilationOperand: CompilationOperand): FrontEndResults

Attributes

Inherited from:
FrontEndMain
Source
FrontEnd.scala
def frontEnd(source: String, displayName: Option[String], program: Program, subprogram: Boolean, oldProcedures: ProceduresMap, extensionManager: ExtensionManager, libraryManager: LibraryManager, compilationEnvironment: CompilationEnvironment, shouldAutoInstallLibs: Boolean): FrontEndResults

Attributes

Inherited from:
FrontEndInterface
Source
FrontEndInterface.scala
def parseProcedure(structureResults: StructureResults, globallyUsedNames: SymbolTable, oldProcedures: ProceduresMap, extensionManager: ExtensionManager)(procedure: FrontEndProcedure): ProcedureDefinition

Attributes

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

Attributes

Inherited from:
FrontEndMain
Source
FrontEnd.scala
def tokenizeForColorizationIterator(source: String, dialect: Dialect, extensionManager: ExtensionManager): Iterator[Token]

Attributes

Inherited from:
FrontEndMain
Source
FrontEnd.scala

Inherited and Abstract methods

Attributes

Inherited from:
NetLogoParser
Source
NetLogoParser.scala