scalax.rules

trait StringScanners

[source: scalax/rules/StringScanners.scala]

trait StringScanners
extends Scanners
Type Summary
type S
type X
Value Summary
val item : Rule[java.lang.String, java.lang.String, Char, Nothing]
Succeeds with the first element of the input unless input is empty.
Values and Variables inherited from RulesWithState
factory
Methods inherited from Scanners
readString, readStringIn, toString, whitespace, newline, trim
Methods inherited from Parsers
elem, inElem, readSeq, choice, iterableToChoice, iterableToChoiceSeq, iteratorToChoice, iteratorToChoiceSeq
Methods inherited from StateRules
apply, unit, read, get, set, update, nil, none, cond, allOf
Methods inherited from Rules
rule, inRule, seqRule, from, state, success, failure, error, error, oneOf, ruleWithName, expect
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
type S

type X

Value Details
val item : Rule[java.lang.String, java.lang.String, Char, Nothing]
Succeeds with the first element of the input unless input is empty.


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.