StringInput

io.github.edadma.recognizer.StringInput
case class StringInput(s: String, idx: Int) extends Input[Char, Char]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Input[Char, Char]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def elem: Char
def eoi: Boolean
def wrapped: Char

Inherited methods

def listElem(end: Input[Char, Char]): List[Char]

Attributes

Inherited from:
Input
def listWrapped(end: Input[Char, Char]): List[Char]

Attributes

Inherited from:
Input
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rest: List[Char]

Attributes

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