railo.transformer.bytecode.expression.var
Class BIF
java.lang.Object
railo.transformer.bytecode.expression.var.FunctionMember
railo.transformer.bytecode.expression.var.BIF
- All Implemented Interfaces:
- Member
public final class BIF
- extends FunctionMember
BIF
public BIF(ExprString name,
FunctionLibFunction flf)
BIF
public BIF(String name,
FunctionLibFunction flf)
setArgType
public void setArgType(int argType)
setClassName
public void setClassName(String className)
setReturnType
public void setReturnType(String returnType)
getArgType
public int getArgType()
- Returns:
- the argType
getClassName
public String getClassName()
- Returns:
- the className
getName
public ExprString getName()
- Returns:
- the name
getReturnType
public String getReturnType()
- Returns:
- the returnType
getFlf
public FunctionLibFunction getFlf()
- Returns:
- the flf
setFlf
public void setFlf(FunctionLibFunction flf)
- Parameters:
flf
- the flf to set
Copyright © 2012 Railo