Class TranslationFormatterSpecTest.TranslationFormatter

    • Field Detail

      • myShowIntermediate

        boolean myShowIntermediate
      • myShowIntermediateAst

        boolean myShowIntermediateAst
      • myAst

        @Nullable
        private @Nullable java.lang.String myAst
    • Constructor Detail

      • TranslationFormatter

        public TranslationFormatter​(Formatter formatter)
    • Method Detail

      • isShowIntermediate

        public boolean isShowIntermediate()
      • isShowIntermediateAst

        public boolean isShowIntermediateAst()
      • getAst

        @NotNull
        public @NotNull java.lang.String getAst()
      • getOptions

        @Nullable
        public @Nullable DataHolder getOptions()
        Description copied from interface: IRender
        Get Options for parsing
        Specified by:
        getOptions in interface IRender
        Returns:
        DataHolder for options
      • render

        public void render​(@NotNull
                           @NotNull Node node,
                           @NotNull
                           @NotNull java.lang.Appendable output)
        Specified by:
        render in interface IRender