package syntax
Ordering
- Alphabetic
- By Inheritance
Inherited
- syntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class $format(_s: String) extends meta with Product with Serializable
- case class $type(system: String, _OMOBJ: OMOBJ) extends Product with Serializable
- trait Declaration extends AnyRef
-
trait
Module extends AnyRef
a pvs file containing some modules
- case class OMA(_head: omobject, _pars: List[omobject]) extends omobject with Product with Serializable
- case class OMATP(_head: OMS, _par: omobject) extends Product with Serializable
- case class OMATTR(_atp: OMATP, _var: OMV) extends vartype with Product with Serializable
- case class OMBIND(_symbol: OMS, OMBVAR: List[vartype], _pars: omobject) extends omobject with Product with Serializable
- case class OMOBJ(_obj: omobject) extends Product with Serializable
- case class OMS(cd: String, name: String) extends omobject with Product with Serializable
- case class OMV(name: String) extends omobject with vartype with Product with Serializable
- case class assertion(id: String, $type: String, CMP: String, FMP: OMOBJ) extends Declaration with Product with Serializable
- case class attribution(s: String) extends use with Product with Serializable
- case class commercial_use(s: String) extends use with Product with Serializable
- case class copyleft(s: String) extends use with Product with Serializable
- case class creator(role: String, _t: String) extends meta with Product with Serializable
- case class date(_s: String) extends meta with Product with Serializable
- case class definition($type: String, id: String, $for: String, _OMOBJ: OMOBJ) extends Declaration with Product with Serializable
- case class derivative_works(s: String) extends use with Product with Serializable
- case class description(_s: String) extends meta with Product with Serializable
- case class distribution(s: String) extends use with Product with Serializable
- case class expr(name: String) extends omobject with Product with Serializable
- case class imports(from: String) extends Declaration with Product with Serializable
- case class license(_lic: List[licenseinf]) extends meta with Product with Serializable
- trait licenseinf extends AnyRef
- trait meta extends AnyRef
- case class metadata($type: String, _metas: List[meta]) extends Product with Serializable
- case class mo(_mo: String) extends notat with subrendering with Product with Serializable
- case class mrow(_some: List[subrendering]) extends notat with Product with Serializable
- trait notat extends AnyRef
- case class notation(prototype: omobject, _render: rendering) extends Declaration with Product with Serializable
- case class notice(s: String) extends use with Product with Serializable
- case class omdoc(xmlns: String, dc: String, id: String, _meta: metadata, _modules: List[Module]) extends Product with Serializable
- trait omobject extends AnyRef
- case class permissions(s: List[use]) extends licenseinf with Product with Serializable
- case class prohibitions(s: List[use]) extends licenseinf with Product with Serializable
- case class render(name: String) extends subrendering with Product with Serializable
- case class rendering(precedence: String, _some: notat) extends Product with Serializable
- case class reproduction(s: String) extends use with Product with Serializable
- case class requirements(s: List[use]) extends licenseinf with Product with Serializable
- case class rights(_s: String) extends meta with Product with Serializable
- case class source(_s: String) extends meta with Product with Serializable
- trait subrendering extends AnyRef
- case class symbol(name: String, _meta: metadata, _tp: $type) extends Declaration with Product with Serializable
- case class theory(id: String, _decls: List[Declaration]) extends Module with Product with Serializable
- case class title(_s: String) extends meta with Product with Serializable
- trait use extends AnyRef
- trait vartype extends AnyRef
Value Members
-
def
makeParser: XMLToScala
- returns
a parser that takes PVS XML and returns classes in this package The parser does not have to be changed if the classes in this package are changed.