railo.transformer.bytecode.statement
Class While
java.lang.Object
railo.transformer.bytecode.statement.StatementBase
railo.transformer.bytecode.statement.StatementBaseNoFinal
railo.transformer.bytecode.statement.While
- All Implemented Interfaces:
- Statement, FlowControl, FlowControlBreak, FlowControlContinue, HasBody
public final class While
- extends StatementBaseNoFinal
- implements FlowControlBreak, FlowControlContinue, HasBody
While
public While(Expression expr,
Body body,
Position start,
Position end,
String label)
- Constructor of the class
- Parameters:
expr
- body
- line
-
While
public While(boolean b,
Body body,
Position start,
Position end,
String label)
- Constructor of the class
- Parameters:
b
- body
- 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
getBreakLabel
public org.objectweb.asm.Label getBreakLabel()
- Specified by:
getBreakLabel
in interface FlowControlBreak
getContinueLabel
public org.objectweb.asm.Label getContinueLabel()
- Specified by:
getContinueLabel
in interface FlowControlContinue
getBody
public Body getBody()
- Specified by:
getBody
in interface HasBody
getLabel
public String getLabel()
- Specified by:
getLabel
in interface FlowControl
Copyright © 2012 Railo