ValidParser

sbt.internal.util.complete.ValidParser
sealed trait ValidParser[T] extends Parser[T]

Attributes

Graph
Supertypes
trait Parser[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def failure: Option[Failure]
final def ifValid[S](p: => Parser[S]): Parser[S]
final def valid: Boolean

Inherited methods

def completions(level: Int): Completions

Attributes

Inherited from:
Parser
def derive(i: Char): Parser[A1]

Attributes

Inherited from:
Parser
def isTokenStart: Boolean

Attributes

Inherited from:
Parser
def result: Option[A1]

Attributes

Inherited from:
Parser
def resultEmpty: Result[A1]

Attributes

Inherited from:
Parser