org.fusesource.scalate.wikitext

AbstractNestedBlock

class AbstractNestedBlock extends ParameterizedBlock

Attributes
abstract
Linear Supertypes
ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AbstractNestedBlock
  2. ParameterizedBlock
  3. Block
  4. Processor
  5. Cloneable
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractNestedBlock (name: String)

Abstract Value Members

  1. def setOption (arg0: String, arg1: String): Unit

    Attributes
    protected[block] abstract
    Definition Classes
    ParameterizedBlock

Concrete 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 asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def beginBlock (): Unit

  8. def beginNesting (): Boolean

    Definition Classes
    AbstractNestedBlock → Block
  9. var blockLineCount : Int

  10. def canStart (line: String, lineOffset: Int): Boolean

    Definition Classes
    AbstractNestedBlock → Block
  11. def clone (): Block

    Definition Classes
    Block → Processor → AnyRef
  12. def endBlock (): Unit

  13. var endPattern : Pattern

  14. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def findCloseOffset (line: String, lineOffset: Int): Int

    Definition Classes
    AbstractNestedBlock → Block
  18. def getBuilder (): DocumentBuilder

    Definition Classes
    Processor
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def getMarkupLanguage (): MarkupLanguage

    Definition Classes
    Processor
  21. def getParser (): MarkupParser

    Definition Classes
    Processor
  22. def getState (): ContentState

    Definition Classes
    Processor
  23. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  24. def isClosed (): Boolean

    Definition Classes
    Block
  25. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  26. var matcher : Matcher

  27. val name : String

  28. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  29. var nesting : Boolean

  30. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  32. def processLine (arg0: String, arg1: Int): Int

    Definition Classes
    Block
  33. def processLineContent (line: String, ofs: Int): Int

    Definition Classes
    AbstractNestedBlock → Block
  34. def setClosed (closed: Boolean): Unit

    Definition Classes
    AbstractNestedBlock → Block
  35. def setOption (arg0: String): Unit

    Attributes
    protected[block]
    Definition Classes
    ParameterizedBlock
  36. def setOptions (arg0: String): Unit

    Definition Classes
    ParameterizedBlock
  37. def setParser (arg0: MarkupParser): Unit

    Definition Classes
    Processor
  38. def setState (arg0: ContentState): Unit

    Definition Classes
    Processor
  39. var startPattern : Pattern

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

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

    Definition Classes
    AnyRef → Any
  42. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any