TokenizerInterface

org.nlogo.api.TokenizerInterface

Attributes

Source
TokenizerInterface.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getTokenAtPosition(source: String, position: Int): Token

Attributes

Source
TokenizerInterface.scala

Attributes

Source
TokenizerInterface.scala
def tokenize(source: String): Seq[Token]

Attributes

Source
TokenizerInterface.scala
def tokenize(source: String, fileName: String): Seq[Token]

Attributes

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

Attributes

Source
TokenizerInterface.scala
def tokenizeRobustly(source: String): Seq[Token]

Attributes

Source
TokenizerInterface.scala