Package org.codehaus.groovy.classgen.asm
Class BinaryLongExpressionHelper
java.lang.Object
org.codehaus.groovy.classgen.asm.BinaryExpressionWriter
org.codehaus.groovy.classgen.asm.BinaryLongExpressionHelper
- Direct Known Subclasses:
- BinaryDoubleExpressionHelper
- 
Field SummaryFields inherited from class org.codehaus.groovy.classgen.asm.BinaryExpressionWriterstdCompareCodes
- 
Constructor SummaryConstructorsConstructorDescriptionBinaryLongExpressionHelper(WriterController controller) BinaryLongExpressionHelper(WriterController controller, MethodCaller arraySet, MethodCaller arrayGet) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoubleTwoOperands(org.objectweb.asm.MethodVisitor mv) protected intgetBitwiseOperationBytecode(int type) protected intprotected ClassNodeprotected ClassNodeprotected intgetShiftOperationBytecode(int type) protected intgetStandardOperationBytecode(int type) protected voidremoveTwoOperands(org.objectweb.asm.MethodVisitor mv) protected booleanprotected voidwriteMinusMinus(org.objectweb.asm.MethodVisitor mv) protected voidwritePlusPlus(org.objectweb.asm.MethodVisitor mv) Methods inherited from class org.codehaus.groovy.classgen.asm.BinaryExpressionWriterarrayGet, arraySet, getArrayGetCaller, getArrayGetResultType, getArraySetCaller, getController, setArraySetAndGet, write, writeBitwiseOp, writeDivision, writePostOrPrefixMethod, writeShiftOp, writeSpaceship, writeStdCompare, writeStdOperators
- 
Constructor Details- 
BinaryLongExpressionHelperpublic BinaryLongExpressionHelper(WriterController controller, MethodCaller arraySet, MethodCaller arrayGet) - Since:
- 2.5.0
 
- 
BinaryLongExpressionHelper
 
- 
- 
Method Details- 
doubleTwoOperandsprotected void doubleTwoOperands(org.objectweb.asm.MethodVisitor mv) - Specified by:
- doubleTwoOperandsin class- BinaryExpressionWriter
 
- 
removeTwoOperandsprotected void removeTwoOperands(org.objectweb.asm.MethodVisitor mv) - Specified by:
- removeTwoOperandsin class- BinaryExpressionWriter
 
- 
getBitwiseOperationBytecodeprotected int getBitwiseOperationBytecode(int type) - Specified by:
- getBitwiseOperationBytecodein class- BinaryExpressionWriter
 
- 
getCompareCodeprotected int getCompareCode()- Specified by:
- getCompareCodein class- BinaryExpressionWriter
 
- 
getNormalOpResultType- Specified by:
- getNormalOpResultTypein class- BinaryExpressionWriter
 
- 
getShiftOperationBytecodeprotected int getShiftOperationBytecode(int type) - Specified by:
- getShiftOperationBytecodein class- BinaryExpressionWriter
 
- 
getStandardOperationBytecodeprotected int getStandardOperationBytecode(int type) - Specified by:
- getStandardOperationBytecodein class- BinaryExpressionWriter
 
- 
writeMinusMinusprotected void writeMinusMinus(org.objectweb.asm.MethodVisitor mv) - Specified by:
- writeMinusMinusin class- BinaryExpressionWriter
 
- 
writePlusPlusprotected void writePlusPlus(org.objectweb.asm.MethodVisitor mv) - Specified by:
- writePlusPlusin class- BinaryExpressionWriter
 
- 
getDevisionOpResultType- Specified by:
- getDevisionOpResultTypein class- BinaryExpressionWriter
 
- 
supportsDivisionprotected boolean supportsDivision()- Overrides:
- supportsDivisionin class- BinaryExpressionWriter
 
 
-