railo.transformer.bytecode.expression.var
Class BIF

java.lang.Object
  extended by railo.transformer.bytecode.expression.var.FunctionMember
      extended by railo.transformer.bytecode.expression.var.BIF
All Implemented Interfaces:
Member

public final class BIF
extends FunctionMember


Constructor Summary
BIF(ExprString name, FunctionLibFunction flf)
           
BIF(String name, FunctionLibFunction flf)
           
 
Method Summary
 int getArgType()
           
 String getClassName()
           
 FunctionLibFunction getFlf()
           
 ExprString getName()
           
 String getReturnType()
           
 void setArgType(int argType)
           
 void setClassName(String className)
           
 void setFlf(FunctionLibFunction flf)
           
 void setReturnType(String returnType)
           
 
Methods inherited from class railo.transformer.bytecode.expression.var.FunctionMember
addArgument, getArguments, hasNamedArgs, setArguments
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIF

public BIF(ExprString name,
           FunctionLibFunction flf)

BIF

public BIF(String name,
           FunctionLibFunction flf)
Method Detail

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