Interface CodeIterator
- All Known Implementing Classes:
AbstractCodeIterator,CodeIteratorAffectation,CodeIteratorForeach,CodeIteratorIf,CodeIteratorImpl,CodeIteratorInnerComment,CodeIteratorLegacyDefine,CodeIteratorLongComment,CodeIteratorProcedure,CodeIteratorReturnFunction,CodeIteratorShortComment,CodeIteratorSub,CodeIteratorWhile
public interface CodeIterator
-
Method Summary
Modifier and TypeMethodDescriptionvoidjumpToCodePosition(CodePosition newPosition, StringLocated location) voidnext()peek()
-
Method Details
-
peek
- Throws:
EaterException
-
next
- Throws:
EaterException
-
getCodePosition
CodePosition getCodePosition() -
jumpToCodePosition
- Throws:
EaterException
-