-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.CharMatcher,icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Matcher
public class CharMatchers.LetterOrDigitMatcher extends AbstractCharMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParamspublic final static CharMatchers.LetterOrDigitMatcherINSTANCE
-
Method Summary
Modifier and Type Method Description Booleanmatches(Character value)判断指定的值是否匹配。 StringgetComponentId()Map<String, Object>getComponentParams()-
Methods inherited from class icu.windea.breezeframework.core.component.CharMatchers.LetterOrDigitMatcher
equals, hashCode, toString -
Methods inherited from class icu.windea.breezeframework.core.component.AbstractCharMatcher
collapse, componentCopy, remove, retain -
Methods inherited from class icu.windea.breezeframework.core.component.Matcher
componentEquals, componentHashcode, componentToString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getComponentId
String getComponentId()
-
getComponentParams
Map<String, Object> getComponentParams()
-
-
-
-