- org.codehaus.groovy.classgen.asm.BinaryDoubleExpressionHelper
-
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class BinaryLongExpressionHelper |
doubleTwoOperands, getArrayGetCaller, getArraySetCaller, getBitwiseOperationBytecode, getCompareCode, getDevisionOpResultType, getNormalOpResultType, getShiftOperationBytecode, getStandardOperationBytecode, removeTwoOperands, supportsDivision, writeMinusMinus, writePlusPlus |
class BinaryExpressionWriter |
arrayGet, arraySet, doubleTwoOperands, getArrayGetCaller, getArrayGetResultType, getArraySetCaller, getBitwiseOperationBytecode, getCompareCode, getDevisionOpResultType, getNormalOpResultType, getShiftOperationBytecode, getStandardOperationBytecode, removeTwoOperands, supportsDivision, write, writeBitwiseOp, writeDivision, writeMinusMinus, writePlusPlus, writePostOrPrefixMethod, writeShiftOp, writeSpaceship, writeStdCompare, writeStdOperators |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Method Detail
-
protected int getBitwiseOperationBytecode(int op)
-
protected int getCompareCode()
-
protected ClassNode getDevisionOpResultType()
-
protected int getShiftOperationBytecode(int type)
-
protected int getStandardOperationBytecode(int type)
-
@Override
protected boolean supportsDivision()
-
protected boolean writeBitwiseOp(int op, boolean simulate)
-
protected void writeMinusMinus(org.objectweb.asm.MethodVisitor mv)
-
protected void writePlusPlus(org.objectweb.asm.MethodVisitor mv)
-
protected boolean writeShiftOp(int type, boolean simulate)
Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.