org.kiama

attribution

package attribution

Visibility
  1. Public
  2. All

Type Members

  1. trait Attributable extends Product with Positional

    Common functionality for all classes that are to be attributed.

  2. trait AttributionBase extends AnyRef

    Base support for attribution of syntax trees in a functional style.

Value Members

  1. object Attribution extends AttributionBase

    Attribution of syntax trees in a functional style with attribute values cached so that each value is computed at most once.

  2. object Decorators extends AnyRef

  3. object DynamicAttribution extends AttributionBase

    Support for dynamic attribution of syntax trees.

  4. object UncachedAttribution extends AttributionBase

    Attribution of syntax trees in a functional style with attribute values computed each time they are accessed.