Class

org.tartarus.snowball

SnowballProgram

Related Doc: package snowball

Permalink

class SnowballProgram extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnowballProgram
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SnowballProgram()

    Permalink
    Attributes
    protected[org.tartarus.snowball]

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def assign_to(s: StringBuilder): StringBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  20. def hashCode(): Int

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

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

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

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

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

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

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

    Permalink
  37. def slice_check(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped