railo.transformer.bytecode.cast
Class CastBoolean
java.lang.Object
railo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.cast.CastBoolean
- All Implemented Interfaces:
- ExprBoolean, Expression
public final class CastBoolean
- extends ExpressionBase
- implements ExprBoolean
Cast to a Boolean
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
toExprBoolean
public static ExprBoolean toExprBoolean(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)
Copyright © 2012 Railo