railo.transformer.bytecode.cast
Class CastFloat
java.lang.Object
railo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.cast.CastFloat
- All Implemented Interfaces:
- Cast, Expression, ExprFloat
public final class CastFloat
- extends ExpressionBase
- implements ExprFloat, Cast
cast a Expression to a Double
toExprFloat
public static ExprFloat toExprFloat(Expression expr)
- Create a String expression from a Expression
- Parameters:
expr
-
- Returns:
- String expression
- Throws:
TemplateException
_writeOut
public org.objectweb.asm.Type _writeOut(BytecodeContext bc,
int mode)
throws BytecodeException
- Description copied from class:
ExpressionBase
- write out the stament to the adater
- Specified by:
_writeOut
in class ExpressionBase
- Returns:
- return Type of expression
- Throws:
BytecodeException
- See Also:
railo.transformer.bytecode.expression.Expression#_writeOut(org.objectweb.asm.commons.GeneratorAdapter, int)
getExpr
public Expression getExpr()
- Specified by:
getExpr
in interface Cast
Copyright © 2012 Railo