ArrayBased

org.parboiled2.CharPredicate.ArrayBased
class ArrayBased extends CharPredicate

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++(other: Seq[Char]): CharPredicate
def --(other: Seq[Char]): ArrayBased
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