railo.transformer.bytecode
Class FunctionBody

java.lang.Object
  extended by railo.transformer.bytecode.statement.StatementBase
      extended by railo.transformer.bytecode.BodyBase
          extended by railo.transformer.bytecode.FlowControlBody
              extended by railo.transformer.bytecode.FunctionBody
All Implemented Interfaces:
Body, Statement, FlowControl

public class FunctionBody
extends FlowControlBody


Constructor Summary
FunctionBody()
           
 
Method Summary
 
Methods inherited from class railo.transformer.bytecode.FlowControlBody
_writeOut, getBreakLabel, getContinueLabel
 
Methods inherited from class railo.transformer.bytecode.BodyBase
addFirst, addPrintOut, addStatement, getStatements, isEmpty, moveStatmentsTo, remove, writeOut
 
Methods inherited from class railo.transformer.bytecode.statement.StatementBase
getDescendantCount, getEndLine, getLine, getParent, getStartLine, hasFlowController, setEndLine, setHasFlowController, setLine, setParent, setStartLine, writeOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.transformer.bytecode.Statement
getLine, getParent, hasFlowController, setHasFlowController, setParent, writeOut
 

Constructor Detail

FunctionBody

public FunctionBody()


Copyright © 2012 Railo