public abstract class StringTerm extends SearchTerm
修飾子と型 | フィールドと説明 |
---|---|
protected boolean | ignoreCase 比較するときに大文字と小文字を無視しますか? |
protected StringSE | pattern パターン。 |
修飾子 | コンストラクターと説明 |
---|---|
protected | StringTerm(StringSE pattern) 指定されたパターンで StringTerm を作成します。 |
protected | StringTerm(StringSE pattern, boolean ignoreCase) 指定されたパターンと ignoreCase フラグを使用して StringTerm を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean | equals(ObjectSE obj) 等価の比較。 |
boolean | getIgnoreCase() 照合時に大文字と小文字を区別しない場合は true を返します。 |
StringSE | getPattern() 一致する文字列を返します。 |
int | hashCode() このオブジェクトの hashCode を計算します。 |
protected boolean | match(StringSE s) |
match
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected StringSE pattern
protected boolean ignoreCase
protected StringTerm(StringSE pattern)
pattern
- パターン protected StringTerm(StringSE pattern, boolean ignoreCase)
pattern
- パターン ignoreCase
- ケースを無視する必要がありますか? public StringSE getPattern()
public boolean getIgnoreCase()
protected boolean match(StringSE s)
public int hashCode()
ObjectSE
の hashCodeSE
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.