Class AccessTokenInitializer.ATMethod

    • Constructor Detail

      • ATMethod

        public ATMethod​(OA2State oa2State)
    • Method Detail

      • evaluate

        public org.qdl_lang.variables.values.QDLValue evaluate​(org.qdl_lang.variables.values.QDLValue[] objects,
                                                               org.qdl_lang.state.State state)
        Specified by:
        evaluate in interface org.qdl_lang.extensions.QDLFunction
        Overrides:
        evaluate in class TokenHandlerMethod
      • setupHandler

        protected void setupHandler​(Object[] objects)
      • doMethod

        protected abstract void doMethod()
                                  throws Throwable
        The method this class wraps.
        Throws:
        Throwable
      • addTypeDoc

        protected void addTypeDoc​(List<String> doxx)