org.tartarus.snowball

SnowballProgram

class SnowballProgram extends AnyRef

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

Instance Constructors

  1. new SnowballProgram()

    Attributes
    protected[org.tartarus.snowball]

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def assign_to(s: StringBuilder): StringBuilder

    Attributes
    protected[org.tartarus.snowball]
  8. def assign_to(s: StringBuffer): StringBuffer

    Attributes
    protected[org.tartarus.snowball]
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def copy_from(other: SnowballProgram): Unit

    Attributes
    protected[org.tartarus.snowball]
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def eq_s(s_size: Int, s: String): Boolean

    Attributes
    protected[org.tartarus.snowball]
  13. def eq_s_b(s_size: Int, s: String): Boolean

    Attributes
    protected[org.tartarus.snowball]
  14. def eq_v(s: CharSequence): Boolean

    Attributes
    protected[org.tartarus.snowball]
  15. def eq_v_b(s: CharSequence): Boolean

    Attributes
    protected[org.tartarus.snowball]
  16. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def find_among(v: Array[Among], v_size: Int): Int

    Attributes
    protected[org.tartarus.snowball]
  19. def find_among_b(v: Array[Among], v_size: Int): Int

    Attributes
    protected[org.tartarus.snowball]
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getCurrent(): String

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def in_grouping(s: Array[Char], min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  24. def in_grouping_b(s: Array[Char], min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  25. def in_range(min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  26. def in_range_b(min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  27. def insert(c_bra: Int, c_ket: Int, s: CharSequence): Unit

    Attributes
    protected[org.tartarus.snowball]
  28. def insert(c_bra: Int, c_ket: Int, s: String): Unit

    Attributes
    protected[org.tartarus.snowball]
  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  33. def out_grouping(s: Array[Char], min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  34. def out_grouping_b(s: Array[Char], min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  35. def out_range(min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  36. def out_range_b(min: Int, max: Int): Boolean

    Attributes
    protected[org.tartarus.snowball]
  37. def replace_s(c_bra: Int, c_ket: Int, s: String): Int

    Attributes
    protected[org.tartarus.snowball]
  38. def setCurrent(value: String): Unit

  39. def slice_check(): Unit

    Attributes
    protected[org.tartarus.snowball]
  40. def slice_del(): Unit

    Attributes
    protected[org.tartarus.snowball]
  41. def slice_from(s: CharSequence): Unit

    Attributes
    protected[org.tartarus.snowball]
  42. def slice_from(s: String): Unit

    Attributes
    protected[org.tartarus.snowball]
  43. def slice_to(s: StringBuilder): StringBuilder

    Attributes
    protected[org.tartarus.snowball]
  44. def slice_to(s: StringBuffer): StringBuffer

    Attributes
    protected[org.tartarus.snowball]
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped