org.apache.activemq.apollo.selector.strict

SimpleCharStream

class SimpleCharStream extends AnyRef

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

Instance Constructors

  1. new SimpleCharStream(dstream: InputStream)

  2. new SimpleCharStream(dstream: InputStream, encoding: String)

  3. new SimpleCharStream(dstream: InputStream, startline: Int, startcolumn: Int)

  4. new SimpleCharStream(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int)

  5. new SimpleCharStream(dstream: InputStream, startline: Int, startcolumn: Int, buffersize: Int)

  6. new SimpleCharStream(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int, buffersize: Int)

  7. new SimpleCharStream(dstream: Reader)

  8. new SimpleCharStream(dstream: Reader, startline: Int, startcolumn: Int)

  9. new SimpleCharStream(dstream: Reader, startline: Int, startcolumn: Int, buffersize: Int)

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 BeginToken(): Char

  7. def Done(): Unit

  8. def ExpandBuff(wrapAround: Boolean): Unit

  9. def FillBuff(): Unit

  10. def GetImage(): String

  11. def GetSuffix(len: Int): Array[Char]

  12. def ReInit(dstream: InputStream, startline: Int, startcolumn: Int): Unit

  13. def ReInit(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int): Unit

  14. def ReInit(dstream: InputStream): Unit

  15. def ReInit(dstream: InputStream, encoding: String): Unit

  16. def ReInit(dstream: InputStream, startline: Int, startcolumn: Int, buffersize: Int): Unit

  17. def ReInit(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int, buffersize: Int): Unit

  18. def ReInit(dstream: Reader): Unit

  19. def ReInit(dstream: Reader, startline: Int, startcolumn: Int): Unit

  20. def ReInit(dstream: Reader, startline: Int, startcolumn: Int, buffersize: Int): Unit

  21. def UpdateLineColumn(c: Char): Unit

  22. def adjustBeginLineColumn(newLine: Int, newCol: Int): Unit

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def backup(amount: Int): Unit

  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def getBeginColumn(): Int

  30. def getBeginLine(): Int

  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. def getColumn(): Int

  33. def getEndColumn(): Int

  34. def getEndLine(): Int

  35. def getLine(): Int

  36. def getTabSize(i: Int): Int

  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  40. final def notify(): Unit

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

    Definition Classes
    AnyRef
  42. def readChar(): Char

  43. def setTabSize(i: Int): Unit

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped