C# Class Lucene.Net.Tartarus.Snowball.Among

This is the rev 502 of the Snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class. refactored StringBuffers to StringBuilder uses char[] as buffer instead of StringBuffer/StringBuilder eq_s,eq_s_b,insert,replace_s take CharSequence like eq_v and eq_v_b reflection calls (Lovins, etc) use EMPTY_ARGS/EMPTY_PARAMS
Mostra file Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
method System.Reflection.MethodInfo
methodobject SnowballProgram
result int
s char[]
s_size int
substring_i int

Public Methods

Method Description
Among ( string s, int substring_i, int result, string methodname, SnowballProgram methodobject ) : System

Method Details

Among() public method

public Among ( string s, int substring_i, int result, string methodname, SnowballProgram methodobject ) : System
s string
substring_i int
result int
methodname string
methodobject SnowballProgram
return System

Property Details

method public_oe property

public MethodInfo,System.Reflection method
return System.Reflection.MethodInfo

methodobject public_oe property

public SnowballProgram methodobject
return SnowballProgram

result public_oe property

public int result
return int

s public_oe property

public char[] s
return char[]

s_size public_oe property

public int s_size
return int

substring_i public_oe property

public int substring_i
return int