|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Statement
A single Statement
Method Summary | |
---|---|
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 |
Method Detail |
---|
void setParent(Statement parent)
parent
- boolean hasFlowController()
void setHasFlowController(boolean has)
Statement getParent()
void writeOut(BytecodeContext bc) throws BytecodeException
adapter
-
TemplateException
BytecodeException
void setStart(Position startLine)
line
- The line to set.void setEnd(Position endLine)
line
- The line to set.Position getStart()
Position getEnd()
FlowControlFinal getFlowControlFinal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |