public final class OpBigDecimal extends ExpressionBase
MODE_REF, MODE_VALUE
Constructor and Description |
---|
OpBigDecimal(Expression left,
Expression right,
int operation) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater
|
Expression |
getLeft() |
Expression |
getRight() |
org.objectweb.asm.Type |
writeOutDouble(BytecodeContext bc,
int mode) |
public OpBigDecimal(Expression left, Expression right, int operation)
public org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
ExpressionBase
_writeOut
in class ExpressionBase
BytecodeException
lucee.transformer.bytecode.expression.ExpressionBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter, int)
public org.objectweb.asm.Type writeOutDouble(BytecodeContext bc, int mode) throws BytecodeException
BytecodeException
public Expression getLeft()
public Expression getRight()
Copyright © 2015 Lucee