FrontEndMain
org.nlogo.parse.FrontEndMain
trait FrontEndMain extends NetLogoParser
Attributes
- Source
- FrontEnd.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
Attributes
- Source
- FrontEnd.scala
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
def basicParse(compilationOperand: CompilationOperand): (Seq[ProcedureDefinition], StructureResults)
Attributes
- Inherited from:
- NetLogoParser
- Source
- NetLogoParser.scala
def findProcedurePositions(source: String, dialectOption: Option[Dialect]): Map[String, ProcedureSyntax]
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
In this article