General

org.parboiled2.CharPredicate.General
case class General extends CharPredicate

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ++(chars: Seq[Char]): CharPredicate
def --(chars: Seq[Char]): CharPredicate
def apply(c: Char): Boolean
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
Any

Inherited methods

def ++(chars: String): CharPredicate

Attributes

Inherited from:
CharPredicate
def ++(char: Char): CharPredicate

Attributes

Inherited from:
CharPredicate
def --(chars: String): CharPredicate

Attributes

Inherited from:
CharPredicate
def --(char: Char): CharPredicate

Attributes

Inherited from:
CharPredicate

Attributes

Inherited from:
CharPredicate
def firstMatch(string: String): Option[Char]

Attributes

Inherited from:
CharPredicate
def firstMismatch(string: String): Option[Char]

Attributes

Inherited from:
CharPredicate
def indexOfFirstMatch(string: String): Int

Attributes

Inherited from:
CharPredicate
def indexOfFirstMismatch(string: String): Int

Attributes

Inherited from:
CharPredicate
def isMaskBased: Boolean

Determines wether this CharPredicate is an instance of the high-performance, constant-time CharPredicate.MaskBased implementation.

Determines wether this CharPredicate is an instance of the high-performance, constant-time CharPredicate.MaskBased implementation.

Attributes

Inherited from:
CharPredicate
def matchesAll(string: String): Boolean

Attributes

Inherited from:
CharPredicate
def matchesAny(string: String): Boolean

Attributes

Inherited from:
CharPredicate

Attributes

Inherited from:
CharPredicate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product