public class NoopLexerMatcher extends AbstractLeafLexerMatcher
LexerMatcher.Priority
Constructor and Description |
---|
NoopLexerMatcher() |
NoopLexerMatcher(int weight) |
Modifier and Type | Method and Description |
---|---|
Matcher |
getMatcher(LexerParser parser) |
int |
getWeight() |
protected boolean |
internalLeafEquals(AbstractLeafLexerMatcher obj) |
protected int |
internalLeafHashCode() |
void |
setWeight(int weight) |
getFollowingChar, getFollowingCharPattern, getPreviousChar, getPreviousCharPattern, internalEquals, internalHashCode, isSkipMatchText, isSkipSpacesBeforeMatch, setFollowingChar, setPreviousChar, setSkipMatchText, setSkipSpacesBeforeMatch
equals, getDslDoc, getListener, getListenerClass, getMatcherAutoCompleteConfiguration, getPriority, hashCode, isExclusionHierarchyBreaker, setDslDoc, setExclusionHierarchyBreaker, setListenerClass, setMatcherAutoCompleteConfiguration, setPriority
public NoopLexerMatcher()
public NoopLexerMatcher(int weight)
public Matcher getMatcher(LexerParser parser)
public int getWeight()
public void setWeight(int weight)
protected int internalLeafHashCode()
internalLeafHashCode
in class AbstractLeafLexerMatcher
protected boolean internalLeafEquals(AbstractLeafLexerMatcher obj)
internalLeafEquals
in class AbstractLeafLexerMatcher