(Inital implementation)
- Version:
- $Revision: 1.6 $ ($Author: vlads $) $Date: 2004/12/08 19:37:26 $
- Author:
- vlads
Field Summary |
protected static boolean |
debug
conditional compilation
set to false to allow compiler to identify and eliminate
unreachable code |
static int |
MATCH_EXACT
|
static int |
MATCH_EXCLUDE
|
static int |
MATCH_NO
|
static int |
MATCH_YES
|
java.lang.String |
name
a name use for debuging complex lists. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MATCH_EXCLUDE
public static final int MATCH_EXCLUDE
- See Also:
- Constant Field Values
MATCH_NO
public static final int MATCH_NO
- See Also:
- Constant Field Values
MATCH_YES
public static final int MATCH_YES
- See Also:
- Constant Field Values
MATCH_EXACT
public static final int MATCH_EXACT
- See Also:
- Constant Field Values
debug
protected static final boolean debug
- conditional compilation
set to false to allow compiler to identify and eliminate
unreachable code
- See Also:
- Constant Field Values
name
public java.lang.String name
- a name use for debuging complex lists.
MatchFilter
public MatchFilter()
matchState
public abstract int matchState(java.lang.Object obj)
notMatch
public int notMatch(int state)
b2Match
public int b2Match(boolean isMatch)
isMatch
public boolean isMatch(int state)
debug
public abstract void debug()
match2String
public java.lang.String match2String(int state)
Copyright © 2004 sourceforge. All Rights Reserved.