Package | Description |
---|---|
lucee.transformer.bytecode.util | |
lucee.transformer.cfml.evaluator | |
lucee.transformer.cfml.evaluator.impl | |
lucee.transformer.library.tag |
Modifier and Type | Method and Description |
---|---|
static Literal |
ASMUtil.cachedWithinValue(Expression val) |
static Boolean |
ASMUtil.getAttributeBoolean(Tag tag,
String attrName)
extract the content of a attribut
|
static Literal |
ASMUtil.getAttributeLiteral(Tag tag,
String attrName)
extract the content of a attribut
|
static String |
ASMUtil.getAttributeString(Tag tag,
String attrName)
extract the content of a attribut
|
static boolean |
ASMUtil.isLiteralAttribute(Tag tag,
Attribute attr,
short type,
boolean required,
boolean throwWhenNot) |
static boolean |
ASMUtil.isLiteralAttribute(Tag tag,
String attrName,
short type,
boolean required,
boolean throwWhenNot) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorSupport.evaluate(Tag tag)
ueberladene evaluate Methode nur mit einem CFXD Element.
|
void |
ChildEvaluator.evaluate(Tag tag,
TagLibTag libTag) |
void |
EvaluatorSupport.evaluate(Tag tag,
TagLibTag libTag)
ueberladene evaluate Methode mit einem CFXD Element und einem TagLibTag.
|
void |
EvaluatorSupport.evaluate(Tag tag,
TagLibTag libTag,
FunctionLib[] flibs)
Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll.
|
void |
Evaluator.evaluate(Tag tag,
TagLibTag libTag,
FunctionLib[] flibs)
Die Methode evaluate wird aufgerufen, wenn der Context eines Tags geprueft werden soll,
nachdem die komplette Seite uebersetzt wurde.
|
Modifier and Type | Method and Description |
---|---|
void |
Silent.evaluate(Tag tag) |
void |
Lock.evaluate(Tag tag) |
void |
File.evaluate(Tag tag) |
void |
Query.evaluate(Tag tag) |
void |
Try.evaluate(Tag tag) |
void |
Cache.evaluate(Tag tag) |
void |
MailPart.evaluate(Tag tag,
TagLibTag libTag) |
void |
Retry.evaluate(Tag tag,
TagLibTag libTag) |
void |
Break.evaluate(Tag tag,
TagLibTag libTag) |
void |
ElseIf.evaluate(Tag tag,
TagLibTag libTag) |
void |
Continue.evaluate(Tag tag,
TagLibTag libTag) |
void |
Mail.evaluate(Tag tag,
TagLibTag libTag) |
void |
Interface.evaluate(Tag tag,
TagLibTag libTag) |
void |
ReportParam.evaluate(Tag tag,
TagLibTag libTag) |
void |
PDFParam.evaluate(Tag tag,
TagLibTag libTag) |
void |
ReThrow.evaluate(Tag tag,
TagLibTag libTag) |
void |
Argument.evaluate(Tag tag,
TagLibTag libTag) |
void |
QueryParam.evaluate(Tag tag,
TagLibTag libTag) |
void |
Output.evaluate(Tag tag,
TagLibTag libTag) |
void |
Else.evaluate(Tag tag,
TagLibTag libTag) |
void |
MailParam.evaluate(Tag tag,
TagLibTag libTag) |
void |
HttpParam.evaluate(Tag tag,
TagLibTag libTag) |
void |
Import.evaluate(Tag tag,
TagLibTag libTag) |
void |
Property.evaluate(Tag tag,
TagLibTag libTag) |
void |
Return.evaluate(Tag tag,
TagLibTag libTag) |
void |
ProcParam.evaluate(Tag tag,
TagLibTag libTag) |
void |
InvokeArgument.evaluate(Tag tag,
TagLibTag libTag) |
void |
TreeItem.evaluate(Tag tag,
TagLibTag libTag) |
void |
Component.evaluate(Tag tag,
TagLibTag tlt) |
void |
ProcResult.evaluate(Tag tag,
TagLibTag libTag) |
void |
Log.evaluate(Tag tag,
TagLibTag tagLibTag,
FunctionLib[] flibs) |
void |
Function.evaluate(Tag tag,
TagLibTag libTag,
FunctionLib[] flibs) |
void |
Loop.evaluate(Tag tag,
TagLibTag tagLibTag,
FunctionLib[] flibs) |
void |
Sprite.evaluate(Tag tag,
TagLibTag tagLibTag,
FunctionLib[] flibs) |
void |
Throw.evaluate(Tag tag,
TagLibTag tagLibTag,
FunctionLib[] flibs) |
void |
While.evaluate(Tag tag,
TagLibTag tagLibTag,
FunctionLib[] flibs) |
static void |
Function.throwIfNotEmpty(Tag tag) |
Modifier and Type | Method and Description |
---|---|
Evaluator |
TagLibTag.getEvaluator()
Gibt den Evaluator (Translation Time Evaluator) dieser Klasse zurueck.
|
Copyright © 2015 Lucee