Colors

org.nlogo.parse.Colorizer.Colors
object Colors extends TokenType => Color

Attributes

Source
Colorizer.scala
Graph
Supertypes
trait TokenType => Color
class Object
trait Matchable
class Any
Self type
Colors.type

Members list

Value members

Concrete methods

def apply(tpe: TokenType): Color

Attributes

Source
Colorizer.scala

Inherited methods

def andThen[A](g: Color => A): TokenType => A

Attributes

Inherited from:
Function1
def compose[A](g: A => TokenType): A => Color

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val Command: Color

Attributes

Source
Colorizer.scala
val Comment: Color

Attributes

Source
Colorizer.scala
val Default: Color

Attributes

Source
Colorizer.scala
val Keyword: Color

Attributes

Source
Colorizer.scala
val Literal: Color

Attributes

Source
Colorizer.scala
val Reporter: Color

Attributes

Source
Colorizer.scala