package
scaml
Type Members
-
case class
Attribute
(kind: Text, name: Text, className: Text, defaultValue: Option[Text], autoImport: Boolean) extends Statement with Product with Serializable
-
case class
Doctype
(line: List[Text]) extends Statement with Product with Serializable
-
case class
Element
(tag: Option[Text], attributes: List[(Any, Any)], text: Option[TextExpression], body: List[Statement], trim: Option[Value], close: Boolean) extends Statement with Product with Serializable
-
case class
EvaluatedText
(code: Text, body: List[Statement], preserve: Boolean, sanitize: Option[Boolean], ugly: Boolean) extends TextExpression with Product with Serializable
-
case class
Executed
(code: List[Text], body: List[Statement]) extends Statement with Product with Serializable
-
case class
FilterStatement
(flags: List[Text], filters: List[Text], body: List[Text]) extends Statement with Product with Serializable
-
case class
HtmlComment
(conditional: Option[Text], text: Option[Text], body: List[Statement]) extends Statement with Product with Serializable
-
-
case class
LiteralText
(text: List[Text], sanitize: Option[Boolean]) extends TextExpression with Product with Serializable
-
case class
Newline
(skip: Boolean) extends Statement with Product with Serializable
-
class
ScamlCodeGenerator
extends AbstractCodeGenerator[Statement]
-
case class
ScamlComment
(text: Option[Text], body: List[Text]) extends Statement with Product with Serializable
-
class
ScamlParser
extends IndentedParser with ScalaParseSupport
-
trait
Statement
extends Positional
-
Value Members
-
-
-
object
Trim
extends Enumeration