C# 클래스 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
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
method System.Reflection.MethodInfo
methodobject SnowballProgram
result int
s char[]
s_size int
substring_i int

공개 메소드들

메소드 설명
Among ( string s, int substring_i, int result, string methodname, SnowballProgram methodobject ) : System

메소드 상세

Among() 공개 메소드

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
리턴 System

프로퍼티 상세

method 공개적으로 프로퍼티

public MethodInfo,System.Reflection method
리턴 System.Reflection.MethodInfo

methodobject 공개적으로 프로퍼티

public SnowballProgram methodobject
리턴 SnowballProgram

result 공개적으로 프로퍼티

public int result
리턴 int

s 공개적으로 프로퍼티

public char[] s
리턴 char[]

s_size 공개적으로 프로퍼티

public int s_size
리턴 int

substring_i 공개적으로 프로퍼티

public int substring_i
리턴 int