FrontEndMain

org.nlogo.parse.FrontEndMain
trait FrontEndMain extends NetLogoParser

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
FrontEnd.scala

Inherited methods

Attributes

Inherited from:
NetLogoParser
Source
NetLogoParser.scala

Attributes

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

Attributes

Inherited from:
NetLogoParser
Source
NetLogoParser.scala

Inherited and Abstract methods

Attributes

Inherited from:
NetLogoParser
Source
NetLogoParser.scala