railo.transformer.bytecode.statement
Class Break
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.Break
- All Implemented Interfaces:
- Statement
public final class Break
- extends StatementBase
Constructor Summary |
Break(int line)
|
Methods inherited from class railo.transformer.bytecode.statement.StatementBase |
getDescendantCount, getEndLine, getLine, getParent, getStartLine, hasFlowController, setEndLine, setHasFlowController, setLine, setStartLine, writeOut |
Break
public Break(int 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:
StatementBase._writeOut(railo.transformer.bytecode.BytecodeContext)
setParent
public void setParent(Statement parent)
- Description copied from interface:
Statement
- sets parent statement to statement
- Specified by:
setParent
in interface Statement
- Overrides:
setParent
in class StatementBase
- See Also:
StatementBase.setParent(railo.transformer.bytecode.Statement)
Copyright © 2012 Railo