|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.lexer.matcher.MatcherMap
public class MatcherMap
| Constructor Summary | |
|---|---|
MatcherMap()
MatcherMap |
|
| Method Summary | |
|---|---|
void |
addCharacterMatcher(char c,
ITextMatcher matcher)
addMatcher |
void |
addDigitMatcher(ITextMatcher matcher)
addDigitMatcher |
void |
addLetterMatcher(ITextMatcher matcher)
addLetterMatcher |
void |
addNegatedCharacterMatcher(char c,
ITextMatcher matcher)
addNegatedCharacterMatcher |
void |
addNegatedDigitMatcher(ITextMatcher matcher)
addNegatedDigitMatcher |
void |
addNegatedLetterMatcher(ITextMatcher matcher)
addNegatedLetterMatcher |
void |
addNegatedWhitespaceMatcher(ITextMatcher matcher)
addNegatedWhitespaceMatcher |
void |
addUncategorizedMatcher(ITextMatcher matcher)
addUncategorizedMatcher |
void |
addWhitespaceMatcher(ITextMatcher matcher)
addWhitespaceMatcher |
ITextMatcher[] |
getMatchers(char c)
getMatchers |
ITextMatcher[] |
getUncategorizedMatchers()
getUncategorizedMatchers |
boolean |
hasUncategorizedMatchers()
hasUncategorizedMatchers |
void |
setSealed()
setSealed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatcherMap()
| Method Detail |
|---|
public void addCharacterMatcher(char c,
ITextMatcher matcher)
c - matcher - public void addDigitMatcher(ITextMatcher matcher)
matcher - public void addLetterMatcher(ITextMatcher matcher)
matcher -
public void addNegatedCharacterMatcher(char c,
ITextMatcher matcher)
c - matcher - public void addNegatedDigitMatcher(ITextMatcher matcher)
matcher - public void addNegatedLetterMatcher(ITextMatcher matcher)
matcher - public void addNegatedWhitespaceMatcher(ITextMatcher matcher)
matcher - public void addUncategorizedMatcher(ITextMatcher matcher)
matcher - public void addWhitespaceMatcher(ITextMatcher matcher)
matcher - public ITextMatcher[] getMatchers(char c)
c -
public ITextMatcher[] getUncategorizedMatchers()
public boolean hasUncategorizedMatchers()
public void setSealed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||