org.kiama.example.transform

Analysis

object Analysis

Operator priority resolution and name analysis for transformation compiler. Transform the generic operator tree from the parser into one that correctly represents the precedence of the operators. Operators are assumed to be left associative.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Analysis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Stacks = (List[String], List[Exp])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit val ast: (ExpR) ⇒ Exp

    Version of op_tree that splices the new tree into the old.

    Version of op_tree that splices the new tree into the old. Available as an implicit so that Exp attributes called on ExpR are forwarded to op_tree.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. lazy val errors: (Exp) ⇒ Unit

    Report errors in an expression.

    Report errors in an expression. Currently only variables that are used but not declared. Multiple declarations of the same variable are ok.

  12. lazy val eval_top: ((List[String], String, List[Exp])) ⇒ (ExpR) ⇒ (List[String], List[Exp])

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. lazy val lookup: (String) ⇒ (Attributable) ⇒ Option[VarDecl]

    Lookup a name at a particular node, returning a Some value containing the associated declaration or None if there no such declaration.

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. lazy val op_tree: (ExpR) ⇒ Exp

  22. lazy val ops: (ExpR) ⇒ (List[String], List[Exp])

  23. lazy val prio: (String) ⇒ (ASTNode) ⇒ Int

  24. lazy val prioenv: (Program) ⇒ Map[String, Int]

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped