public class SnowballProgram extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
bra |
protected StringBuffer |
current |
protected int |
cursor |
protected int |
ket |
protected int |
limit |
protected int |
limit_backward |
Modifier | Constructor and Description |
---|---|
protected |
SnowballProgram() |
Modifier and Type | Method and Description |
---|---|
protected StringBuffer |
assign_to(StringBuffer s) |
protected StringBuilder |
assign_to(StringBuilder s) |
protected void |
copy_from(SnowballProgram other) |
protected boolean |
eq_s_b(int s_size,
String s) |
protected boolean |
eq_s(int s_size,
String s) |
protected boolean |
eq_v_b(CharSequence s) |
protected boolean |
eq_v(CharSequence s) |
protected int |
find_among_b(Among[] v,
int v_size) |
protected int |
find_among(Among[] v,
int v_size) |
String |
getCurrent()
Get the current string.
|
protected boolean |
in_grouping_b(char[] s,
int min,
int max) |
protected boolean |
in_grouping(char[] s,
int min,
int max) |
protected boolean |
in_range_b(int min,
int max) |
protected boolean |
in_range(int min,
int max) |
protected void |
insert(int c_bra,
int c_ket,
CharSequence s) |
protected void |
insert(int c_bra,
int c_ket,
String s) |
protected boolean |
out_grouping_b(char[] s,
int min,
int max) |
protected boolean |
out_grouping(char[] s,
int min,
int max) |
protected boolean |
out_range_b(int min,
int max) |
protected boolean |
out_range(int min,
int max) |
protected int |
replace_s(int c_bra,
int c_ket,
String s) |
void |
setCurrent(String value)
Set the current string.
|
protected void |
slice_check() |
protected void |
slice_del() |
protected void |
slice_from(CharSequence s) |
protected void |
slice_from(String s) |
protected StringBuffer |
slice_to(StringBuffer s) |
protected StringBuilder |
slice_to(StringBuilder s) |
protected StringBuffer current
protected int cursor
protected int limit
protected int limit_backward
protected int bra
protected int ket
public void setCurrent(String value)
public String getCurrent()
protected void copy_from(SnowballProgram other)
protected boolean in_grouping(char[] s, int min, int max)
protected boolean in_grouping_b(char[] s, int min, int max)
protected boolean out_grouping(char[] s, int min, int max)
protected boolean out_grouping_b(char[] s, int min, int max)
protected boolean in_range(int min, int max)
protected boolean in_range_b(int min, int max)
protected boolean out_range(int min, int max)
protected boolean out_range_b(int min, int max)
protected boolean eq_s(int s_size, String s)
protected boolean eq_s_b(int s_size, String s)
protected boolean eq_v(CharSequence s)
protected boolean eq_v_b(CharSequence s)
protected int find_among(Among[] v, int v_size)
protected int find_among_b(Among[] v, int v_size)
protected int replace_s(int c_bra, int c_ket, String s)
protected void slice_check()
protected void slice_from(String s)
protected void slice_from(CharSequence s)
protected void slice_del()
protected void insert(int c_bra, int c_ket, String s)
protected void insert(int c_bra, int c_ket, CharSequence s)
protected StringBuffer slice_to(StringBuffer s)
protected StringBuilder slice_to(StringBuilder s)
protected StringBuffer assign_to(StringBuffer s)
protected StringBuilder assign_to(StringBuilder s)
Copyright © 2012. All Rights Reserved.