|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.parsing.nodes.ParseNodeFactory
com.aptana.ide.editor.html.parsing.nodes.HTMLParseNodeFactory
public class HTMLParseNodeFactory
| Field Summary |
|---|
| Fields inherited from class com.aptana.ide.parsing.nodes.ParseNodeFactory |
|---|
_owningParseState |
| Constructor Summary | |
|---|---|
HTMLParseNodeFactory(IParseState owningParseState)
|
|
| Method Summary | |
|---|---|
IParseNode |
createParseNode(int nodeType,
Lexeme startingLexeme)
Create a new instance of a parse node of the given type |
IParseNode |
createRootNode()
Create a root node for this language. |
| Methods inherited from class com.aptana.ide.parsing.nodes.ParseNodeFactory |
|---|
getOwningParseState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLParseNodeFactory(IParseState owningParseState)
owningParseState - | Method Detail |
|---|
public IParseNode createParseNode(int nodeType,
Lexeme startingLexeme)
IParseNodeFactory
nodeType - The unique integer value of the type of node to create. Typically, string overloaded version of this
method will calculate the node type index and call this method.startingLexeme - The lexeme that starts this node
IParseNodeFactory.createParseNode(int, com.aptana.ide.lexer.Lexeme)public IParseNode createRootNode()
IParseNodeFactory
createRootNode in interface IParseNodeFactorycreateRootNode in class ParseNodeFactoryParseNodeFactory.createRootNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||