getPrevNode method

dynamic getPrevNode()

Implementation

getPrevNode() {

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

}