|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.xml.NodeBase
com.aptana.ide.parsing.matcher.AbstractLexemeMatcher
public abstract class AbstractLexemeMatcher
| Field Summary | |
|---|---|
protected IParseNode |
result
result |
| Fields inherited from class com.aptana.xml.NodeBase |
|---|
EMPTY_STRING |
| Constructor Summary | |
|---|---|
AbstractLexemeMatcher()
AbstractLexemeMatcher |
|
| Method Summary | |
|---|---|
protected void |
accept(Lexeme[] lexemes,
int startingIndex,
int endingIndex)
accept |
protected void |
addAttribute(java.lang.String name,
java.lang.String value)
addAttribute |
protected void |
addChildParseNode(IParseNode childParseNode)
addChildNode |
abstract void |
addChildTypes()
addChildTypes |
protected void |
addTypesToMap(IEnumerationMap indexMap)
addTypesToMap |
java.lang.String |
getNode()
getNode |
ParserMatcher |
getOwningParser()
getOwningParser |
IParseNode |
getParseResults()
getParseResults |
protected void |
reset()
reset |
void |
setNode(java.lang.String node)
setNode |
| Methods inherited from class com.aptana.xml.NodeBase |
|---|
addChildType, appendChild, appendText, compareTo, getChild, getChildCount, getColumnNumber, getDocument, getLineNumber, getParent, getText, removeChild, removeChildType, setColumnNumber, setLineNumber, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.aptana.ide.parsing.matcher.ILexemeMatcher |
|---|
match |
| Field Detail |
|---|
protected IParseNode result
| Constructor Detail |
|---|
public AbstractLexemeMatcher()
| Method Detail |
|---|
protected void accept(Lexeme[] lexemes,
int startingIndex,
int endingIndex)
lexemes - startingIndex - endingIndex -
protected void addAttribute(java.lang.String name,
java.lang.String value)
name - value - protected void addChildParseNode(IParseNode childParseNode)
childParseNode - public abstract void addChildTypes()
protected void addTypesToMap(IEnumerationMap indexMap)
indexMap - protected void reset()
public java.lang.String getNode()
public ParserMatcher getOwningParser()
public IParseNode getParseResults()
ILexemeMatcher
getParseResults in interface ILexemeMatcherILexemeMatcher.getParseResults()public void setNode(java.lang.String node)
node -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||