Modifier and Type | Class and Description |
---|---|
class |
BodyBase
Base Body implementation
|
class |
FlowControlBody |
class |
FunctionBody |
class |
Page
represent a single Page like "index.cfm"
|
class |
ScriptBody |
Modifier and Type | Method and Description |
---|---|
void |
Body.moveStatmentsTo(Body trg)
move all statements to target body
|
void |
BodyBase.moveStatmentsTo(Body trg) |
static void |
BodyBase.writeOut(BytecodeContext bc,
Body body) |
Modifier and Type | Method and Description |
---|---|
Body[] |
Condition.getBodies() |
Body[] |
HasBodies.getBodies() |
Body[] |
TryCatchFinally.getBodies() |
Body[] |
Switch.getBodies() |
Body[] |
NativeSwitch.getBodies() |
Body |
HasBody.getBody() |
Body |
For.getBody() |
Body |
ForEach.getBody() |
Body |
DoWhile.getBody() |
Body |
While.getBody() |
Modifier and Type | Method and Description |
---|---|
void |
Switch.addCase(Expression expr,
Body body) |
void |
Switch.addCase(Expression expr,
Body body,
Position start,
Position end) |
void |
TryCatchFinally.addCatch(Expression type,
Expression name,
Body b,
Position line) |
void |
TryCatchFinally.addCatch(ExprString type,
VariableRef name,
Body body,
Position line) |
void |
Switch.setDefaultCase(Body body) |
void |
TryCatchFinally.setFinally(Body body,
Position finallyLine)
sets finally body
|
Constructor and Description |
---|
DoWhile(Expression expr,
Body body,
Position start,
Position end,
String label)
Constructor of the class
|
For(Expression init,
Expression condition,
Expression update,
Body body,
Position start,
Position end,
String label)
Constructor of the class
|
ForEach(Variable key,
Expression value,
Body body,
Position start,
Position end,
String label)
Constructor of the class
|
Switch.Case(Expression expression,
Body body,
Position start,
Position end) |
TryCatchFinally(Body body,
Position start,
Position end)
Constructor of the class
|
While(boolean b,
Body body,
Position start,
Position end,
String label)
Constructor of the class
|
While(Expression expr,
Body body,
Position start,
Position end,
String label)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Body |
Tag.getBody()
returns the body of the tag
|
Body |
TagThread.getBody() |
Body |
TagBase.getBody() |
Body |
TagThread.getRealBody() |
Modifier and Type | Method and Description |
---|---|
void |
Tag.setBody(Body body)
sets the body of the tag
|
void |
TagBase.setBody(Body body) |
Modifier and Type | Method and Description |
---|---|
Body |
Function.getBody() |
Constructor and Description |
---|
Closure(Page page,
Expression name,
Expression returnType,
Expression returnFormat,
Expression output,
Expression bufferOutput,
int access,
Expression displayName,
Expression description,
Expression hint,
Expression secureJson,
Expression verifyClient,
Expression localMode,
Literal cachedWithin,
boolean _abstract,
boolean _final,
Body body,
Position start,
Position end) |
Closure(Page page,
String name,
int access,
String returnType,
Body body,
Position start,
Position end) |
Function(Page page,
Expression name,
Expression returnType,
Expression returnFormat,
Expression output,
Expression bufferOutput,
int access,
Expression displayName,
Expression description,
Expression hint,
Expression secureJson,
Expression verifyClient,
Expression localMode,
Literal cachedWithin,
boolean _abstract,
boolean _final,
Body body,
Position start,
Position end) |
Function(Page page,
String name,
int access,
String returnType,
Body body,
Position start,
Position end) |
FunctionImpl(Page page,
Expression name,
Expression returnType,
Expression returnFormat,
Expression output,
Expression bufferOutput,
int access,
Expression displayName,
Expression description,
Expression hint,
Expression secureJson,
Expression verifyClient,
Expression localMode,
Literal cachedWithin,
boolean _abstract,
boolean _final,
Body body,
Position start,
Position end) |
FunctionImpl(Page page,
String name,
int access,
String returnType,
Body body,
Position start,
Position end) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ASMUtil.containsComponent(Body body) |
static boolean |
ASMUtil.isEmpty(Body body) |
Modifier and Type | Method and Description |
---|---|
Statement |
AbstrCFMLScriptTransformer.paramStatement(AbstrCFMLExprTransformer.ExprData data,
Body parent) |
Copyright © 2015 Lucee