public class Argument extends ExpressionBase
MODE_REF, MODE_VALUE
Constructor and Description |
---|
Argument(Expression value,
String type) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater
|
Expression |
getRawValue()
return the uncasted value
|
String |
getStringType() |
Expression |
getValue() |
void |
setValue(Expression value,
String type) |
org.objectweb.asm.Type |
writeOutValue(BytecodeContext bc,
int mode) |
public Argument(Expression value, String type)
public Expression getValue()
public Expression getRawValue()
public void setValue(Expression value, String type)
public org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
ExpressionBase
_writeOut
in class ExpressionBase
BytecodeException
lucee.transformer.bytecode.expression.ExpressionBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter, int)
public org.objectweb.asm.Type writeOutValue(BytecodeContext bc, int mode) throws BytecodeException
BytecodeException
public String getStringType()
Copyright © 2015 Lucee