|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.parsing.nodes.ParseNodeBase
com.aptana.ide.editor.js.parsing.nodes.JSParseNode
com.aptana.ide.editor.js.parsing.nodes.JSFunctionNode
public class JSFunctionNode
| Constructor Summary | |
|---|---|
JSFunctionNode(Lexeme startLexeme)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFunctionName()
getFunctionName |
java.lang.String[] |
getParams()
|
java.lang.String |
getSignature()
getSignature |
boolean |
hasFunctionName()
Determine if this function has a name |
void |
setParams(java.lang.String[] params)
|
| Methods inherited from class com.aptana.ide.editor.js.parsing.nodes.JSParseNode |
|---|
getIncludesSemicolon, getName, getSource, isEmpty, setIncludesSemicolon |
| Methods inherited from class com.aptana.ide.parsing.nodes.ParseNodeBase |
|---|
appendChild, containsOffset, createAttribute, getAttribute, getAttributeNode, getAttributes, getChild, getChildCount, getChildIndex, getChildren, getEndingLexeme, getEndingOffset, getLanguage, getLength, getNodeAtOffset, getParent, getRootNode, getSource, getStartingLexeme, getStartingOffset, getText, getType, getTypeIndex, getXML, getXML, hasAttribute, hasAttributes, hasChildren, setAttribute, setEndingLexeme, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSFunctionNode(Lexeme startLexeme)
startLexeme - | Method Detail |
|---|
public java.lang.String getFunctionName()
public java.lang.String[] getParams()
public java.lang.String getSignature()
public boolean hasFunctionName()
public void setParams(java.lang.String[] params)
params - The params to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||