Class CodeIteratorSub
- java.lang.Object
-
- net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
-
- net.sourceforge.plantuml.tim.iterator.CodeIteratorSub
-
- All Implemented Interfaces:
CodeIterator
public class CodeIteratorSub extends AbstractCodeIterator
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
source
-
-
Constructor Summary
Constructors Constructor Description CodeIteratorSub(CodeIterator source, Map<String,Sub> subs, TContext context, TMemory memory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Sub>
getSubs()
void
next()
StringLocated
peek()
-
Methods inherited from class net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
getCodePosition, jumpToCodePosition
-
-
-
-
Method Detail
-
peek
public StringLocated peek() throws EaterException, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
next
public void next() throws EaterException, EaterExceptionLocated
- Specified by:
next
in interfaceCodeIterator
- Overrides:
next
in classAbstractCodeIterator
- Throws:
EaterException
EaterExceptionLocated
-
-