org.apache.activemq.apollo.selector

SimpleCharStream

class SimpleCharStream extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SimpleCharStream
  2. AnyRef
  3. Any
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. 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 BeginToken (): Char

  7. def Done (): Unit

  8. def ExpandBuff (wrapAround: Boolean): Unit

    Attributes
    protected[selector]
  9. def FillBuff (): Unit

    Attributes
    protected[selector]
  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

    Attributes
    protected[selector]
  22. def adjustBeginLineColumn (newLine: Int, newCol: Int): Unit

  23. def asInstanceOf [T0] : T0

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

  25. def clone (): AnyRef

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

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

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

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

  30. def getBeginLine (): Int

  31. def getClass (): java.lang.Class[_]

    Attributes
    final
    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

    Attributes
    protected[selector]
  37. def hashCode (): Int

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  42. def readChar (): Char

  43. def setTabSize (i: Int): Unit

    Attributes
    protected[selector]
  44. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any