src/Pure/PIDE/document.scala
changeset 59702 58dfaa369c11
parent 59695 a03e0561bdbf
child 60215 5fb4990dfc73
equal deleted inserted replaced
59701:8ab877c91992 59702:58dfaa369c11
   253       get_blob.isEmpty &&
   253       get_blob.isEmpty &&
   254       header == Node.no_header &&
   254       header == Node.no_header &&
   255       text_perspective.is_empty &&
   255       text_perspective.is_empty &&
   256       Node.is_no_perspective_command(perspective) &&
   256       Node.is_no_perspective_command(perspective) &&
   257       commands.isEmpty
   257       commands.isEmpty
       
   258 
       
   259     def has_header: Boolean = header != Node.no_header
   258 
   260 
   259     def commands: Linear_Set[Command] = _commands.commands
   261     def commands: Linear_Set[Command] = _commands.commands
   260     def load_commands: List[Command] = _commands.load_commands
   262     def load_commands: List[Command] = _commands.load_commands
   261 
   263 
   262     def clear: Node = new Node(header = header, syntax = syntax)
   264     def clear: Node = new Node(header = header, syntax = syntax)