public class QuotedFixedColumn extends QuotedColumn
| Modifier and Type | Field and Description |
|---|---|
protected int |
fixedSize |
escapeCharacter, quoteCharactercurrentArrayIndex, currentOffsetIndex, index, intermediate, intermediateIndex, name, objectIndex, optional, parent, projection, rangeIndex, startIndex, trimLeadingWhitespaces, trimTrailingWhitespaces| Constructor and Description |
|---|
QuotedFixedColumn(String name,
int index,
int quoteCharacter,
int escapeCharacter,
boolean optional,
boolean trimTrailingWhitespaces,
boolean trimLeadingWhitespaces,
int fixedSize) |
| 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
|
scanQuoteddoDecrementWhileAtWhitespace, doIncrementWhileNotEqualToDivider, getIndex, getName, getProjection, ifAtChar, ifLargerThanStart, ifNotAtChar, isBiConsumer, isTriConsumer, jumpToLabelForChar, last, middle, saveOffsetInRange, saveOffsetInStart, setParent, setProjection, throwMappingException, trimTrailingWhitespace, trimWhitespace, writeValuepublic QuotedFixedColumn(String name, int index, int quoteCharacter, int escapeCharacter, boolean optional, boolean trimTrailingWhitespaces, boolean trimLeadingWhitespaces, int fixedSize)
protected void inline(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int divider,
int increment,
boolean fillable)
AbstractColumninline in class QuotedColumnmv - 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.