Class ParamKeywords


  • public class ParamKeywords
    extends java.lang.Object
    Data-only class to define the keywords used for parameters of built-in functions. The parameter names are significant because they can be used as keywords in a 4.0 function call. Note that the bulk of the body of this class is system-generated from the function catalog using the tool generate-keyword-declarations.xsl.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.lang.String> arrayParamNames  
      static java.util.Map<java.lang.String,​java.lang.String> fnParamNames  
      static java.util.Map<java.lang.String,​java.lang.String> mapParamNames  
      static java.util.Map<java.lang.String,​java.lang.String> mathParamNames  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParamKeywords()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fnParamNames

        public static final java.util.Map<java.lang.String,​java.lang.String> fnParamNames
      • mathParamNames

        public static final java.util.Map<java.lang.String,​java.lang.String> mathParamNames
      • mapParamNames

        public static final java.util.Map<java.lang.String,​java.lang.String> mapParamNames
      • arrayParamNames

        public static final java.util.Map<java.lang.String,​java.lang.String> arrayParamNames
    • Constructor Detail

      • ParamKeywords

        public ParamKeywords()