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 SummaryFields Modifier and Type Field Description intcharOffsetintcolumnintline
 - 
Constructor SummaryConstructors Constructor Description Location(int line, int column, int charOffset)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonLfReader.Locationadvance(JsonLfReader.Location that)
 
- 
- 
- 
Method Detail- 
advancepublic JsonLfReader.Location advance(JsonLfReader.Location that) 
 
- 
 
-