|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Statement
A single Statement
Method Summary | |
---|---|
int |
getLine()
Returns the value of line. |
Statement |
getParent()
|
boolean |
hasFlowController()
|
void |
setHasFlowController(boolean has)
|
void |
setParent(Statement parent)
sets parent statement to statement |
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
int getLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |