public class NoLineBreakQuotedColumn extends AbstractColumn
| Modifier and Type | Field and Description |
|---|---|
protected int |
escapeCharacter |
protected int |
quoteCharacter |
currentArrayIndex, currentOffsetIndex, index, intermediate, intermediateIndex, name, objectIndex, optional, parent, projection, rangeIndex, startIndex, trimLeadingWhitespaces, trimTrailingWhitespaces| Constructor and Description |
|---|
NoLineBreakQuotedColumn(String name,
int index,
int quoteCharacter,
int escapeCharacter,
boolean optional,
boolean trimTrailingWhitespaces,
boolean trimLeadingWhitespaces) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
inline(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int divider,
int increment,
boolean fillable)
Inline column handling
|
doDecrementWhileAtWhitespace, doIncrementWhileNotEqualToDivider, getIndex, getName, getProjection, ifAtChar, ifLargerThanStart, ifNotAtChar, isBiConsumer, isTriConsumer, jumpToLabelForChar, last, middle, saveOffsetInRange, saveOffsetInStart, setParent, setProjection, throwMappingException, trimTrailingWhitespace, trimWhitespace, writeValueprotected final int quoteCharacter
protected final int escapeCharacter
public NoLineBreakQuotedColumn(String name, int index, int quoteCharacter, int escapeCharacter, boolean optional, boolean trimTrailingWhitespaces, boolean trimLeadingWhitespaces)
protected void inline(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int divider,
int increment,
boolean fillable)
AbstractColumninline in class AbstractColumnmv - method visitorsubClassInternalName - target parser classdivider - divider characterincrement - increment after last characterfillable - if true then a fill operation must be successfulCopyright © 2022 Media Skjolberg. All rights reserved.