scala.util.parsing.ast.Mappable

trait Mappable

[source: scala/util/parsing/ast/Mappable.scala]

trait Mappable[T]
extends AnyRef
Method Summary
def everywhere (f : Mapper)(implicit c : (T) => Mappable[T]) : T
abstract def gmap (f : Mapper) : T
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
abstract def gmap(f : Mapper) : T

def everywhere(f : Mapper)(implicit c : (T) => Mappable[T]) : T