-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.Matcher,icu.windea.breezeframework.core.component.StringMatcher
public abstract class AbstractStringMatcher implements StringMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcomponentIdprivate final Map<String, Object>componentParams
-
Constructor Summary
Constructors Constructor Description AbstractStringMatcher()
-
Method Summary
Modifier and Type Method Description StringgetComponentId()Map<String, Object>getComponentParams()Booleanequals(Object other)IntegerhashCode()StringtoString()-
Methods inherited from class icu.windea.breezeframework.core.component.AbstractStringMatcher
componentCopy -
Methods inherited from class icu.windea.breezeframework.core.component.StringMatcher
matches -
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
-
-