Class PositionTracker
- java.lang.Object
-
- migratedb.v1.core.internal.parser.PositionTracker
-
public class PositionTracker extends Object
-
-
Constructor Summary
Constructors Constructor Description PositionTracker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcarriageReturn()intgetCol()intgetColIgnoringWhitespace()intgetLine()intgetPos()voidlinefeed()voidmark()voidnextCol()voidnextColIgnoringWhitespace()voidnextPos()voidreset()
-
-
-
Method Detail
-
getPos
public int getPos()
-
getLine
public int getLine()
-
getCol
public int getCol()
-
getColIgnoringWhitespace
public int getColIgnoringWhitespace()
-
nextPos
public void nextPos()
-
nextCol
public void nextCol()
-
nextColIgnoringWhitespace
public void nextColIgnoringWhitespace()
-
linefeed
public void linefeed()
-
carriageReturn
public void carriageReturn()
-
mark
public void mark()
-
reset
public void reset()
-
-