|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.transformer.bytecode.statement.StatementBase
public abstract class StatementBase
A single Statement
Constructor Summary | |
---|---|
StatementBase(Position start,
Position end)
constructor of the class |
Method Summary | |
---|---|
abstract void |
_writeOut(BytecodeContext bc)
write out the stament to the adater |
int |
getDescendantCount()
|
Position |
getEnd()
|
Statement |
getParent()
|
Position |
getStart()
|
boolean |
hasFlowController()
|
void |
setEnd(Position end)
sets the line value. |
void |
setHasFlowController(boolean hasReturnChild)
|
void |
setParent(Statement parent)
sets parent statement to statement |
void |
setStart(Position start)
sets the line value. |
void |
writeOut(BytecodeContext bc)
write out the stament to adapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface railo.transformer.bytecode.Statement |
---|
getFlowControlFinal |
Constructor Detail |
---|
public StatementBase(Position start, Position end)
line
- Method Detail |
---|
public Statement getParent()
getParent
in interface Statement
Statement.getParent()
public void setParent(Statement parent)
Statement
setParent
in interface Statement
Statement.setParent(railo.transformer.bytecode.Statement)
public final void writeOut(BytecodeContext bc) throws BytecodeException
writeOut
in interface Statement
adapter
-
TemplateException
BytecodeException
public abstract void _writeOut(BytecodeContext bc) throws BytecodeException
adapter
-
BytecodeException
public void setStart(Position start)
setStart
in interface Statement
line
- The line to set.public void setEnd(Position end)
setEnd
in interface Statement
line
- The line to set.public Position getStart()
getStart
in interface Statement
public Position getEnd()
getEnd
in interface Statement
public final int getDescendantCount()
railo.transformer.bytecode.Statement#getDescendantCount()
public boolean hasFlowController()
hasFlowController
in interface Statement
Statement.hasFlowController()
public void setHasFlowController(boolean hasReturnChild)
setHasFlowController
in interface Statement
hasReturnChild
- the hasReturnChild to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |