ClipLoop constructor
ClipLoop()
Implementation
ClipLoop(){
_beforeLoop = null;
_curLoop = this;
_loopType = typeBase;
_top = null;
_end = null;
_cur = null;
_getFlag = false;
_breakFlag = false;
_contFlag = false;
_endType = List.filled( 16, 0 );
_endCnt = 0;
}