Package net.sourceforge.plantuml.utils
Class CharInspectorImpl
- java.lang.Object
-
- net.sourceforge.plantuml.utils.CharInspectorImpl
-
- All Implemented Interfaces:
CharInspector
public class CharInspectorImpl extends java.lang.Object implements CharInspector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidjump()charpeek(int ahead)
-
-
-
Method Detail
-
peek
public char peek(int ahead)
- Specified by:
peekin interfaceCharInspector
-
jump
public void jump()
- Specified by:
jumpin interfaceCharInspector
-
-