Script

gapt.examples.Script
class Script extends App

Attributes

Graph
Supertypes
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Known subtypes
object addition
object array_init
object cut1
object cut2
object demorgan1
object demorgan2
object dne
object equalityLeft
object equalityRight
object ex0_1_6
object ex0_1_6_short
object example1
object impLeft1
object impLeft2
object impRight1
object impRight2
object induction
object inductionRule
object issue687
object issue688
object lem
object negLeft
object negLeftRight1
object negRight1
object orLeft1
object orLeft2
object orLeft3
object orLeft4
object orLeft5
object orRight1
object orRight2
object proofLink
object proofLink2
object proofLink3
object cutintro
object ReductionDemo
object ReforestDemo
object epsilon
object instprover
Show all

Members list

Value members

Concrete methods

def run(): Unit

Inherited methods

final protected def args: Array[String]

Attributes

Inherited from:
App
final def main(args: Array[String]): Unit

Attributes

Inherited from:
App

Deprecated and Inherited methods

override def delayedInit(body: => Unit): Unit

Attributes

Deprecated
[Since version 2.11.0] the delayedInit mechanism will disappear
Definition Classes
Inherited from:
App