Package | Description |
---|---|
lucee.transformer.bytecode | |
lucee.transformer.bytecode.literal |
Modifier and Type | Method and Description |
---|---|
List<LitString> |
BytecodeContext.getKeys() |
Modifier and Type | Method and Description |
---|---|
int |
BytecodeContext.registerKey(LitString lit) |
Modifier and Type | Method and Description |
---|---|
static void |
Page.registerFields(BytecodeContext bc,
List<LitString> keys) |
Constructor and Description |
---|
BytecodeContext(BytecodeContext statConstr,
BytecodeContext constr,
List<LitString> keys,
BytecodeContext bc,
org.objectweb.asm.commons.GeneratorAdapter adapter,
org.objectweb.asm.commons.Method method) |
BytecodeContext(PageSource source,
BytecodeContext statConstr,
BytecodeContext constr,
Page page,
List<LitString> keys,
org.objectweb.asm.ClassWriter classWriter,
String className,
org.objectweb.asm.commons.GeneratorAdapter adapter,
org.objectweb.asm.commons.Method method,
boolean writeLog,
boolean suppressWSbeforeArg,
boolean output) |
Modifier and Type | Class and Description |
---|---|
class |
Identifier |
Modifier and Type | Field and Description |
---|---|
static LitString |
LitString.EMPTY |
Modifier and Type | Method and Description |
---|---|
LitString |
LitString.duplicate() |
static LitString |
LitString.toLitString(String str) |
Copyright © 2015 Lucee