OperatorToken

amyc.parsing.Tokens$.OperatorToken
final case class OperatorToken(name: String) extends Token

Attributes

Graph
Supertypes
trait Serializable
trait Token
trait Product
trait Equals
trait Positioned
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def hasPosition: Boolean

Attributes

Inherited from:
Positioned

Attributes

Inherited from:
Positioned
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def setPos(other: Positioned): Positioned.this.type

Attributes

Inherited from:
Positioned
def setPos(pos: Position): Positioned.this.type

Attributes

Inherited from:
Positioned
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
Token -> Any
Inherited from:
Token

Inherited fields

protected var pos_: Position

Attributes

Inherited from:
Positioned