org.webmacro.engine
Class BlockBuilder.BBIterator

java.lang.Object
  |
  +--org.webmacro.engine.BlockBuilder.BBIterator
All Implemented Interfaces:
BlockBuilder.BlockIterator, java.util.Iterator
Enclosing class:
BlockBuilder

public class BlockBuilder.BBIterator
extends java.lang.Object
implements BlockBuilder.BlockIterator


Constructor Summary
BlockBuilder.BBIterator()
           
 
Method Summary
 int getColNo()
           
 int getLineNo()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockBuilder.BBIterator

public BlockBuilder.BBIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

getLineNo

public int getLineNo()
Specified by:
getLineNo in interface BlockBuilder.BlockIterator

getColNo

public int getColNo()
Specified by:
getColNo in interface BlockBuilder.BlockIterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator