Package | Description |
---|---|
lucee.transformer.bytecode.literal | |
lucee.transformer.bytecode.statement.udf | |
lucee.transformer.bytecode.util |
Modifier and Type | Class and Description |
---|---|
class |
Identifier |
class |
LitBoolean
Literal Boolean
|
class |
LitDouble
Literal Double Value
|
class |
LitFloat
Literal Double Value
|
class |
LitInteger
Literal Double Value
|
class |
LitLong
Literal Double Value
|
class |
LitString
A Literal String
|
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) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
static Literal |
ASMUtil.cachedWithinValue(Expression val) |
static Literal |
ASMUtil.getAttributeLiteral(Tag tag,
String attrName)
extract the content of a attribut
|
static Literal |
ASMUtil.getAttributeLiteral(Tag tag,
String attrName,
Literal defaultValue)
extract the content of a attribut
|
Modifier and Type | Method and Description |
---|---|
static Literal |
ASMUtil.getAttributeLiteral(Tag tag,
String attrName,
Literal defaultValue)
extract the content of a attribut
|
Copyright © 2015 Lucee