com.aptana.ide.editor.js.parsing.nodes
Class JSBinaryOperatorAssignNode

java.lang.Object
  extended by com.aptana.ide.parsing.nodes.ParseNodeBase
      extended by com.aptana.ide.editor.js.parsing.nodes.JSParseNode
          extended by com.aptana.ide.editor.js.parsing.nodes.JSBinaryOperatorNode
              extended by com.aptana.ide.editor.js.parsing.nodes.JSBinaryOperatorAssignNode
All Implemented Interfaces:
IRange, IParseNode

public class JSBinaryOperatorAssignNode
extends JSBinaryOperatorNode

Author:
Kevin Lindsey

Constructor Summary
JSBinaryOperatorAssignNode(int typeIndex, Lexeme startLexeme)
          JSBinaryOperatorAssignNode
 
Method Summary
 void getSource(SourceWriter writer)
          getSource
 
Methods inherited from class com.aptana.ide.editor.js.parsing.nodes.JSParseNode
getIncludesSemicolon, getName, 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

JSBinaryOperatorAssignNode

public JSBinaryOperatorAssignNode(int typeIndex,
                                  Lexeme startLexeme)
JSBinaryOperatorAssignNode

Parameters:
typeIndex -
startLexeme -
Method Detail

getSource

public void getSource(SourceWriter writer)
Description copied from interface: IParseNode
getSource

Specified by:
getSource in interface IParseNode
Overrides:
getSource in class JSBinaryOperatorNode
See Also:
JSParseNode.getSource(com.aptana.ide.io.SourceWriter)