railo.transformer.bytecode.statement
Class PrintOut
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.PrintOut
- All Implemented Interfaces:
- Statement
public final class PrintOut
- extends StatementBase
Methods inherited from class railo.transformer.bytecode.statement.StatementBase |
getDescendantCount, getEndLine, getLine, getParent, getStartLine, hasFlowController, setEndLine, setHasFlowController, setLine, setParent, setStartLine, writeOut |
PrintOut
public PrintOut(Expression expr,
int line)
- constructor of the class
- Parameters:
expr
- line
-
_writeOut
public void _writeOut(BytecodeContext bc)
throws BytecodeException
- Description copied from class:
StatementBase
- write out the stament to the adater
- Specified by:
_writeOut
in class StatementBase
- Throws:
BytecodeException
- See Also:
railo.transformer.bytecode.Statement#_writeOut(org.objectweb.asm.commons.GeneratorAdapter)
getExpr
public Expression getExpr()
- Returns:
- the expr
setExpr
public void setExpr(Expression expr)
- Parameters:
expr
- the expr to set
setCheckPSQ
public void setCheckPSQ(boolean checkPSQ)
- Parameters:
preserveSingleQuote
- the preserveSingleQuote to set
Copyright © 2012 Railo