Uses of Class
au.com.swz.jatlom.ParamDesc

Uses of ParamDesc in au.com.swz.jatlom
 

Methods in au.com.swz.jatlom that return ParamDesc
 ParamDesc FuncDesc.getParameter(int index)
          Returns a description of the parameter at the specified index.
 ParamDesc[] FuncDesc.getParameters()
           
 ParamDesc FuncDesc.getReturnParam()
           
 

Methods in au.com.swz.jatlom with parameters of type ParamDesc
 boolean ParamDesc.equals(ParamDesc paramDesc)
          Checks this parameter with equality to the specified parameter.