Class

org.fusesource.scalate.wikitext

AbstractNestedBlock

Related Doc: package wikitext

Permalink

abstract class AbstractNestedBlock extends ParameterizedBlock

Source
HtmlBlocks.scala
Linear Supertypes
ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractNestedBlock
  2. ParameterizedBlock
  3. Block
  4. Processor
  5. Cloneable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractNestedBlock(name: String)

    Permalink

Abstract Value Members

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

    Permalink
    Attributes
    protected[org.eclipse.mylyn.internal.wikitext.confluence.core.block]
    Definition Classes
    ParameterizedBlock

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to any2stringadd[AbstractNestedBlock] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AbstractNestedBlock, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to ArrowAssoc[AbstractNestedBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def beginBlock(): Unit

    Permalink
  8. def beginNesting(): Boolean

    Permalink
    Definition Classes
    AbstractNestedBlock → Block
  9. var blockLineCount: Int

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

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

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

    Permalink
  13. var endPattern: Pattern

    Permalink
  14. def ensuring(cond: (AbstractNestedBlock) ⇒ Boolean, msg: ⇒ Any): AbstractNestedBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to Ensuring[AbstractNestedBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (AbstractNestedBlock) ⇒ Boolean): AbstractNestedBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to Ensuring[AbstractNestedBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): AbstractNestedBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to Ensuring[AbstractNestedBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): AbstractNestedBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to Ensuring[AbstractNestedBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findCloseOffset(line: String, lineOffset: Int): Int

    Permalink
    Definition Classes
    AbstractNestedBlock → Block
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to StringFormat[AbstractNestedBlock] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def getBuilder(): DocumentBuilder

    Permalink
    Definition Classes
    Processor
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getMarkupLanguage(): MarkupLanguage

    Permalink
    Definition Classes
    Processor
  26. def getParser(): MarkupParser

    Permalink
    Definition Classes
    Processor
  27. def getState(): ContentState

    Permalink
    Definition Classes
    Processor
  28. def hashCode(): Int

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

    Permalink
    Definition Classes
    Block
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. var matcher: Matcher

    Permalink
  32. val name: String

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. var nesting: Boolean

    Permalink
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def processLine(arg0: String, arg1: Int): Int

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

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

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

    Permalink
    Attributes
    protected[org.eclipse.mylyn.internal.wikitext.confluence.core.block]
    Definition Classes
    ParameterizedBlock
  41. def setOptions(arg0: String): Unit

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

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

    Permalink
    Definition Classes
    Processor
  44. var startPattern: Pattern

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

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (AbstractNestedBlock, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AbstractNestedBlock to ArrowAssoc[AbstractNestedBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AbstractNestedBlock to any2stringadd[AbstractNestedBlock]

Inherited by implicit conversion StringFormat from AbstractNestedBlock to StringFormat[AbstractNestedBlock]

Inherited by implicit conversion Ensuring from AbstractNestedBlock to Ensuring[AbstractNestedBlock]

Inherited by implicit conversion ArrowAssoc from AbstractNestedBlock to ArrowAssoc[AbstractNestedBlock]

Ungrouped