railo.transformer.bytecode.expression.var
Class NamedArgument
java.lang.Object
railo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.expression.var.Argument
railo.transformer.bytecode.expression.var.NamedArgument
- All Implemented Interfaces:
- Expression
public final class NamedArgument
- extends Argument
NamedArgument
public NamedArgument(Expression name,
Expression value,
String type,
boolean varKeyUpperCase)
_writeOut
public org.objectweb.asm.Type _writeOut(BytecodeContext bc,
int mode)
throws BytecodeException
- Description copied from class:
ExpressionBase
- write out the stament to the adater
- Overrides:
_writeOut
in class Argument
- Returns:
- return Type of expression
- Throws:
BytecodeException
- See Also:
railo.transformer.bytecode.expression.ExpressionBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter, int)
writeOutValue
public org.objectweb.asm.Type writeOutValue(BytecodeContext bc,
int mode)
throws BytecodeException
- Overrides:
writeOutValue
in class Argument
- Throws:
BytecodeException
getName
public Expression getName()
- Returns:
- the name
Copyright © 2012 Railo