Lexer

trait Lexer[T <: Token]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(ptr: Ptr): Option[T]