Class CodeIteratorAffectation
- java.lang.Object
-
- net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
-
- net.sourceforge.plantuml.tim.iterator.CodeIteratorAffectation
-
- All Implemented Interfaces:
CodeIterator
public class CodeIteratorAffectation extends AbstractCodeIterator
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
source
-
-
Constructor Summary
Constructors Constructor Description CodeIteratorAffectation(CodeIterator source, TContext context, TMemory memory, List<StringLocated> log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringLocated
peek()
-
Methods inherited from class net.sourceforge.plantuml.tim.iterator.AbstractCodeIterator
getCodePosition, jumpToCodePosition, next
-
-
-
-
Constructor Detail
-
CodeIteratorAffectation
public CodeIteratorAffectation(CodeIterator source, TContext context, TMemory memory, List<StringLocated> log)
-
-
Method Detail
-
peek
public StringLocated peek() throws EaterException, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
-