|
||||||||||
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(int startLine)
|
|
StatementBase(int startLine,
int endLine)
constructor of the class |
Method Summary | |
---|---|
abstract void |
_writeOut(BytecodeContext bc)
write out the stament to the adater |
int |
getDescendantCount()
|
int |
getEndLine()
|
int |
getLine()
Returns the value of line. |
Statement |
getParent()
|
int |
getStartLine()
|
boolean |
hasFlowController()
|
void |
setEndLine(int endLine)
sets the line value. |
void |
setHasFlowController(boolean hasReturnChild)
|
void |
setLine(int startLine)
Deprecated. replaced with "setStartLine" |
void |
setParent(Statement parent)
sets parent statement to statement |
void |
setStartLine(int startLine)
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 |
Constructor Detail |
---|
public StatementBase(int startLine, int endLine)
line
- public StatementBase(int startLine)
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 int getLine()
getLine
in interface Statement
public void setStartLine(int startLine)
line
- The line to set.public void setLine(int startLine)
line
- The line to set.public void setEndLine(int endLine)
line
- The line to set.public int getStartLine()
public int getEndLine()
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 |