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 void
jump()
char
peek(int ahead)
-
-
-
Method Detail
-
peek
public char peek(int ahead)
- Specified by:
peek
in interfaceCharInspector
-
jump
public void jump()
- Specified by:
jump
in interfaceCharInspector
-
-