public interface Statement
Modifier and Type | Method and Description |
---|---|
Position |
getEnd() |
FlowControlFinal |
getFlowControlFinal() |
Statement |
getParent() |
Position |
getStart() |
boolean |
hasFlowController() |
void |
setEnd(Position endLine)
sets the line value.
|
void |
setHasFlowController(boolean has) |
void |
setParent(Statement parent)
sets parent statement to statement
|
void |
setStart(Position startLine)
sets the line value.
|
void |
writeOut(BytecodeContext bc)
write out the stament to adapter
|
boolean hasFlowController()
void setHasFlowController(boolean has)
void writeOut(BytecodeContext bc) throws BytecodeException
adapter
- TemplateException
BytecodeException
FlowControlFinal getFlowControlFinal()
Copyright © 2015 Lucee