Class Lisp::Format::Directives::ClauseSeparator
In: lib/facet/lisp-format.rb
Parent: Directive

Represents the ~; (Clause separator) directive. It separates clauses inside conditional and justifying directives (~[…~] and ~<…~>). It may not appear anywhere else.

Methods

new  

Public Class methods

Check that top is either a BeginConditional or a BeginJustification. If not, a SyntaxError is raised.

[Validate]