Class ScopeTemplateQDLUtil.ToScopeString

    • Constructor Detail

      • ToScopeString

        public ToScopeString()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.qdl_lang.extensions.QDLFunction
      • getArgCount

        public int[] getArgCount()
        Specified by:
        getArgCount in interface org.qdl_lang.extensions.QDLFunction
      • evaluate

        public org.qdl_lang.variables.values.QDLValue evaluate​(org.qdl_lang.variables.values.QDLValue[] objects,
                                                               org.qdl_lang.state.State state)
        This could be done with QDL, but we want it instantly available in this module.
        Specified by:
        evaluate in interface org.qdl_lang.extensions.QDLFunction
        Parameters:
        objects -
        state -
        Returns:
      • getDocumentation

        public List<String> getDocumentation​(int argCount)
        Specified by:
        getDocumentation in interface org.qdl_lang.extensions.QDLFunction