public class TriConsumerProjection extends Object implements ValueProjection
| Modifier and Type | Field and Description |
|---|---|
protected static int |
currentArrayIndex |
protected static int |
currentOffsetIndex |
protected boolean |
directMethod |
protected int |
index |
protected static int |
intermediateIndex |
protected static int |
objectIndex |
protected static int |
rangeIndex |
protected static int |
startIndex |
protected CsvColumnValueTriConsumer<?,?> |
triConsumer |
protected String |
triConsumerInternalName |
static String |
triConsumerName |
| Constructor and Description |
|---|
TriConsumerProjection(CsvColumnValueTriConsumer<?,?> triConsumer,
int index) |
| Modifier and Type | Method and Description |
|---|---|
CsvColumnValueTriConsumer<?,?> |
getTriConsumer() |
String |
getTriConsumerInternalName() |
void |
write(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int endIndex) |
public static final String triConsumerName
protected static final int currentOffsetIndex
protected static final int currentArrayIndex
protected static final int objectIndex
protected static final int startIndex
protected static final int rangeIndex
protected static final int intermediateIndex
protected final String triConsumerInternalName
protected final CsvColumnValueTriConsumer<?,?> triConsumer
protected final boolean directMethod
protected final int index
public TriConsumerProjection(CsvColumnValueTriConsumer<?,?> triConsumer, int index)
public void write(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int endIndex)
write in interface ValueProjectionpublic String getTriConsumerInternalName()
public CsvColumnValueTriConsumer<?,?> getTriConsumer()
Copyright © 2022 Media Skjolberg. All rights reserved.