Interface CodeIterator
-
- All Known Implementing Classes:
AbstractCodeIterator,CodeIteratorAffectation,CodeIteratorForeach,CodeIteratorIf,CodeIteratorImpl,CodeIteratorInnerComment,CodeIteratorLegacyDefine,CodeIteratorLongComment,CodeIteratorProcedure,CodeIteratorReturnFunction,CodeIteratorShortComment,CodeIteratorSub,CodeIteratorWhile
public interface CodeIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodePositiongetCodePosition()voidjumpToCodePosition(CodePosition newPosition)voidnext()StringLocatedpeek()
-
-
-
Method Detail
-
peek
StringLocated peek() throws EaterException, EaterExceptionLocated
- Throws:
EaterExceptionEaterExceptionLocated
-
next
void next() throws EaterException, EaterExceptionLocated
- Throws:
EaterExceptionEaterExceptionLocated
-
getCodePosition
CodePosition getCodePosition()
-
jumpToCodePosition
void jumpToCodePosition(CodePosition newPosition) throws EaterException
- Throws:
EaterException
-
-