railo.transformer.bytecode.statement.java
Class CastOp
java.lang.Object
railo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.statement.java.CastOp
- All Implemented Interfaces:
- Expression
public class CastOp
- extends ExpressionBase
CastOp
public CastOp(int line,
Object value,
Class type,
DataBag db)
_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:
ExpressionBase._writeOut(railo.transformer.bytecode.BytecodeContext, int)
Copyright © 2012 Railo