kiama.example.oberon0.compiler.AST

class BinaryNumExp

[source: kiama/example/oberon0/compiler/AST.scala]

abstract class BinaryNumExp(l : Exp, r : Exp)
extends Exp
Direct Known Subclasses:
AST.Mult, AST.Div, AST.Mod, AST.Plus, AST.Minus

Value Summary
abstract val op : (Int, Int) => Int
Values and Variables inherited from Attributable
parent, _next, index
Values and Variables inherited from scala.util.parsing.input.Positional
scala.util.parsing.input.Positional.pos
Method Summary
def getLeft : Exp
def getRight : Exp
Methods inherited from PrettyPrintable
printTabs, printList, pretty
Methods inherited from Attributable
parent, isRoot, prev, next, isFirst, isLast, children, ->
Methods inherited from scala.util.parsing.input.Positional
scala.util.parsing.input.Positional.setPos
Methods inherited from scala.Product
scala.Product.productElement (abstract), scala.Product.productArity (abstract), scala.Product.productPrefix
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
abstract val op : (Int, Int) => Int

Method Details
def getLeft : Exp

def getRight : Exp