kiama.example.picojava.benchmark

object PicoJavaBenchmark

[source: kiama/example/picojava/benchmark/PicoJavaBenchmark.scala]

object PicoJavaBenchmark
extends scala.Application
Value Summary
val inputs : scala.collection.mutable.ArrayBuffer[Program]
var result : Int
val start : Long
Values and Variables inherited from scala.Application
scala.Application.executionStart
Method Summary
def basicAst : ClassDecl
def createAst (subtree : ClassDecl) : ClassDecl
def createProgram (subtree : ClassDecl) : Program
Methods inherited from scala.Application
scala.Application.main
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
val inputs : scala.collection.mutable.ArrayBuffer[Program]

var result : Int

val start : Long

Method Details
def basicAst : ClassDecl

def createAst(subtree : ClassDecl) : ClassDecl

def createProgram(subtree : ClassDecl) : Program