axle.ast.view

AstNodeFormatter

abstract class AstNodeFormatter[R, S] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AstNodeFormatter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AstNodeFormatter(_config: FormatterConfig, _state: FormatterState, _subState: S)

Abstract Value Members

  1. abstract def accNewline(): AstNodeFormatter[R, S]

  2. abstract def accPopAndWrapStack(label: String): AstNodeFormatter[R, S]

  3. abstract def accPushStack(): AstNodeFormatter[R, S]

  4. abstract def accRaw(s: String, n: Int): AstNodeFormatter[R, S]

  5. abstract def accSpace(): AstNodeFormatter[R, S]

  6. abstract def accSpaces(): AstNodeFormatter[R, S]

  7. abstract def accSpan(spanclass: String, s: String, n: Int): AstNodeFormatter[R, S]

  8. abstract def apply(fs: FormatterState, ss: S): AstNodeFormatter[R, S]

  9. abstract def result(): R

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def _indent(): AstNodeFormatter[R, S]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def beginSpan(): AstNodeFormatter[R, S]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def config(): FormatterConfig

  11. def conformTo(node: AstNode): AstNodeFormatter[R, S]

  12. def dedent(): AstNodeFormatter[R, S]

  13. def endSpan(spanType: String): AstNodeFormatter[R, S]

  14. def enterFor(): AstNodeFormatter[R, S]

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def indent(): AstNodeFormatter[R, S]

  21. def isConforming(): Boolean

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def keyword(kw: String): AstNodeFormatter[R, S]

  24. def leaveFor(): AstNodeFormatter[R, S]

  25. def markLine(node: AstNode, lineNo: Int): AstNodeFormatter[R, S]

  26. def name(n: String): AstNodeFormatter[R, S]

  27. final def ne(arg0: AnyRef): Boolean

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

  29. def newline(hard: Boolean, nodeOpt: Option[AstNode], indent: Boolean = true): AstNodeFormatter[R, S]

  30. def node2lineno(): Map[AstNode, Int]

  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def operator(op: String): AstNodeFormatter[R, S]

  34. def raw(element: String): AstNodeFormatter[R, S]

  35. def repr(r: String): AstNodeFormatter[R, S]

  36. def shouldHighlight(node: AstNode): Boolean

  37. def space(): AstNodeFormatter[R, S]

  38. def state(): FormatterState

  39. def subState(): S

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def updateFor(varName: String): AstNodeFormatter[R, S]

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. def wrap(indent: Boolean = false): AstNodeFormatter[R, S]

Inherited from AnyRef

Inherited from Any

Ungrouped