axle.ast.view

XhtmlLinesAstNodeFormatter

class XhtmlLinesAstNodeFormatter extends AstNodeFormatter[Map[Int, NodeSeq], Stack[XhtmlLinesAstNodeAccumulatorState]]

Linear Supertypes
AstNodeFormatter[Map[Int, NodeSeq], Stack[XhtmlLinesAstNodeAccumulatorState]], Accumulator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. XhtmlLinesAstNodeFormatter
  2. AstNodeFormatter
  3. Accumulator
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XhtmlLinesAstNodeFormatter (language: Language, highlight: Set[AstNode], conform: Boolean)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def _indent (): Unit

    Definition Classes
    AstNodeFormatter
  7. val _node2lineno : Map[AstNode, Int]

    Definition Classes
    AstNodeFormatter
  8. def accNewline (): Unit

  9. def accPopAndWrapStack (label: String): Unit

  10. def accPushStack (): Unit

  11. def accRaw (s: String): Unit

  12. def accSpace (): Unit

  13. def accSpaces (): Unit

  14. def accSpan (spanclass: String, s: String): Unit

  15. def advanceLine (): Unit

  16. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  17. def beginSpan (): Unit

    Definition Classes
    AstNodeFormatter
  18. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. var column : Int

    Definition Classes
    AstNodeFormatter
  20. def conformTo (node: AstNode): Unit

  21. var currentLineNo : Int

  22. def dedent : Unit

    Definition Classes
    AstNodeFormatter
  23. def endSpan (spanType: String): Unit

    Definition Classes
    AstNodeFormatter
  24. def enterFor (): Unit

    Definition Classes
    AstNodeFormatter
  25. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  29. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  30. def indent : Unit

    Definition Classes
    AstNodeFormatter
  31. var indentationLevel : Int

    Definition Classes
    AstNodeFormatter
  32. def isConforming (): Boolean

    Definition Classes
    AstNodeFormatter
  33. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  34. def keyword (kw: String): Unit

    Definition Classes
    AstNodeFormatter
  35. def leaveFor (): Unit

    Definition Classes
    AstNodeFormatter
  36. var lineno : Int

    Definition Classes
    AstNodeFormatter
  37. def lines (): Map[Int, NodeSeq]

  38. def name (n: String): Unit

    Definition Classes
    AstNodeFormatter
  39. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  40. var needsIndent : Boolean

    Definition Classes
    AstNodeFormatter
  41. def needsParens (attr_name: String, node: AstNode, subtree: AstNode, grammar: Language): Boolean

    Definition Classes
    AstNodeFormatter
  42. def newline (hard: Boolean, node: AstNode, indent: Boolean = true): Unit

  43. def node2lineno : Map[AstNode, Int]

    Definition Classes
    AstNodeFormatter
  44. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  45. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  46. def operator (op: String): Unit

    Definition Classes
    AstNodeFormatter
  47. def raw (element: String): Unit

    Definition Classes
    AstNodeFormatter
  48. def repr (r: String): Unit

    Definition Classes
    AstNodeFormatter
  49. def result (): Map[Int, NodeSeq]

  50. def shouldHighlight (node: AstNode): Boolean

    Definition Classes
    AstNodeFormatter
  51. def space (): Unit

    Definition Classes
    AstNodeFormatter
  52. val stack : Stack[Option[(Int, String)]]

    Definition Classes
    AstNodeFormatter
  53. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  54. def toString (): String

    Definition Classes
    XhtmlLinesAstNodeFormatter → AnyRef → Any
  55. val tokens : Stack[XhtmlLinesAstNodeAccumulatorState]

  56. def updateFor (varName: String): Unit

    Definition Classes
    AstNodeFormatter
  57. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  60. def wrap (indent: Boolean = false): Unit

    Definition Classes
    AstNodeFormatter

Inherited from AstNodeFormatter[Map[Int, NodeSeq], Stack[XhtmlLinesAstNodeAccumulatorState]]

Inherited from Accumulator

Inherited from AnyRef

Inherited from Any