Class Qute.IndexedArgumentsParserHook

  • All Implemented Interfaces:
    ParserHook
    Enclosing class:
    Qute

    public static class Qute.IndexedArgumentsParserHook
    extends Object
    implements ParserHook
    • Constructor Detail

      • IndexedArgumentsParserHook

        public IndexedArgumentsParserHook()
    • Method Detail

      • beforeParsing

        public void beforeParsing​(ParserHelper parserHelper)
        Description copied from interface: ParserHook
        This method is invoked before a template contents is parsed
        Specified by:
        beforeParsing in interface ParserHook