AuxiliaryCompilerInterface

org.nlogo.nvm.AuxiliaryCompilerInterface

Attributes

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

Members list

Value members

Abstract methods

def checkCommandSyntax(source: String, program: Program, procedures: ListMap[String, Procedure], extensionManager: ExtensionManager, parse: Boolean, compilationEnv: CompilationEnvironment): Unit

Attributes

Source
CompilerInterface.scala
def checkReporterSyntax(source: String, program: Program, procedures: ListMap[String, Procedure], extensionManager: ExtensionManager, parse: Boolean, compilationEnv: CompilationEnvironment): Unit

Attributes

Source
CompilerInterface.scala
def findIncludes(sourceFileName: String, source: String, environment: CompilationEnvironment): Option[Map[String, String]]

Attributes

Source
CompilerInterface.scala
def getTokenAtPosition(source: String, position: Int): Token

Attributes

Source
CompilerInterface.scala
def isReporter(s: String, program: Program, procedures: ListMap[String, Procedure], extensionManager: ExtensionManager, compilationEnv: CompilationEnvironment): Boolean

Attributes

Source
CompilerInterface.scala
def readFromString(source: String): AnyRef

Attributes

Source
CompilerInterface.scala
def readFromString(source: String, world: World, extensionManager: ExtensionManager): AnyRef

Attributes

Source
CompilerInterface.scala
def readNumberFromString(source: String, world: World, extensionManager: ExtensionManager): Double

Attributes

Source
CompilerInterface.scala
def tokenizeForColorization(source: String, extensionManager: ExtensionManager): Array[Token]

Attributes

Source
CompilerInterface.scala