railo.transformer.bytecode.statement
Class Argument
java.lang.Object
railo.transformer.bytecode.statement.Argument
public final class Argument
- extends Object
Argument
public Argument(Expression name,
Expression type,
Expression required,
Expression defaultValue,
ExprBoolean passByReference,
Expression displayName,
Expression hint,
Map meta)
- Constructor of the class
- Parameters:
name
- type
- required
- defaultValue
- displayName
- hint
- hint2
- meta
-
getDefaultValue
public Expression getDefaultValue()
- Returns:
- the defaultValue
getDefaultValueType
public Expression getDefaultValueType()
getDisplayName
public ExprString getDisplayName()
- Returns:
- the displayName
getHint
public ExprString getHint()
- Returns:
- the hint
getName
public ExprString getName()
- Returns:
- the name
isPassByReference
public ExprBoolean isPassByReference()
- Returns:
- the passBy
getRequired
public ExprBoolean getRequired()
- Returns:
- the required
getType
public ExprString getType()
- Returns:
- the type
getMetaData
public Map getMetaData()
Copyright © 2012 Railo