Nat0yToken

ostrat.pParse.Nat0yToken
See theNat0yToken companion class
object Nat0yToken

Function for parsing explicit Hexadecimal Token, one that begins with the charchters '0y'.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Nat0yToken.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def parse(rem: CharsOff, tp: TextPosn)(implicit charArr: CharArr): EMon3[CharsOff, TextPosn, Token]

Function for parsing explicit Hexadecimal Token, one that begins with the charchters '0y'.

Function for parsing explicit Hexadecimal Token, one that begins with the charchters '0y'.

Attributes