object
Command
Type Members
-
-
type
Blobs_Info = (List[Blob], Int)
-
type
Edit = (Option[Command], Option[Command])
-
sealed
case class
Markup_Index(status: Boolean, chunk_name: Name) extends Product with Serializable
-
final
class
Markups extends AnyRef
-
sealed
case class
Perspective(commands: List[Command]) extends Product with Serializable
-
final
class
Results extends AnyRef
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Markup_Index extends Serializable
-
-
object
Perspective extends Serializable
-
-
object
State extends Serializable
-
-
final
def
asInstanceOf[T0]: T0
-
def
blobs_info(resources: Resources, syntax: Syntax, get_blob: (Name) ⇒ Option[Document.Blob], can_import: (Name) ⇒ Boolean, node_name: Name, span: Span): Blobs_Info
-
def
clone(): AnyRef
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
span_files(syntax: Syntax, span: Span): (List[String], Int)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unparsed(source: String): Command
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any