NetLogoThreeDTokenMaker

org.nlogo.ide.NetLogoThreeDTokenMaker
class NetLogoThreeDTokenMaker(val extensionManager: Option[ExtensionManager]) extends NetLogoTokenMaker

Attributes

Source
NetLogoTokenMaker.scala
Graph
Supertypes
class TokenMakerBase
trait TokenMaker
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Attributes

Source
NetLogoTokenMaker.scala

Concrete methods

Attributes

Source
NetLogoTokenMaker.scala

Attributes

Source
NetLogoTokenMaker.scala

Inherited methods

Attributes

Inherited from:
TokenMakerBase
def addToken(x$0: Array[Char], x$1: Int, x$2: Int, x$3: Int, x$4: Int, x$5: Boolean): Unit

Attributes

Inherited from:
TokenMakerBase
def addToken(x$0: Array[Char], x$1: Int, x$2: Int, x$3: Int, x$4: Int): Unit

Attributes

Inherited from:
TokenMakerBase
def addToken(x$0: Segment, x$1: Int, x$2: Int, x$3: Int, x$4: Int): Unit

Attributes

Inherited from:
TokenMakerBase

Attributes

Inherited from:
TokenMakerBase

Attributes

Inherited from:
TokenMakerBase
def getInsertBreakAction(): Action

Attributes

Inherited from:
TokenMakerBase
def getLastTokenTypeOnLine(x$0: Segment, x$1: Int): Int

Attributes

Inherited from:
TokenMakerBase
def getLineCommentStartAndEnd(x$0: Int): Array[String]

Attributes

Inherited from:
TokenMakerBase

Attributes

Inherited from:
TokenMakerBase
def getOccurrenceMarker(): OccurrenceMarker

Attributes

Inherited from:
TokenMakerBase

Attributes

Inherited from:
TokenMakerBase
def getTokenList(seg: Segment, initialTokenType: Int, offset: Int): Token

Attributes

Inherited from:
NetLogoTokenMaker
Source
NetLogoTokenMaker.scala
def isIdentifierChar(x$0: Int, x$1: Char): Boolean

Attributes

Inherited from:
TokenMakerBase

Attributes

Inherited from:
TokenMakerBase
def literalToken(value: AnyRef): Int

Attributes

Inherited from:
NetLogoTokenMaker
Source
NetLogoTokenMaker.scala
def rstaTokenType(t: Token, firstOnLine: Boolean): Int

Attributes

Inherited from:
NetLogoTokenMaker
Source
NetLogoTokenMaker.scala

Concrete fields

Inherited fields

val namer: Token => Token

Attributes

Inherited from:
NetLogoTokenMaker
Source
NetLogoTokenMaker.scala