getCurrentNode method

dynamic getCurrentNode()

Implementation

getCurrentNode() {

	return this.nodeStack[ this.currentIndent - 1 ];

}