Class CodeIteratorSub
java.lang.Object
net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
net.sourceforge.plantuml.tim.iterator.CodeIteratorSub
- All Implemented Interfaces:
CodeIterator
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
source
-
Constructor Summary
ConstructorsConstructorDescriptionCodeIteratorSub
(CodeIterator source, java.util.Map<java.lang.String, Sub> subs, TContext context, TMemory memory) -
Method Summary
Methods inherited from class net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
getCodePosition, jumpToCodePosition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CodeIteratorSub
public CodeIteratorSub(CodeIterator source, java.util.Map<java.lang.String, Sub> subs, TContext context, TMemory memory)
-
-
Method Details
-
getSubs
-
peek
- Throws:
EaterException
EaterExceptionLocated
-
next
- Specified by:
next
in interfaceCodeIterator
- Overrides:
next
in classAbstractCodeIterator
- Throws:
EaterException
EaterExceptionLocated
-