Fields inherited from class | Fields |
---|---|
class BinaryExpressionWriter |
stdCompareCodes |
Constructor and description |
---|
BinaryLongExpressionHelper
(WriterController controller, MethodCaller arraySet, MethodCaller arrayGet) @since 2.5.0 |
BinaryLongExpressionHelper
(WriterController controller) |
Type Params | Return Type | Name 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) |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.