in scala/runtime/matching
class NonTerm

abstract class NonTerm()
extends Object
with ScalaObject
Implementing classes or objects:
class TreeNT(i: Int)
class HedgeNT(i: Int)

Method Summary
override def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Method Detail

toString

  override def toString(): String