IntStdToken

ostrat.pParse.IntStdToken
See theIntStdToken companion trait
object IntStdToken

Companion object for the IntStdToken trait, only contains an unapply method.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(inp: Token): Option[Int]

Factory unapply method for the IntStdToken trait.

Factory unapply method for the IntStdToken trait.

Attributes