org.guiceex.matcher
クラス RegexMatcher
java.lang.Object
org.guiceex.matcher.RegexMatcher
- すべての実装されたインタフェース:
- Matcher
public class RegexMatcher
- extends Object
- implements Matcher
- 作成者:
- matu◆AliceLAklI
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexMatcher
public RegexMatcher(String regex)
and
public Matcher and(Matcher other)
- 定義:
- インタフェース
Matcher
内の and
matches
public boolean matches(Object t)
- 定義:
- インタフェース
Matcher
内の matches
or
public Matcher or(Matcher other)
- 定義:
- インタフェース
Matcher
内の or
Copyright © 2007. All Rights Reserved.