Nat0xToken

ostrat.pParse.Nat0xToken
See theNat0xToken companion class
object Nat0xToken

Function for parsing explicit Hexadecimal Token, one that begins with the characters '0x'.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Nat0xToken.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 characters '0x'.

Function for parsing explicit Hexadecimal Token, one that begins with the characters '0x'.

Attributes