kiama.example.oberon0.compiler.AST

class Statement

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

abstract class Statement
extends Attributable with PrettyPrintable
Direct Known Subclasses:
AST.Assignment, AST.ProcedureCall, AST.IfStatement, AST.WhileStatement

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
override def pretty (o : scala.StringBuilder, indent : Int) : Unit
Pretty-print the object at the end of the given string builder.
Methods inherited from PrettyPrintable
printTabs, printList
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
Method Details
override def pretty(o : scala.StringBuilder, indent : Int) : Unit
Pretty-print the object at the end of the given string builder.
Overrides
PrettyPrintable.pretty