public class BinaryLongExpressionHelper extends BinaryExpressionWriter
stdCompareCodes
Constructor and Description |
---|
BinaryLongExpressionHelper(WriterController controller) |
BinaryLongExpressionHelper(WriterController controller,
MethodCaller arraySet,
MethodCaller arrayGet) |
Modifier and Type | Method and Description |
---|---|
protected void |
doubleTwoOperands(org.objectweb.asm.MethodVisitor mv) |
protected int |
getBitwiseOperationBytecode(int type) |
protected int |
getCompareCode() |
protected ClassNode |
getDevisionOpResultType() |
protected ClassNode |
getNormalOpResultType() |
protected int |
getShiftOperationBytecode(int type) |
protected int |
getStandardOperationBytecode(int type) |
protected void |
removeTwoOperands(org.objectweb.asm.MethodVisitor mv) |
protected boolean |
supportsDivision() |
protected void |
writeMinusMinus(org.objectweb.asm.MethodVisitor mv) |
protected void |
writePlusPlus(org.objectweb.asm.MethodVisitor mv) |
arrayGet, arraySet, getArrayGetCaller, getArrayGetResultType, getArraySetCaller, getController, setArraySetAndGet, write, writeBitwiseOp, writeDivision, writePostOrPrefixMethod, writeShiftOp, writeSpaceship, writeStdCompare, writeStdOperators
public BinaryLongExpressionHelper(WriterController controller, MethodCaller arraySet, MethodCaller arrayGet)
public BinaryLongExpressionHelper(WriterController controller)
protected void doubleTwoOperands(org.objectweb.asm.MethodVisitor mv)
doubleTwoOperands
in class BinaryExpressionWriter
protected void removeTwoOperands(org.objectweb.asm.MethodVisitor mv)
removeTwoOperands
in class BinaryExpressionWriter
protected int getBitwiseOperationBytecode(int type)
getBitwiseOperationBytecode
in class BinaryExpressionWriter
protected int getCompareCode()
getCompareCode
in class BinaryExpressionWriter
protected ClassNode getNormalOpResultType()
getNormalOpResultType
in class BinaryExpressionWriter
protected int getShiftOperationBytecode(int type)
getShiftOperationBytecode
in class BinaryExpressionWriter
protected int getStandardOperationBytecode(int type)
getStandardOperationBytecode
in class BinaryExpressionWriter
protected void writeMinusMinus(org.objectweb.asm.MethodVisitor mv)
writeMinusMinus
in class BinaryExpressionWriter
protected void writePlusPlus(org.objectweb.asm.MethodVisitor mv)
writePlusPlus
in class BinaryExpressionWriter
protected ClassNode getDevisionOpResultType()
getDevisionOpResultType
in class BinaryExpressionWriter
protected boolean supportsDivision()
supportsDivision
in class BinaryExpressionWriter