Package games.stendhal.common.parser
Class JokerExprMatcher
java.lang.Object
games.stendhal.common.parser.ExpressionMatcher
games.stendhal.common.parser.JokerExprMatcher
JokerExprMatcher creates an ExpressionMatcher for joker matching. This mode uses the
Expression.sentenceMatchExpression() function of sentence matching, which chooses automatically
between word and type matching.
- Author:
- Martin Fuchs
-
Field Summary
Fields inherited from class games.stendhal.common.parser.ExpressionMatcher
caseInsensitive, exactMatching, jokerMatching, PM_SEPARATOR, similarMatching, typeMatching
-
Constructor Summary
-
Method Summary
Methods inherited from class games.stendhal.common.parser.ExpressionMatcher
clear, equals, getExactMatching, getSimilarMatching, getTypeMatching, hashCode, isAnyFlagSet, isCaseInsensitive, isEmpty, isJokerMatching, match, readMatchingFlags, setCaseInsensitive, setExactMatching, setJokerMatching, setSimilarMatching, setTypeMatching, toString
-
Constructor Details
-
JokerExprMatcher
public JokerExprMatcher()
-