scalax.rules

trait MemoisableRules

[source: scalax/rules/MemoisableRules.scala]

trait MemoisableRules
extends Rules
Direct Known Subclasses:
IncrementalParsers

Method Summary
override def ruleWithName [In, Out, A, X](name : java.lang.String, f : (In) => Result[Out, A, X]) : Rule[In, Out, A, X] with Name
Methods inherited from Rules
rule, inRule, seqRule, from, state, success, failure, error, error, oneOf, 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
Method Details
override def ruleWithName[In, Out, A, X](name : java.lang.String, f : (In) => Result[Out, A, X]) : Rule[In, Out, A, X] with Name
Overrides
Rules.ruleWithName


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