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