public class CsvToken extends Object
Constructor and Description |
---|
CsvToken(manifold.csv.rt.parser.CsvToken.Type type,
String value,
int line,
int offset,
int length,
int separatorPos,
char separatorChar) |
Modifier and Type | Method and Description |
---|---|
String |
getData() |
int |
getLine() |
int |
getOffset() |
char |
getSeparatorChar() |
int |
getSeparatorPos() |
int |
getTokenLength() |
manifold.csv.rt.parser.CsvToken.Type |
getType() |
String |
getValue() |
boolean |
isEmpty() |
boolean |
isEof() |
boolean |
isLastInRecord() |
public CsvToken(manifold.csv.rt.parser.CsvToken.Type type, String value, int line, int offset, int length, int separatorPos, char separatorChar)
public manifold.csv.rt.parser.CsvToken.Type getType()
public String getValue()
public String getData()
public int getOffset()
public int getTokenLength()
public int getLine()
public int getSeparatorPos()
public char getSeparatorChar()
public boolean isEmpty()
public boolean isLastInRecord()
public boolean isEof()
Copyright © 2024. All rights reserved.