|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.statement.java.Assign
public class Assign
Field Summary |
---|
Fields inherited from interface railo.transformer.bytecode.expression.Expression |
---|
MODE_REF, MODE_VALUE |
Constructor Summary | |
---|---|
Assign(int line,
String name,
Object value,
String operator,
DataBag db)
|
Method Summary | |
---|---|
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater |
static void |
dup(BytecodeContext bc,
org.objectweb.asm.Type t)
|
static org.objectweb.asm.Type |
writeOut(DataBag db,
BytecodeContext bc,
org.objectweb.asm.Type to,
int mode,
Object value,
int line,
boolean castExplicit)
|
Methods inherited from class railo.transformer.bytecode.expression.ExpressionBase |
---|
getLine, setLine, writeOut |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Assign(int line, String name, Object value, String operator, DataBag db)
Method Detail |
---|
public org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
ExpressionBase
_writeOut
in class ExpressionBase
BytecodeException
public static void dup(BytecodeContext bc, org.objectweb.asm.Type t)
public static org.objectweb.asm.Type writeOut(DataBag db, BytecodeContext bc, org.objectweb.asm.Type to, int mode, Object value, int line, boolean castExplicit) throws BytecodeException
BytecodeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |