public class PlainFixedColumn extends AbstractColumn
currentArrayIndex, currentOffsetIndex, index, intermediate, intermediateIndex, name, objectIndex, optional, parent, projection, rangeIndex, startIndex, trimLeadingWhitespaces, trimTrailingWhitespaces| Constructor and Description |
|---|
PlainFixedColumn(String name,
int index,
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
|
doDecrementWhileAtWhitespace, doIncrementWhileNotEqualToDivider, getIndex, getName, getProjection, ifAtChar, ifLargerThanStart, ifNotAtChar, isBiConsumer, isTriConsumer, jumpToLabelForChar, last, middle, saveOffsetInRange, saveOffsetInStart, setParent, setProjection, throwMappingException, trimTrailingWhitespace, trimWhitespace, writeValuepublic PlainFixedColumn(String name, int index, 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 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.