Package com.fizzed.rocker.model
Class SourcePosition
- java.lang.Object
-
- com.fizzed.rocker.model.SourcePosition
-
public class SourcePosition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intlineNumberprivate intposInFileprivate intposInLine
-
Constructor Summary
Constructors Constructor Description SourcePosition(int lineNumber, int posInLine, int posInFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLineNumber()intgetPosInFile()intgetPosInLine()java.lang.StringtoString()
-