Class JsonLfReader.Location
- java.lang.Object
-
- com.daml.ledger.javaapi.data.codegen.json.JsonLfReader.Location
-
- Enclosing class:
- JsonLfReader
public static class JsonLfReader.Location extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
charOffset
int
column
int
line
-
Constructor Summary
Constructors Constructor Description Location(int line, int column, int charOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonLfReader.Location
advance(JsonLfReader.Location that)
-
-
-
Method Detail
-
advance
public JsonLfReader.Location advance(JsonLfReader.Location that)
-
-