public final class NamedArgument extends Argument
MODE_REF, MODE_VALUE
Constructor and Description |
---|
NamedArgument(Expression name,
Expression value,
String type,
boolean varKeyUpperCase) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater
|
Expression |
getName() |
org.objectweb.asm.Type |
writeOutValue(BytecodeContext bc,
int mode) |
getRawValue, getStringType, getValue, setValue
public NamedArgument(Expression name, Expression value, String type, boolean varKeyUpperCase)
public org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
ExpressionBase
_writeOut
in class Argument
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
writeOutValue
in class Argument
BytecodeException
public Expression getName()
Copyright © 2015 Lucee