Uses of Interface
railo.transformer.bytecode.Body

Packages that use Body
railo.transformer.bytecode   
railo.transformer.bytecode.statement   
railo.transformer.bytecode.statement.tag   
railo.transformer.bytecode.util   
railo.transformer.cfml.script   
 

Uses of Body in railo.transformer.bytecode
 

Classes in railo.transformer.bytecode that implement Body
 class BodyBase
          Base Body implementation
 class FlowControlBody
           
 class FunctionBody
           
 class Page
          represent a single Page like "index.cfm"
 class ScriptBody
           
 

Methods in railo.transformer.bytecode with parameters of type Body
 void Body.moveStatmentsTo(Body trg)
          move all statements to target body
 void BodyBase.moveStatmentsTo(Body trg)
           
 

Uses of Body in railo.transformer.bytecode.statement
 

Methods in railo.transformer.bytecode.statement that return Body
 Body[] Condition.getBodies()
           
 Body[] HasBodies.getBodies()
           
 Body[] TryCatchFinally.getBodies()
           
 Body[] Switch.getBodies()
           
 Body[] NativeSwitch.getBodies()
           
 Body HasBody.getBody()
           
 Body For.getBody()
           
 Body Function.getBody()
           
 Body ForEach.getBody()
           
 Body DoWhile.getBody()
           
 Body While.getBody()
           
 

Methods in railo.transformer.bytecode.statement with parameters of type Body
 void Switch.addCase(Expression expr, Body body)
           
 void Switch.addCase(Expression expr, Body body, int startline, int endline)
           
 void TryCatchFinally.addCatch(Expression type, Expression name, Body b, int line)
           
 void TryCatchFinally.addCatch(ExprString type, VariableRef name, Body body, int line)
           
 void Switch.setDefaultCase(Body body)
           
 void TryCatchFinally.setFinally(Body body, int finallyLine)
          sets finally body
 

Constructors in railo.transformer.bytecode.statement with parameters of type Body
DoWhile(Expression expr, Body body, int startline, int endline)
          Constructor of the class
For(Expression init, Expression condition, Expression update, Body body, int startline, int endline)
          Constructor of the class
ForEach(Variable key, Variable value, Body body, int startline, int endline)
          Constructor of the class
Function(Expression name, Expression returnType, Expression returnFormat, Expression output, Expression abstr, int access, Expression displayName, Expression description, Expression hint, Expression secureJson, Expression verifyClient, Body body, int startline, int endline)
           
Function(String name, int access, String returnType, Body body, int startline, int endline)
           
Switch.Case(Expression expression, Body body, int startline, int endline)
           
TryCatchFinally(Body body, int startline, int endline)
          Constructor of the class
While(boolean b, Body body, int startline, int endline)
          Constructor of the class
While(Expression expr, Body body, int startline, int endline)
          Constructor of the class
 

Uses of Body in railo.transformer.bytecode.statement.tag
 

Methods in railo.transformer.bytecode.statement.tag that return Body
 Body Tag.getBody()
          returns the body of the tag
 Body TagThread.getBody()
           
 Body TagBase.getBody()
           
 Body TagThread.getRealBody()
           
 

Methods in railo.transformer.bytecode.statement.tag with parameters of type Body
 void Tag.setBody(Body body)
          sets the body of the tag
 void TagBase.setBody(Body body)
           
 

Uses of Body in railo.transformer.bytecode.util
 

Methods in railo.transformer.bytecode.util with parameters of type Body
static boolean ASMUtil.containsComponent(Body body)
           
static boolean ASMUtil.isEmpty(Body body)
           
 

Uses of Body in railo.transformer.cfml.script
 

Methods in railo.transformer.cfml.script with parameters of type Body
 Tag CFMLScriptTransformer.__multiAttrStatement(Body parent, CFMLExprTransformer.Data data, TagLibTag tlt)
           
 Statement CFMLScriptTransformer._multiAttrStatement(Body parent, CFMLExprTransformer.Data data, TagLibTag tlt)
           
 Function CFMLScriptTransformer.funcStatement(CFMLExprTransformer.Data data, Body parent)
          Liest ein function Statement ein.
 Statement CFMLScriptTransformer.paramStatement(CFMLExprTransformer.Data data, Body parent)
           
 Statement CFMLScriptTransformer.propertyStatement(CFMLExprTransformer.Data data, Body parent)
           
 void CFMLScriptTransformer.switchBlock(CFMLExprTransformer.Data data, Body body)
          Liest ein Switch Block ein
 



Copyright © 2012 Railo