org.kiama.example.oberon0.L0.source

SumExpression

class SumExpression extends BinaryExpression

Common interface for sum expressions.

Attributes
abstract
Linear Supertypes
BinaryExpression, PrettyBinaryExpression, PrettyOperatorExpression, Expression, PrettyExpression, SourceASTNode, Positional, Attributable, Cloneable, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SumExpression
  2. BinaryExpression
  3. PrettyBinaryExpression
  4. PrettyOperatorExpression
  5. Expression
  6. PrettyExpression
  7. SourceASTNode
  8. Positional
  9. Attributable
  10. Cloneable
  11. Product
  12. Equals
  13. AnyRef
  14. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SumExpression (op: String)

Abstract Value Members

  1. def canEqual (that: Any): Boolean

    Attributes
    abstract
    Definition Classes
    Equals
  2. def left : Expression

    Attributes
    abstract
    Definition Classes
    BinaryExpression → PrettyBinaryExpression
  3. def productArity : Int

    Attributes
    abstract
    Definition Classes
    Product
  4. def productElement (n: Int): Any

    Attributes
    abstract
    Definition Classes
    Product
  5. def right : Expression

    Attributes
    abstract
    Definition Classes
    BinaryExpression → PrettyBinaryExpression

Concrete Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def -> [T, U] (a: (T) ⇒ U)(implicit b: (SumExpression.this.type) ⇒ T): U

    Attributes
    final
    Definition Classes
    Attributable
    Annotations
    @inline()
  5. def -> [U] (a: (SumExpression.this.type) ⇒ U): U

    Attributes
    final
    Definition Classes
    Attributable
    Annotations
    @inline()
  6. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def children : Iterator[Attributable]

    Definition Classes
    Attributable
  10. def clone (): Attributable

    Definition Classes
    Attributable → AnyRef
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def firstChild [T] : T

    Definition Classes
    Attributable
  15. val fixity : Infix

    Definition Classes
    SumExpression → PrettyOperatorExpression
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hasChildren : Boolean

    Definition Classes
    Attributable
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. var index : Int

    Definition Classes
    Attributable
  20. def initTreeProperties (): Unit

    Definition Classes
    Attributable
  21. def isFirst : Boolean

    Definition Classes
    Attributable
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def isLast : Boolean

    Definition Classes
    Attributable
  24. def isRoot : Boolean

    Definition Classes
    Attributable
  25. def lastChild [T] : T

    Definition Classes
    Attributable
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def next [T] : T

    Definition Classes
    Attributable
  28. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  30. val op : String

    Definition Classes
    SumExpression → PrettyBinaryExpression
  31. def parent [T] : T

    Definition Classes
    Attributable
  32. var parent : Attributable

    Definition Classes
    Attributable
  33. var pos : Position

    Definition Classes
    Positional
  34. def prev [T] : T

    Definition Classes
    Attributable
  35. val priority : Int

    Definition Classes
    SumExpression → PrettyOperatorExpression
  36. def productIterator : Iterator[Any]

    Definition Classes
    Product
  37. def productPrefix : String

    Definition Classes
    Product
  38. def setPos (newpos: Position): SumExpression.this.type

    Definition Classes
    Positional
  39. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  40. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from BinaryExpression

Inherited from PrettyBinaryExpression

Inherited from PrettyOperatorExpression

Inherited from Expression

Inherited from PrettyExpression

Inherited from SourceASTNode

Inherited from Positional

Inherited from Attributable

Inherited from Cloneable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any