Trait

inox

MainHelpers

Related Doc: package inox

Permalink

trait MainHelpers extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MainHelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Category extends AnyRef

    Permalink
  2. case class Description(category: Category, description: String) extends Product with Serializable

    Permalink
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Evaluators extends Category with Product with Serializable

    Permalink
  5. object General extends Category with Product with Serializable

    Permalink
  6. object Printing extends Category with Product with Serializable

    Permalink
  7. object Solvers extends Category with Product with Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final val debugSections: Set[DebugSection]

    Permalink
    Attributes
    protected
  11. def displayHelp(reporter: Reporter, error: Boolean): Nothing

    Permalink
    Attributes
    protected
  12. def displayUsage(reporter: Reporter): Unit

    Permalink
    Attributes
    protected
  13. def displayVersion(reporter: Reporter): Unit

    Permalink
    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def exit(error: Boolean): Nothing

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getCategories: Seq[Category]

    Permalink
    Attributes
    protected
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getDebugSections: Set[DebugSection]

    Permalink
    Attributes
    protected
  21. def getName: String

    Permalink
    Attributes
    protected
  22. def getOptions: Map[OptionDef[_], Description]

    Permalink
    Attributes
    protected
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def newReporter(debugSections: Set[DebugSection]): Reporter

    Permalink
    Attributes
    protected
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. object optDebug extends OptionDef[Set[DebugSection]]

    Permalink
  30. object optFiles extends OptionDef[Seq[File]]

    Permalink

    The current files on which Inox is running.

    The current files on which Inox is running.

    This option cannot be filled through option parsing and must always be instantiated manually (see parseArguments). We therefore MUST NOT add it to the options map!

  31. object optHelp extends MarkerOptionDef

    Permalink
  32. final val options: Map[OptionDef[_], Description]

    Permalink
  33. def parseArguments(args: Seq[String])(implicit initReporter: Reporter): Context

    Permalink
    Attributes
    protected
  34. def processOptions(files: Seq[File], inoxOptions: Seq[OptionValue[_]])(implicit initReporter: Reporter): Context

    Permalink
    Attributes
    protected
  35. def setup(args: Array[String]): Context

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped