Interface TemplateNode

    • Method Detail

      • getExpressions

        default List<Expression> getExpressions()
        Returns:
        a list of expressions
      • getParameterDeclarations

        default List<ParameterDeclaration> getParameterDeclarations()
        Returns the parameter declarations defined in this template node.
        Returns:
        a list of param declarations
      • isConstant

        default boolean isConstant()
        Returns:
        true if the node represents a constant
      • isSection

        default boolean isSection()
        Returns:
        true if the node represents a section
        See Also:
        SectionNode