c

info.kwarc.mmt.lf.compile

LogicWriter

class LogicWriter extends AnyRef

Source
LogicWriter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogicWriter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogicWriter(ls: LogicSyntax)

Type Members

  1. case class LogicWriterError(msg: String) extends Throwable with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def compile(ls: LogicSyntax, lname: String, hetsdir: String): Unit

    ls - logic syntax lname - logic name dir - Hets main directory

    ls - logic syntax lname - logic name dir - Hets main directory

    splits logic to files figure out what part of logic syntax a declaration is --> compile an appropriate file name --> write declaration to file

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val files: List[String]
  10. def fillTemplate(template: File, cont: List[String]): List[LogicWriterError]

    takes a file and content, fills in the content of the file, returns error list (unfilled tags)

  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def write(logdir: String, cont: List[String], filename: String, templ: File): Unit

    logdir - output directory cont - generated code filename - destination of generated code file name templ - template file

    logdir - output directory cont - generated code filename - destination of generated code file name templ - template file

    takes a list of DECLarations and an output file name, writes declarations to a file

Inherited from AnyRef

Inherited from Any

Ungrouped